-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use latest nvhpc * add missing packages to develop env * add reframe.yaml
- Loading branch information
1 parent
bdf69d7
commit fe690e9
Showing
7 changed files
with
52 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -320,4 +320,3 @@ uenvs: | |
todi: [gh200] | ||
daint: [gh200] | ||
develop: False | ||
|
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 |
---|---|---|
|
@@ -6,4 +6,4 @@ gcc: | |
llvm: | ||
requires: gcc@12 | ||
specs: | ||
- nvhpc@24.3 | ||
- nvhpc@24.11 |
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 |
---|---|---|
|
@@ -15,6 +15,8 @@ nvhpc-env: | |
- nvpl-blas threads=openmp | ||
- nvpl-lapack threads=openmp | ||
- libxc%nvhpc~cuda | ||
- cmake | ||
- [email protected] ~blas ~lapack ~mpi | ||
packages: | ||
- git | ||
variants: | ||
|
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,24 @@ | ||
develop: | ||
features: | ||
- cuda | ||
- mpi | ||
- qe-dev | ||
cc: mpicc | ||
cxx: mpic++ | ||
ftn: mpifort | ||
views: | ||
- modules | ||
activation: | ||
- module load cmake fftw nvhpc nvpl-lapack nvpl-blas cray-mpich netlib-scalapack libxc | ||
modules: | ||
features: | ||
- cuda | ||
- mpi | ||
- qe | ||
cc: mpicc | ||
cxx: mpic++ | ||
ftn: mpifort | ||
views: | ||
- modules | ||
activation: | ||
- module load quantum-espresso |
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 |
---|---|---|
|
@@ -8,6 +8,8 @@ nvhpc-env: | |
specs: | ||
- [email protected] +libxc +scalapack +openmp | ||
- netlib-scalapack | ||
- cmake | ||
- libxc | ||
- fftw | ||
- openblas threads=openmp | ||
packages: | ||
|
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,22 @@ | ||
develop: | ||
features: | ||
- mpi | ||
- qe-dev | ||
cc: mpicc | ||
cxx: mpic++ | ||
ftn: mpifort | ||
views: | ||
- modules | ||
activation: | ||
- module load cmake fftw openblas cray-mpich netlib-scalapack libxc | ||
modules: | ||
features: | ||
- mpi | ||
- qe | ||
cc: mpicc | ||
cxx: mpic++ | ||
ftn: mpifort | ||
views: | ||
- modules | ||
activation: | ||
- module load quantum-espresso |