From 9b8deda83892d84e897119c7204b31bcf93b7809 Mon Sep 17 00:00:00 2001 From: dave <dave@dtu.dk> Date: Mon, 1 Aug 2016 14:35:12 +0200 Subject: [PATCH] prepost.Simulations: do not wait after running find+xargs --- wetb/prepost/Simulations.py | 1 - 1 file changed, 1 deletion(-) diff --git a/wetb/prepost/Simulations.py b/wetb/prepost/Simulations.py index 1734879a..056f3761 100755 --- a/wetb/prepost/Simulations.py +++ b/wetb/prepost/Simulations.py @@ -1216,7 +1216,6 @@ def create_chunks_htc_pbs(cases, sort_by_values=['[Windspeed]'], ppn=20, cmd = ("%s %s -type f -name '*.p' -print0 | sort -z | %s -0 -I{} " "--process-slot-var=CPU_NR -n 1 -P %i sh {}\n" % rpl) pbs += cmd - pbs += 'wait\n' pbs += 'echo "END OF JOBS IN find+xargs MODE"\n' # ===================================================================== -- GitLab