Displaying 1 result from an estimated 1 matches for "univa".
Did you mean:
univ
2016 Nov 24
1
[parallel-package] feature request: set default cluster type via environment variable
...d also appreciate - and now we finally get to the feature request - is another environment variable to choose the used cluster, as in:
|export MC_CLUSTER_TYPE=FORK |
Do you think something like this could be implemented in future releases?
Parallel R job submit script
This works with the Univa Grid Engine and should work with other * Grid Engine products:
|#!/bin/bash # request a "parallel environment" with 2 to 20 cores #$ -pe smp 2-20 # set number of cores for the R cluster to the granted value (between 2 and 20) export MC_CORES=$NSLOTS # we want this: export MC_CLUSTER_TYPE...