diff --git a/wetb/prepost/Simulations.py b/wetb/prepost/Simulations.py index 64f551fbeb6de024a53d3bbfa63d9402f565a816..b6bbd15cb246a9821f2eb33a94c0df5bc56e01ae 100755 --- a/wetb/prepost/Simulations.py +++ b/wetb/prepost/Simulations.py @@ -1206,7 +1206,7 @@ def create_chunks_htc_pbs(cases, sort_by_values=['[Windspeed]'], ppn=20, pbs += 'echo "hard-linking all turb files into CPU dirs"\n' for k in range(ppn): rpl = (os.path.join(sim_id, turb_dir_base), k) - pbs += 'find %s -iname *.bin -exec ln {} %s/{}\n' % rpl + pbs += 'find %s -iname *.bin -exec ln {} %s/{}\\;\n' % rpl # ===================================================================== # finally we can run find+xargs!!!