Changes between Version 5 and Version 6 of Public/User_Guide/DEEP-EST_CM


Ignore:
Timestamp:
Jan 23, 2020, 9:34:20 AM (4 years ago)
Author:
Jochen Kreutz
Comment:

2020-01-23 JK: added info on "/scratch" and heterogeneous jobs

Legend:

Unmodified
Added
Removed
Modified
  • Public/User_Guide/DEEP-EST_CM

    v5 v6  
    2828/work
    2929}}}
    30 There is a gateways being used to bridge between the Infiniband EDR used for the CM and the 40 GbE network the file servers are connected to.
     30There is a gateway being used to bridge between the Infiniband EDR used for the CM and the 40 GbE network the file servers are connected to.
    3131
    3232This is NOT the same storage being used on the DEEP-ER SDV system. Both, the DEEP-EST prototype system and the DEEP-ER SDV have their own local storage.   
     
    3434It's possible to access the local storage of the DEEP-ER SDV (`/sdv-work`), but you have to keep in mind that the file servers of that storage can just be accessed through 1 GbE ! Hence, it should not be used for performance relevant applications since it is much slower than the DEEP-EST local storages mounted to `/work`.
    3535
    36 There is no node local storage available for the DEEP-EST Cluster nodes.
     36There is also some node local storage available for the DEEP-EST Cluster nodes mounted to `/scratch` on each node (about 380 GB with XFS). Remember that this scratch is not persistent and **will be cleaned after your job has finished** !
    3737
    3838== Multi-node Jobs ==
     
    4343module load ParaStationMPI
    4444}}}
     45
     46For using Cluster nodes in heterogenous jobs together with DAM nodes, please see [https://deeptrac.zam.kfa-juelich.de:8443/trac/wiki/Public/User_Guide/Batch_system#Heterogeneousjobs].