Skip to content
Snippets Groups Projects
Unverified Commit 4b6a15a0 authored by Luca Capello's avatar Luca Capello
Browse files

s/StressAppTest/stressapptest_CurrentWatts.sh: add sbatch vars

parent c475471f
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
## Slurm
#SBATCH --job-name=SAT
#SBATCH --exclusive
#SBATCH --mem=0
#SBATCH --nodes=1
#SBATCH --output="%N___slurm-%j.out"
## functions
get_CurrentWatts() {
scontrol -o show Node="${NODE}" | \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment