Skip to content

Commit

Permalink
add reframe file
Browse files Browse the repository at this point in the history
  • Loading branch information
AdhocMan committed Nov 21, 2024
1 parent 7c1372e commit 7ffc91d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions recipes/vasp/v6.4.3/gh200/extra/reframe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
run:
features:
- vasp
- cuda
- mpi
cc: mpicc
cxx: mpic++
ftn: mpifort
views:
- vasp
develop:
features:
- vasp-dev
- cuda
- mpi
cc: mpicc
cxx: mpic++
ftn: mpifort
views:
- develop
modules:
features:
- cuda
- mpi
- vasp-dev
cc: mpicc
cxx: mpic++
ftn: mpifort
views:
- modules
activation:
- module load cmake cray-mpich cuda fftw gcc hdf5 libxc netlib-scalapack ninja nvhpc nvpl-blas nvpl-lapack wannier90
2 changes: 1 addition & 1 deletion recipes/vasp/v6.4.3/gh200/modules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ modules:
autoload: none
hash_length: 0
exclude_implicits: true
include: ['gcc@13.2%gcc@13.2', 'nvpc@23.9%gcc@13.2', '%nvhpc', 'cmake', 'ninja']
include: ['gcc@13.2%gcc@13.2', 'nvhpc', '%nvhpc', 'cmake', 'ninja']
exclude: ['%gcc']
projections:
all: '{name}/{version}'

0 comments on commit 7ffc91d

Please sign in to comment.