Skip to content

Commit

Permalink
Remove traces of JSONDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
kweide committed Jan 25, 2025
1 parent 3984745 commit 30915db
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion sites/gce/Makefile.site.gnu_mpich
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ else
AMREXDIR = $(MILHOJA_TEST_CLONE)/gce/gnu_current/AMReX_$(NDIM)D
endif
GTESTDIR = $(MILHOJA_TEST_CLONE)/gce/gnu_current/googletest
JSONDIR = $(MILHOJA_TEST_CLONE)/gce/gnu_current/json/single_include
CUDADIR =

CXXCOMPNAME = gnu
Expand Down
1 change: 0 additions & 1 deletion sites/gce/Makefile.site.intel_mpich
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
BASEDIR = $(MILHOJA_CODE_REPO)
AMREXDIR = $(MILHOJA_TEST_CLONE)/gce/intel_current/AMReX_$(NDIM)D
GTESTDIR = $(MILHOJA_TEST_CLONE)/gce/intel_current/googletest
JSONDIR = $(MILHOJA_TEST_CLONE)/gce/intel_current/json/single_include
CUDADIR =

CXXCOMPNAME = intel
Expand Down
3 changes: 1 addition & 2 deletions sites/gce/kw_build_inst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ export MILHOJA_CODE_REPO=/home/kweide/projects/Milhoja
export KW_INSTALL_DIR=/nfs/gce/projects/FLASH5/kweide/local-milhoja/2d

set -xve
cd ${MILHOJA_CODE_REPO} # top of cloned OrchestrationRuntime repo
cd ${MILHOJA_CODE_REPO} # top of cloned Milhoja repo

test -f Makefile.configure && rm -v Makefile.configure
test -d build/ && rm -rv build/
test -d "${KW_INSTALL_DIR}" && rm -rv "${KW_INSTALL_DIR}"
./configure.py --makefile $PWD/sites/gce/Makefile.site.gnu_mpich --dim 2 --runtime HOSTMEM --offload OpenACC --prefix ${KW_INSTALL_DIR} \
--support_exec --support_push --support_packets
make clean
# export MILHOJA_TEST_CLONE=/nfs/gce/projects/Milhoja/MilhojaTest
make -j12 all
make install
1 change: 0 additions & 1 deletion sites/summit/Makefile.site.nvhpc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
BASEDIR = $(MILHOJA_CODE_REPO)
AMREXDIR = $(MILHOJA_TEST_CLONE)/summit/nvhpc_current/AMReX_$(NDIM)d
GTESTDIR = $(MILHOJA_TEST_CLONE)/summit/nvhpc_current/googletest
JSONDIR = $(OLCF_NLOHMANN_JSON_ROOT)/include
CUDADIR = $(OLCF_CUDA_ROOT)

# Define the following compiler-related flags
Expand Down
1 change: 0 additions & 1 deletion sites/swing/Makefile.site.nvhpc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
BASEDIR =
AMREXDIR = $(FLASHX_AMREX$(NDIM)D_DIR)
GTESTDIR = $(FLASHX_GTEST_DIR)
JSONDIR = /lcrc/project/Flash-X/soft/src/json/include
CUDADIR = $(NVHPC_CUDA_HOME)

# Define the following compiler-related flags
Expand Down

0 comments on commit 30915db

Please sign in to comment.