Skip to content

Commit

Permalink
Build in repro mode
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerkclark committed Sep 21, 2023
1 parent 4ac4752 commit 4ad2f91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN cd ${SUBMODULE_DIR}/SHiELD_build/Build && \
LD=${SHiELD_LD} \
TEMPLATE=site/gnu.mk \
AVX_LEVEL=-march=native \
./COMPILE shield_wrapper 64bit gnu
./COMPILE shield_wrapper 64bit repro gnu

COPY requirements.txt /tmp
RUN \
Expand Down
2 changes: 1 addition & 1 deletion wrapper/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CC ?= mpicc
CXX ?= mpicxx
LD ?= mpif90

ARTIFACTS=$(SHIELD_BUILD)/Build/exec/shield_wrapper_nh.prod.64bit.gnu
ARTIFACTS=$(SHIELD_BUILD)/Build/exec/shield_wrapper_nh.repro.64bit.gnu
FMS_64BIT=$(SHIELD_BUILD)/Build/libFMS/gnu/64bit
FFLAGS += -I$(ARTIFACTS) -I$(FMS_64BIT)
MPI_FLAGS=`$(FC) -show | sed 's/\(-I[^ ]*\|^[^ ]*\)//g'`
Expand Down
2 changes: 1 addition & 1 deletion wrapper/tests/pytest/test_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

TEST_DIR = Path(__file__).parent
CONFIG_DIR = TEST_DIR / "config"
EXECUTABLE = Path("/SHiELD/SHiELD_build/Build/bin/SHiELD_nh.prod.64bit.gnu.x")
EXECUTABLE = Path("/SHiELD/SHiELD_build/Build/bin/SHiELD_nh.repro.64bit.gnu.x")


def get_config(filename):
Expand Down

0 comments on commit 4ad2f91

Please sign in to comment.