Hi, I'm trying to run newbler in ubuntu server (8 cores, 8G ram) and can make it use more than one core.
I have mpich installed. And I've tried with:
export GS_LAUNCH_MODE=MULTI
export GS_CACHEDIR=/data
and:
export GS_LAUNCH_MODE=GSRPM
export GS_CACHEDIR=/data
I also tried run it using mpirun newbler project. It runs but only using one core...
I set 4 cores in the assembly XML file. So frustrating because I can not find good documentation about this issue.
I have mpich installed. And I've tried with:
export GS_LAUNCH_MODE=MULTI
export GS_CACHEDIR=/data
and:
export GS_LAUNCH_MODE=GSRPM
export GS_CACHEDIR=/data
I also tried run it using mpirun newbler project. It runs but only using one core...
I set 4 cores in the assembly XML file. So frustrating because I can not find good documentation about this issue.
Comment