Changes between Version 9 and Version 10 of greenplanet
- Timestamp:
- 11/18/14 11:45:57 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
greenplanet
v9 v10 124 124 125 125 where JOBID is the ID of your job (indicated in the Matlab session). Matlab indicates too the directory of your job where you can find the files `JOBNAME.outlog` and `JOBNAME.errlog`. The outlog file contains the informations that would appear if you were running your job on your local machine and the errlog file contains the error information in case the job encounters an error. 126 127 If you want to load results from the cluster manually (for example if you have an error due to an internet interruption), you find in the informations Matlab gave you `/home/srebuffi/trunk-jpl/execution//SOMETHING/JOBNAME.lock `, you copy the SOMETHING and you type in Matlab: 128 129 {{{ 130 #!m 131 md=loadresultsfromcluster(md,''SOMETHING'); 132 }}}