Changes between Version 13 and Version 14 of discovery
- Timestamp:
- 04/26/23 10:15:24 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
discovery
v13 v14 187 187 188 188 189 Now if you want to check the status of your job and the queue you are using, type in the bash with the Discovery session:189 Now if you want to check the status of your job and the node you are using, type in the bash with the Discovery session: 190 190 {{{ 191 191 #!sh … … 201 201 202 202 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 information 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. 203 204 To get more information about your job while it's running, from Discovery you can `ssh` into the node given by `squeue -u username` and then run `htop`. 203 205 204 206 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 information Matlab gave you `$ISSM_DIR/execution/LAUNCHSTRING/JOBNAME.lock`, you copy the LAUNCHSTRING and you type in Matlab: