Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Sun Grid Engine - quick user guide
| ||||||||
Line: 104 to 104 | ||||||||
matlab -nojvm -nodisplay -nosplash < inputfile.m | ||||||||
Changed: | ||||||||
< < | Right now the cluster allows 22 simultaneous CPLEX processes and (separately) 10 simultaneous Matlab processes. Using the -l syntax above ensures that no more than this number of processes run. If you don't use the syntax, you run the risk of invoking more processes than there are licenses, causing some of your jobs to fail and thus requiring you to rerun jobs. The department as a whole has 100 CPLEX licenses, of which many are in use at any time; thus, running a Matlab job without the -l syntax runs a high chance of failure. We have 22 CPLEX licenses, but they should only be used on this cluster; thus again you'll need to use -l but you shouldn't have to worry about users elsewhere in the dept. To check the number of Matlab licenses available you can type: | |||||||
> > | Right now the cluster allows 22 simultaneous CPLEX processes and (separately) 10 simultaneous Matlab processes. Using the -l syntax above ensures that no more than this number of processes run. If you don't use the syntax, you run the risk of invoking more processes than there are licenses, causing some of your jobs to fail and thus requiring you to rerun jobs. The department as a whole has 100 Matlab licenses, of which many are in use at any time; thus, running a Matlab job without the -l syntax runs a high chance of failure. We have 22 CPLEX licenses, but they should only be used on this cluster; thus again you'll need to use -l but you shouldn't have to worry about users elsewhere in the dept. To check the number of Matlab licenses available you can type: | |||||||
/cs/local/generic/lib/pkg/matlab-7.2/etc/lmstat -a |