R: Difference between revisions

Jump to navigation Jump to search
22 bytes added ,  4 years ago
no edit summary
No edit summary
No edit summary
Line 245: Line 245:
#SBATCH --mem-per-cpu=2048M      # memory; default unit is megabytes
#SBATCH --mem-per-cpu=2048M      # memory; default unit is megabytes
#SBATCH --time=0-00:15          # time (DD-HH:MM)
#SBATCH --time=0-00:15          # time (DD-HH:MM)
module load r/3.4.0
 
module load openmpi/1.10.7
module load gcc/7.3.0
module load r/3.6.0
module load openmpi/3.1.2
export R_LIBS=~/local/R_libs/
export R_LIBS=~/local/R_libs/
mpirun -np 1 R CMD BATCH test.R test.txt
mpirun -np 1 R CMD BATCH test.R test.txt
Bureaucrats, cc_docs_admin, cc_staff
2,320

edits

Navigation menu