R: Difference between revisions

71 bytes removed ,  3 years ago
no edit summary
No edit summary
No edit summary
Line 187: Line 187:


<!--T:26-->
<!--T:26-->
2.  Select the R version and load the required Open MPI module. This example uses Open MPI version 3.1.2 which is needed to spawn processes correctly; the default Open MPI module 2.1.1 has a problem with this.
2.  Select the R version and load the required Open MPI module. This example uses Open MPI version 4.0.3 to spawn the processes correctly.
  <source lang="bash">
  <source lang="bash">
module load gcc/7.3.0
module load gcc/9.3.0
module load r/3.6.0
module load r/4.0.2
module load openmpi/3.1.2
module load openmpi/4.0.3
</source>
</source>


Bureaucrats, cc_docs_admin, cc_staff
2,306

edits