Skip to content

Commit

Permalink
Remove hostname tracking from run configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmundGoodman committed Feb 24, 2024
1 parent 2b9eaf2 commit 1b641ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/hpc_multibench/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ def sbatch_contents(self) -> str:
sbatch_file += "\necho '===== ENVIRONMENT ====='\n"
sbatch_file += "echo '=== CPU ARCHITECTURE ==='\n"
sbatch_file += "lscpu\n"
sbatch_file += "echo '=== HOSTNAME ==='\n"
sbatch_file += "hostname\n"
sbatch_file += "echo '=== SLURM CONFIG ==='\n"
sbatch_file += "scontrol show job $SLURM_JOB_ID\n"
sbatch_file += "echo\n"
Expand Down

0 comments on commit 1b641ec

Please sign in to comment.