Actions

R

From Montana Tech High Performance Computing

Revision as of 16:02, 12 December 2017 by Bdeng (talk | contribs)

The R package for statistical computing and graphics is installed on the system. Version 3.4.3 installed from source code is available and installed in /opt/R/R-3.4.3. To access it:

module load R/3.4.3

An example job script, might look something like:

#!/bin/sh
#PBS -l nodes=1:ppn=32
#PBS -N PingJob
#PBS -m e
#PBS -M username@mtech.edu
#PBS -l walltime=00:01:00

cd $PBS_O_WORKDIR
module load R/3.4.3
R < parLapply_test.R > parLapply_test.output --no-save