Skip to content
Snippets Groups Projects
Commit 9b705810 authored by Moe Jette's avatar Moe Jette
Browse files

Change SLURM_JOB_ID to SLURM_JOBID for consistency with LCRM.

parent a4e2d43a
No related branches found
No related tags found
No related merge requests found
......@@ -118,8 +118,8 @@ if {$job_id == 0} {
send_user "\nFAILURE: failed to create job allocation\n"
exit 1
}
# Set SLURM_JOB_ID for totalview and slaunch to get it in the higher-level process
set env(SLURM_JOB_ID) $job_id
# Set SLURM_JOBID for totalview and slaunch to get it in the higher-level process
set env(SLURM_JOBID) $job_id
#
# Now run totalviewcli (command line interface to TotalView)
......
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