File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
mkdocs-project-dir/docs/Software_Guides Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ To try this example, save this job script and the following R script (`doMPI_exa
150
150
#$ -l tmpfs=15G
151
151
152
152
# Set the name of the job.
153
- #$ -N doMPI-Ex1-12
153
+ #$ -N R- doMPI-example
154
154
155
155
# Select the MPI parallel environment with 12 processes, the maximum possible
156
156
# on Myriad would be 36. On Kathleen, request at least 41 processes.
@@ -167,7 +167,7 @@ module load r/r-4.4.2_bc-3.20
167
167
168
168
gerun Rscript doMPI_example.R
169
169
```
170
- The output is saved in ` $HOME/doMPI-Ex1-12 .o${JOB_ID} ` .
170
+ The output is saved in ` $HOME/dR- doMPI-example .o${JOB_ID} ` .
171
171
172
172
If your jobscript is called ` run-R-doMPI.sh ` then your job submission command would be:
173
173
```
You can’t perform that action at this time.
0 commit comments