-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix libfabric build, I was wrong we could use olcf hdf5 no cxx API
- Loading branch information
Showing
1 changed file
with
1 addition
and
8 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 |
---|---|---|
|
@@ -12,17 +12,10 @@ module load amd-mixed/6.0.0 | |
module load libfabric/1.15.2.0 | ||
module load ninja | ||
module load cmake | ||
module load hdf5 | ||
#spack load cmake%[email protected] | ||
#spack load ninja%[email protected] | ||
#spack load magma@master amdgpu_target=gfx90a | ||
#spack load [email protected] +cxx ~mpi api=v112 %[email protected] | ||
#spack load fftw ~mpi %[email protected] | ||
#spack load [email protected] %[email protected] | ||
|
||
export CC=mpicc | ||
export CXX=mpicxx | ||
|
||
export HDF5_ROOT=/lustre/orion/cph102/proj-shared/epd/spack/opt/spack/linux-sles15-zen3/rocmcc-6.0.0/hdf5-1.12.1-ajskwiaabdvgc36ozb6hzqnrwu2becha | ||
export OPENBLAS_ROOT=/lustre/orion/cph102/proj-shared/epd/spack/opt/spack/linux-sles15-zen3/gcc-11.2.0/openblas-0.3.25-scaywvuh5zsm5u7smg54plj2oyf7nekv | ||
export MAGMA_ROOT=/lustre/orion/cph102/proj-shared/epd/spack/opt/spack/linux-sles15-zen3/rocmcc-6.0.0/magma-master-rizw3ajkhfcq5cjutoykgkkv5hexftoz | ||
export FFTW_PATH=/lustre/orion/cph102/proj-shared/epd/spack/opt/spack/linux-sles15-zen3/rocmcc-6.0.0/fftw-3.3.10-2mykijticsr5rfbyunax4zrwhhzcb7qm | ||
|