Skip to content

Commit

Permalink
update config file in test/
Browse files Browse the repository at this point in the history
Signed-off-by: Karl W Schulz <[email protected]>
  • Loading branch information
koomie committed Jul 15, 2024
1 parent ec3d9da commit a73a3bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/docker/slurm/omnistat.slurm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ usermode = False
usermode_port = 8000
enable_rocm_smi = True
enable_amd_smi = False
enable_slurm = True
enable_rms = True

# Path to local ROCM install to access SMI library
rocm_path = /opt/rocm
Expand All @@ -17,11 +17,11 @@ allowed_ips = 127.0.0.1
# corebinding = 31


[omnistat.collectors.slurm]
[omnistat.collectors.rms]
host_skip = "login.*"
enable_annotations = False
job_detection_mode = file-based
job_detection_file = /tmp/omni_slurmjobinfo
job_detection_file = /tmp/omni_rmsjobinfo

[omnistat.report]

Expand Down

0 comments on commit a73a3bb

Please sign in to comment.