Coverage for python / lsst / ctrl / platform / s3df / etc / config / execConfig.py: 0%

7 statements  

« prev     ^ index     » next       coverage.py v7.13.5, created at 2026-04-30 09:06 +0000

1# flake8: noqa 

2config.platform.nodeSetRequired = False 

3config.platform.localScratch = "$USER_SCRATCH/condor_scratch" 

4config.platform.fileSystemDomain = "slac.stanford.edu" 

5config.platform.scheduler = "slurm" 

6config.platform.peakcpus = 120 

7# This is the value for nodes of the milano partition. 

8# Configuration per partition will be implemented in a 

9# followup ticket. 

10config.platform.peakmemory = 491520 

11config.platform.collector = "sdfiana012.sdf.slac.stanford.edu"