-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
installing flux view an on demand volume is almost working! (#68)
* installing flux view an on demand volume is almost working! Signed-off-by: vsoch <[email protected]>
- Loading branch information
Showing
14 changed files
with
911 additions
and
140 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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
apiVersion: flux-framework.org/v1alpha2 | ||
kind: MetricSet | ||
metadata: | ||
labels: | ||
app.kubernetes.io/name: metricset | ||
app.kubernetes.io/instance: metricset-sample | ||
name: metricset-sample | ||
spec: | ||
# Number of pods for lammps (one launcher, the rest workers) | ||
pods: 4 | ||
logging: | ||
interactive: true | ||
|
||
metrics: | ||
|
||
# Running more scaled lammps is our main goal | ||
- name: app-lammps | ||
|
||
# This flux addon is built on rocky, and we can provide additional os bases | ||
image: ghcr.io/converged-computing/metric-lammps-intel-mpi:rocky | ||
|
||
options: | ||
command: lmp -v x 2 -v y 2 -v z 2 -in in.reaxc.hns -nocite | ||
workdir: /opt/lammps/examples/reaxff/HNS | ||
|
||
# Add on hpctoolkit, will mount a volume and wrap lammps | ||
addons: | ||
- name: workload-flux | ||
options: | ||
# Ensure intel environment is setup | ||
preCommand: . /opt/intel/mpi/latest/env/vars.sh | ||
workdir: /opt/lammps/examples/reaxff/HNS |
File renamed without changes.
File renamed without changes.
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
Oops, something went wrong.