Changes between Version 8 and Version 9 of aci
- Timestamp:
- 07/19/17 07:36:08 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
aci
v8 v9 145 145 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. 146 146 147 To watch your current jobs: 148 149 {{{ 150 #!sh 151 watch qstat -a 152 }}} 153 147 154 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: 148 155