Changes between Version 13 and Version 14 of discovery


Ignore:
Timestamp:
04/26/23 10:15:24 (2 years ago)
Author:
badgeley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • discovery

    v13 v14  
    187187
    188188
    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:
     189Now if you want to check the status of your job and the node you are using, type in the bash with the Discovery session:
    190190 {{{
    191191#!sh
     
    201201
    202202where `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
     204To 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`.
    203205
    204206If 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: