Skip to content

Commit

Permalink
update builds
Browse files Browse the repository at this point in the history
  • Loading branch information
helenarichie committed Jun 18, 2024
1 parent 89935c9 commit 0ba5d48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions builds/make.type.m82
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# for make check
# OUTPUT ?= -DOUTPUT -DHDF5 -DSLICES -DPROJECTION -DROTATED_PROJECTION

OUTPUT ?= -DOUTPUT -DHDF5 -DSLICES
OUTPUT ?= -DOUTPUT -DHDF5 -DSLICES -DPROJECTION

MPI_GPU ?=

Expand Down Expand Up @@ -58,7 +58,7 @@ DFLAGS += $(OUTPUT)
#and the MPI transfers are done from the GPU
#If not specified, MPI_GPU is off by default
#This is set in the system make.host file
DFLAGS += $(MPI_GPU)
# DFLAGS += $(MPI_GPU)

DFLAGS += -DPARALLEL_OMP
DFLAGS += -DN_OMP_THREADS=$(OMP_NUM_THREADS)
3 changes: 2 additions & 1 deletion builds/setup.summit.gcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
# source ./setup.summit.gcc.sh

#module load gcc/10.2.0 cuda/11.4.0 fftw hdf5 python
module load gcc cuda fftw hdf5 python googletest/1.11.0
# module load gcc cuda fftw hdf5 python googletest/1.11.0
module load gcc cuda/12.2.0 hdf5 python

export F_OFFLOAD="-fopenmp"
export CHOLLA_ENVSET=1

0 comments on commit 0ba5d48

Please sign in to comment.