root/climate/procedures/installRmpi.r @ b716a3f0
1 |
|
---|---|
2 |
module load R |
3 |
module load mpi-sgi/mpt.2.06a67 |
4 |
export MPIHOME=/nasa/sgi/mpt/2.06a67/ |
5 |
oexport R_LIBS="/u/awilso10/R/x86_64-unknown-linux-gnu-library/2.15/" |
6 |
|
7 |
CC=mpicc R CMD INSTALL --no-test-load --configure-args="--with-Rmpi-type=OPENMPI --with-Rmpi-libpath=$MPIHOME/lib --with-Rmpi-include=$MPIHOME/include" ~/Rmpi_0.6-1.tar.gz |
8 |
|
9 |
mpirun -np 1 R --no-save |
10 |
|
11 |
|
12 |
/u/scicon/tools/bin/qps |