-
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.
- Loading branch information
Showing
13 changed files
with
47 additions
and
231 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
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,3 +1,5 @@ | ||
display_name: [email protected] | ||
|
||
engine: | ||
type: HighThroughputEngine | ||
max_workers_per_node: 2 | ||
|
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,40 +1,38 @@ | ||
engine: | ||
type: HighThroughputEngine | ||
max_workers_per_node: 1 | ||
display_name: Polaris@ALCF | ||
|
||
# Un-comment to give each worker exclusive access to a single GPU | ||
# available_accelerators: 4 | ||
engine: | ||
type: GlobusComputeEngine | ||
max_workers_per_node: 4 | ||
|
||
strategy: | ||
type: SimpleStrategy | ||
max_idletime: 300 | ||
# Un-comment to give each worker exclusive access to a single GPU | ||
# available_accelerators: 4 | ||
|
||
address: | ||
type: address_by_interface | ||
ifname: bond0 | ||
address: | ||
type: address_by_interface | ||
ifname: bond0 | ||
|
||
provider: | ||
type: PBSProProvider | ||
provider: | ||
type: PBSProProvider | ||
|
||
launcher: | ||
type: MpiExecLauncher | ||
# Ensures 1 manger per node, work on all 64 cores | ||
bind_cmd: --cpu-bind | ||
overrides: --depth=64 --ppn 1 | ||
launcher: | ||
type: MpiExecLauncher | ||
# Ensures 1 manger per node, work on all 64 cores | ||
bind_cmd: --cpu-bind | ||
overrides: --depth=64 --ppn 1 | ||
|
||
account: {{ YOUR_POLARIS_ACCOUNT }} | ||
queue: preemptable | ||
cpus_per_node: 32 | ||
select_options: ngpus=4 | ||
account: {{ YOUR_POLARIS_ACCOUNT }} | ||
queue: debug-scaling | ||
cpus_per_node: 32 | ||
select_options: ngpus=4 | ||
|
||
# e.g., "#PBS -l filesystems=home:grand:eagle\n#PBS -k doe" | ||
scheduler_options: "#PBS -l filesystems=home:grand:eagle" | ||
# e.g., "#PBS -l filesystems=home:grand:eagle\n#PBS -k doe" | ||
scheduler_options: "#PBS -l filesystems=home:grand:eagle" | ||
|
||
# Node setup: activate necessary conda environment and such | ||
worker_init: {{ COMMAND }} | ||
# Node setup: activate necessary conda environment and such | ||
worker_init: {{ COMMAND }} | ||
|
||
walltime: 01:00:00 | ||
nodes_per_block: 1 | ||
init_blocks: 0 | ||
min_blocks: 0 | ||
max_blocks: 2 | ||
walltime: 01:00:00 | ||
nodes_per_block: 1 | ||
init_blocks: 0 | ||
min_blocks: 0 | ||
max_blocks: 2 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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