Changes between Version 16 and Version 17 of Public/User_Guide/Batch_system


Ignore:
Timestamp:
Mar 26, 2019, 5:32:17 PM (5 years ago)
Author:
Jacopo de Amicis
Comment:

Minor formatting change.

Legend:

Unmodified
Added
Removed
Modified
  • Public/User_Guide/Batch_system

    v16 v17  
    143143 * knm: The DEEP-ER knm nodes
    144144 * 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.
    146147
    147148Anytime, you can list the state of the partitions with the {{{sinfo}}} command. The properties of a partition can be seen using
     
    201202Not directly. In your batch script, redirect stdout and stderr to the same file:
    202203
    203 {{{
     204{{{#!sh
    204205...
    205206#SBATCH -o /point/to/the/common/logfile-%j.log