#!/bin/csh
#PBS -l walltime=1:35:00
#PBS -l ncpus=16
#PBS -o Bench25.out
#PBS -j oe

# define module command
source /usr/share/modules/init/csh

set echo
date 

# load R module
module load R

# move to scratch space to run job
cd $SCRATCH

# copy input file to scratch space
cp ~/R/R-benchmark-25.R .

R --slave < R-benchmark-25.R

date
 

More on R

Sample Jobs

Documentation

More User Information

Passwords

Connect to PSC systems:

PSC Policies

Technical questions:

Call the PSC hotline: 412-268-6350 / 800-221-1641 or mail to remarks@psc.edu.