Skip to content
Prev 100 / 2152 Next

mpi_comm_spawn error with Rmpi and snow on SGI Altix

Hi, Gad.
qsub is OpenPBS?
does as follows maybe if it is OpenPBS.

#!/bin/bash
#PBS -N testsnow
#PBS -q <<Name of queue that you of your machine can use>>
#PBS -l ncpus=3
#PBS -o testsnow.out
#PBS -e testsnow.err
mpirun -up 2 -np 1 /home/gabraham/bin/R CMD BATCH --vanilla testsnow.R

try `man qsub'.