Changes between Version 15 and Version 16 of discovery
- Timestamp:
- 04/27/23 06:19:43 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
discovery
v15 v16 183 183 See cluster details: [[https://services.dartmouth.edu/TDClient/1806/Portal/KB/ArticleDet?ID=134058]]. 184 184 185 If you want to use more than one node , the current (temporary) solution is to:\\185 If you want to use more than one node (not recommended), the current (temporary) solution is to:\\ 186 186 1) start the job\\ 187 187 2) go to Discovery and see which nodes discovery is using (see `squeue` usage below)\\ … … 220 220 221 221 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`. Once in `htop`, if you want to see information for a specific user, type `u` and then start typing the user ID until the correct one is highlighted and hit ENTER. 222 You can also get more information about a job by entering: 223 {{{ 224 #!sh 225 scontrol show job JOBID 226 }}} 222 227 223 228 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: