Changes
Page history
Update home
authored
Jan 23, 2020
by
van Vliet
Show whitespace changes
Inline
Side-by-side
home.md
View page @
b5607a1e
...
@@ -701,8 +701,8 @@ Options, sometimes called “directives”, can be set in the job script file us
...
@@ -701,8 +701,8 @@ Options, sometimes called “directives”, can be set in the job script file us
| Run the job for a time of
<
walltime
>
| #SBATCH -t
<
walltime
>
|
| Run the job for a time of
<
walltime
>
| #SBATCH -t
<
walltime
>
|
| Run the job at
<
time
>
| #SBATCH --begin
<
time
>
|
| Run the job at
<
time
>
| #SBATCH --begin
<
time
>
|
| Set the working directory to
<
directorypath
>
| #SBATCH -D
<
directorypath
>
|
| Set the working directory to
<
directorypath
>
| #SBATCH -D
<
directorypath
>
|
| Set error log name to
<jobname.err>
*
| #SBATCH -e
<jobname.err>
|
| Set error log name to
<
jobname.err
>
| #SBATCH -e
<
jobname.err
>
|
| Set output log name to
<jobname.log>
*
| #SBATCH -o
<jobname.log>
|
| Set output log name to
<
jobname.log
>
| #SBATCH -o
<
jobname.log
>
|
| Mail
<
user
@
address
>
| #SBATCH --mail-user
<
user
@
address
>
|
| Mail
<
user
@
address
>
| #SBATCH --mail-user
<
user
@
address
>
|
| Mail on any event | #SBATCH --mail-type=ALL |
| Mail on any event | #SBATCH --mail-type=ALL |
| Mail on job end | #SBATCH --mail-type=END |
| Mail on job end | #SBATCH --mail-type=END |
...
...
...
...