Skip to content

Commit

Permalink
added SLURM_GRES env variable option for srun
Browse files Browse the repository at this point in the history
  • Loading branch information
cfenoy committed Aug 2, 2011
1 parent e242161 commit 78b2156
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/srun/opt.c
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,7 @@ env_vars_t env_vars[] = {
{"SLURM_EPILOG", OPT_STRING, &opt.epilog, NULL },
{"SLURM_EXCLUSIVE", OPT_EXCLUSIVE, NULL, NULL },
{"SLURM_GEOMETRY", OPT_GEOMETRY, NULL, NULL },
{"SLURM_GRES", OPT_STRING, &opt.gres, NULL },
{"SLURM_IMMEDIATE", OPT_IMMEDIATE, NULL, NULL },
{"SLURM_IOLOAD_IMAGE", OPT_STRING, &opt.ramdiskimage, NULL },
/* SLURM_JOBID was used in slurm version 1.3 and below, it is now vestigial */
Expand Down

0 comments on commit 78b2156

Please sign in to comment.