-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding an example configuration for Stampede3@TACC
* Only documentation changes
- Loading branch information
1 parent
d5b3853
commit e8898d1
Showing
3 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,40 @@ | ||
display_name: Stampede3@TACC | ||
|
||
engine: | ||
type: GlobusComputeEngine | ||
max_workers_per_node: 2 | ||
|
||
address: | ||
type: address_by_interface | ||
ifname: ibp10s0 | ||
|
||
provider: | ||
type: SlurmProvider | ||
|
||
# e.g., EAR22001 | ||
account: {{ YOUR_TACC_ALLOCATION }} | ||
|
||
# e.g., skx-dev | ||
partition: {{ PARTITION }} | ||
|
||
launcher: | ||
type: SrunLauncher | ||
|
||
# Enter scheduler_options if needed | ||
scheduler_options: {{ OPTIONS }} | ||
|
||
# Command to be run before starting a worker | ||
# e.g., "module load Anaconda; source activate parsl_env" | ||
worker_init: {{ COMMAND }} | ||
|
||
# Add extra time for slow scheduler responses | ||
cmd_timeout: 60 | ||
|
||
# Scale between 0-1 blocks with 1 node per block | ||
nodes_per_block: 1 | ||
init_blocks: 0 | ||
min_blocks: 0 | ||
max_blocks: 1 | ||
|
||
# Hold blocks for 30 minutes | ||
walltime: 00:30:00 |
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