-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add configuration for NCSU's Hazel cluster
With thanks to @jtande!
- Loading branch information
1 parent
55e0759
commit 9ce329f
Showing
2 changed files
with
46 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
display_name: Hazel HTEX | ||
engine: | ||
type: GlobusComputeEngine | ||
|
||
address: | ||
type: address_by_interface | ||
ifname: ens5f0 | ||
|
||
provider: | ||
type: LSFProvider | ||
launcher: | ||
type: SingleNodeLauncher | ||
|
||
walltime: 00:30:00 | ||
nodes_per_block: 1 | ||
init_blocks: 1 | ||
max_blocks: 1 | ||
|
||
queue: standard | ||
|
||
worker_init: | | ||
module load conda | ||
conda activate /path/to/your/condaenv/conda_env | ||
scheduler_options: "# BSUB -R span[hosts=1]" | ||
cores_per_node: 12 | ||
cmd_timeout: 60 |
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