Skip to content

Commit

Permalink
Emmy specify SSD and which type of node
Browse files Browse the repository at this point in the history
  • Loading branch information
lquenti committed Mar 1, 2024
1 parent d9fd9be commit 6fec888
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SLURM/Emmy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#SBATCH -t 1:00:00
#SBATCH -p standard96
#SBATCH --output=emmy-%j.out
#SBATCH --exclusive
#SBATCH --partition=standard96
#SBATCH --constraint=ssd

CLUSTER="emmy"

Expand All @@ -12,3 +15,5 @@ PATH_TO_SAVE_OUTPUT="${SCRIPT_DIR}/output_${CLUSTER}"
PATH_TO_BENCHMARK_FILE="${SCRIPT_DIR}/benchmark_${CLUSTER}.dat"

./target/release/blackheap ${PATH_TO_SAVE_OUTPUT} -f ${PATH_TO_BENCHMARK_FILE}

rm $PATH_TO_BENCHMARK_FILE

0 comments on commit 6fec888

Please sign in to comment.