Bureaucrats, cc_docs_admin, cc_staff, rsnt_translations
2,843
edits
No edit summary |
No edit summary |
||
Line 318: | Line 318: | ||
<!--T:42--> | <!--T:42--> | ||
2. Copy the following content in a job submission script called ''job_foreach.sh'': | 2. Copy the following content in a job submission script called ''job_foreach.sh'': | ||
</translate> | |||
{{File | {{File | ||
|name=job_foreach.sh | |name=job_foreach.sh | ||
Line 333: | Line 333: | ||
#SBATCH --mail-type=ALL # send an email in all cases (job started, job ended, job aborted) | #SBATCH --mail-type=ALL # send an email in all cases (job started, job ended, job aborted) | ||
module load gcc/7.3.0 r/3.6.0 | module load gcc/7.3.0 r/3.6.0 | ||
export R_LIBS=~/local/R_libs/ | export R_LIBS=~/local/R_libs/ | ||
Line 339: | Line 338: | ||
}} | }} | ||
<translate> | |||
<!--T:44--> | <!--T:44--> |