-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Barebones grouping, needs testing on slurm
- Loading branch information
Showing
9 changed files
with
290 additions
and
116 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
38 changes: 38 additions & 0 deletions
38
examples/internal/distributed/distributed_bash_sim_input.yaml
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,38 @@ | ||
asimmodule: workflows.distributed | ||
workdir: distributed_bash_results | ||
args: | ||
subsim_inputs: | ||
id-0000: | ||
asimmodule: singlepoint | ||
env_id: bash #If all env_ids are slurm batch jobs using the same configuration, we automatically use arrays | ||
args: | ||
calc_id: lj_Ar | ||
image: | ||
name: Ar | ||
id-0001: | ||
# Doesn't have to be same asimmodule | ||
asimmodule: geometry_optimization.atom_relax | ||
env_id: bash | ||
args: | ||
calc_id: lj_Ar | ||
image: | ||
name: Ar | ||
id-0002: | ||
# This is just the calc_array example copied and pasted! | ||
asimmodule: workflows.calc_array | ||
env_id: bash | ||
args: | ||
calc_ids: [emt, lj_Cu] | ||
env_ids: [inline, inline] # Must correspond to calc_id if list is given | ||
subsim_input: | ||
asimmodule: elastic_constants.cubic_energy_expansion | ||
args: | ||
calc_id: emt | ||
image: | ||
name: Cu | ||
a: 3.6 | ||
cubic: true | ||
ase_cubic_eos_args: # The minimum for every calculator should be in the e-v range | ||
npoints: 5 | ||
eps: 0.04 | ||
eos_string: sj |
Oops, something went wrong.