From b3fe961602bf82e8250cd1eeacfbff2c2e57d165 Mon Sep 17 00:00:00 2001 From: Deepak Rangarajan Date: Thu, 2 Mar 2023 04:08:34 +0000 Subject: [PATCH] fix gmake with csg --- docs/source_docs/getting_started/hpc/Joule2.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source_docs/getting_started/hpc/Joule2.rst b/docs/source_docs/getting_started/hpc/Joule2.rst index e5c6b9c..8284add 100644 --- a/docs/source_docs/getting_started/hpc/Joule2.rst +++ b/docs/source_docs/getting_started/hpc/Joule2.rst @@ -251,6 +251,7 @@ gmake export CONDUIT_DIR=$ASCENT_DIR export CSGEB_HOME=$CSG_LIB_DIR + export LDFLAGS="-lgmp -lmpfr -L$CSG_INSTALL_DIR -Wl,-rpath=$CSG_INSTALL_DIR" make -C exec -j8 \ COMP=gnu \ @@ -276,6 +277,7 @@ gmake export CONDUIT_DIR=$ASCENT_DIR export CSGEB_HOME=$CSG_LIB_DIR + export LDFLAGS="-lgmp -lmpfr -L$CSG_INSTALL_DIR -Wl,-rpath=$CSG_INSTALL_DIR" make -C exec -j8 COMP=gnu \ USE_MPI=TRUE \ -- GitLab