runs stats bit as a slurm job - since bash script doesn't load modules at the moment
This commit is contained in:
@@ -355,8 +355,11 @@ def main( cwd, name, stream, pointgroup, model, iterations, cell, shells, part_h
|
|||||||
|
|
||||||
# now run the check and compare scripts
|
# now run the check and compare scripts
|
||||||
print( "running check/compare" )
|
print( "running check/compare" )
|
||||||
submit_cmd = [ "{0}".format( check_run_file ) ]
|
check_job_id = submit_job( check_run_file, reservation )
|
||||||
subprocess.call( submit_cmd )
|
print( f"job submitted: {0}".format( check_job_id ) )
|
||||||
|
submitted_job_ids.add( check_job_id )
|
||||||
|
time.sleep(10)
|
||||||
|
wait_for_jobs( submitted_job_ids, 1 )
|
||||||
print( "done" )
|
print( "done" )
|
||||||
|
|
||||||
# stats files names
|
# stats files names
|
||||||
|
|||||||
Reference in New Issue
Block a user