Skip to content

Commit

Permalink
update config file for LANL
Browse files Browse the repository at this point in the history
  • Loading branch information
Elif Oral committed Feb 22, 2024
1 parent 2999343 commit 3510bf8
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions ELIF_config_and_compile.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# I use this repo to debug big-mesh problem
# when using dynamic rupture for Ridgecrest and
# Hetero paper (07/22)

# caltech cluster config
# module load cuda/11.2 openmpi/4.1.1_cuda-11.2
#./configure FC=gfortran MPIFC=mpif90 --with-cuda=cuda8

# modules to load
# cray-mpich/8.1.26 cuda/11.6

./configure FC=gfortran MPIFC=mpif90 --with-cuda=cuda8
# Carene's for LANL Chicoma
./configure FC=ftn MPIFC=ftn CC=cc CXX=CC --with-cuda=cuda11 CUDA_INC="$CUDA_INCLUDES" CUDA_LIB="$CUDA_LIBS" MPI_INC=$MPICH_DIR/include

make clean
make all
Expand Down

0 comments on commit 3510bf8

Please sign in to comment.