Changes between Version 16 and Version 17 of Public/User_Guide/Batch_system
- Timestamp:
- Mar 26, 2019, 5:32:17 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/User_Guide/Batch_system
v16 v17 143 143 * knm: The DEEP-ER knm nodes 144 144 * ml-gpu: the machine learning nodes equipped with 4 Nvidia Tesla V100 GPUs each 145 * extoll: the sdv and knl nodes in the extoll fabric 145 * extoll: the sdv nodes in the extoll fabric ('''KNL nodes not on Extoll connectivity anymore! ''') 146 * dam: prototype dam nodes, two of which equipped with Intel Arria 10G FPGAs. 146 147 147 148 Anytime, you can list the state of the partitions with the {{{sinfo}}} command. The properties of a partition can be seen using … … 201 202 Not directly. In your batch script, redirect stdout and stderr to the same file: 202 203 203 {{{ 204 {{{#!sh 204 205 ... 205 206 #SBATCH -o /point/to/the/common/logfile-%j.log