Translations:R/34/fr

From Alliance Doc
Revision as of 16:53, 7 December 2017 by Diane27 (talk | contribs) (Created page with "<source lang="bash"> #!/bin/bash #SBATCH --account=def-ppomorsk # replace this with your own account #SBATCH --ntasks=5 # number of MPI processes #SBATCH --m...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
 #!/bin/bash
 #SBATCH --account=def-ppomorsk # replace this with your own account
 #SBATCH --ntasks=5               # number of MPI processes
 #SBATCH --mem-per-cpu=2048M      # memory; default unit is megabytes
 #SBATCH --time=0-00:15           # time (DD-HH:MM)
 module load r/3.4.0
 module load openmpi/1.10.7
 export R_LIBS=~/local/R_libs/
 mpirun -np 1 R CMD BATCH test.R test.txt