Skip to content
Snippets Groups Projects
Commit 0f4adae3 authored by Yngve Levinsen's avatar Yngve Levinsen
Browse files

minor fixes

parent 56c4bafe
No related branches found
No related tags found
No related merge requests found
......@@ -121,8 +121,6 @@ def setup_multi(args):
delete_output_files(args,newfolder)
create_and_copy_lattice(args, os.path.join(args.calc_dir,newfolder), commented=['ERROR_CAV_CPL_DYN', 'ERROR_CAV_NCPL_DYN'], extra_line='ERROR_DYN_FILE Error_Datas.txt')
print new_folders
if not os.path.isdir("TraceWin_exe"):
setup_exec_folder()
......@@ -237,7 +235,7 @@ if __name__=="__main__":
HEAD_TEMPLATE='''
universe = Vanilla
# Without this, condor does not transfer files to tmp directory, and PWD is submit directory when running on localhost
# always transfer files to tmp directory
should_transfer_files = yes
initialdir = {args.calc_dir}/Local_TraceWin_$(Process)
transfer_input_files = {input_files}
......@@ -247,9 +245,8 @@ executable = TraceWin_exe/tracewin.$$(OpSys).$$(Arch)
'''
HEAD_MULTI_TEMPLATE='''
universe = Vanilla
# Without this, condor does not transfer files to tmp directory, and PWD is submit directory when running on localhost
# always transfer files to tmp directory
should_transfer_files = yes
initialdir = {args.calc_dir}/Local_TraceWin_$(Process)
requirements = ( OpSys == "LINUX" || OpSys == "OSX" )
log = condor.log
executable = TraceWin_exe/tracewin.$$(OpSys).$$(Arch)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment