Skip to content
Snippets Groups Projects
Commit c493dc42 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

removes call to aps-report when profiling

this should be called separately outside the job
parent 13e97034
No related branches found
No related tags found
No related merge requests found
Pipeline #86379 passed
...@@ -779,8 +779,6 @@ class _code(_base): ...@@ -779,8 +779,6 @@ class _code(_base):
executable_launcher = 'srun ' + host_info['aps_executable'] + ' --result-dir=aps_${SLURM_JOB_NAME} --collection-mode=all' executable_launcher = 'srun ' + host_info['aps_executable'] + ' --result-dir=aps_${SLURM_JOB_NAME} --collection-mode=all'
script_file.write(executable_launcher + ' {0}\n'.format(' '.join(command_atoms))) script_file.write(executable_launcher + ' {0}\n'.format(' '.join(command_atoms)))
if host_info['use_aps']:
script_file.write('aps-report aps_${SLURM_JOB_NAME}\n')
script_file.write('echo "End time is `date`"\n') script_file.write('echo "End time is `date`"\n')
script_file.write('exit 0\n') script_file.write('exit 0\n')
script_file.close() script_file.close()
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment