Skip to content
Prev 2029 / 2152 Next

Loading rgdal as PBS script in R

Hi, suddenly remember...

1) When you build in intel Compiler, did you properly configured AR,LD, etc.?
   > source /SOFT/ics_2013.1.046/icsxe/2013.1.046/ictvars.sh intel64

  cf. https://software.intel.com/en-us/articles/build-r-301-with-intel-c-compiler-and-intel-mkl-on-linux

  intel obj link in the of gnu-ar and gnu-ld to fail(but build time no
error report).
  not good mixed tool-chain. please all re-build with IntelCompiler
(many librarys) or
not use IntelCompiler.

2) maybe start process in rsh(or ssh)?...# not under PBS process.
  > mpirun -machinefile $PBS_NODEFILE -np 24 R CMD BATCH *test.r *

 cf. https://wiki.mpich.org/mpich/index.php/Using_the_Hydra_Process_Manager#Resource_Managers_and_Launchers

CAUTION : I do not know all the combinations on cluster...

2016-05-09 21:07 GMT+09:00 Hariom Singh <hariom.cs1 at gmail.com>: