-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HPC: Explicitly use HQ from same directory
- Loading branch information
1 parent
fec642b
commit 3d999f0
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
#! /bin/bash | ||
|
||
# Note: For runs on systems without SLURM, replace the slurm allocator by | ||
# hq worker start & | ||
# ./hq worker start & | ||
|
||
|
||
hq alloc add slurm --time-limit 10m \ | ||
./hq alloc add slurm --time-limit 10m \ | ||
--idle-timeout 3m \ | ||
--backlog 1 \ | ||
--workers-per-alloc 1 \ | ||
--max-worker-count 5 \ | ||
--cpus=1 \ | ||
-- -p "devel" # Add any neccessary SLURM arguments | ||
# Any parameters after -- will be passed directly to sbatch (e.g. credentials, partition, mem, etc.) | ||
# Any parameters after -- will be passed directly to sbatch (e.g. credentials, partition, etc.) |