File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ module swap $LMOD_FAMILY_PRGENV PrgEnv-gnu
5
5
module load rocm/6.0.0
6
6
module unload darshan-runtime
7
7
8
+ export CC=cc CXX=CC HOST_CC=gcc HOST_CXX=g++
9
+
8
10
export USE_HIP=1
9
11
export CONDUIT=ofi-slingshot11
10
12
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ module load PrgEnv-gnu
5
5
module load cpe-cuda
6
6
module load cudatoolkit
7
7
8
+ export CC=cc CXX=CC HOST_CC=gcc HOST_CXX=g++
9
+
8
10
export USE_CUDA=1
9
11
export CONDUIT=ofi-slingshot11
10
12
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ export THREADS=20
3
3
4
4
module load cuda
5
5
6
+ export CC=gcc CXX=g++
7
+
6
8
export USE_CUDA=1
7
9
export CONDUIT=ibv
8
10
Original file line number Diff line number Diff line change 23
23
24
24
pushd legion/language
25
25
# setup_env.py pins everything now, so don't need to pin explicitly here
26
- DEBUG=0 CC=cc CXX=CC HOST_CC=gcc HOST_CXX=g++ USE_GASNET=1 REALM_NETWORKS=gasnetex ./scripts/setup_env.py --cmake --extra=" -DCMAKE_INSTALL_PREFIX=$PWD /../install" --install -j${THREADS:- 16}
26
+ DEBUG=0 USE_GASNET=1 REALM_NETWORKS=gasnetex ./scripts/setup_env.py --cmake --extra=" -DCMAKE_INSTALL_PREFIX=$PWD /../install" --install -j${THREADS:- 16}
27
27
popd
28
28
29
29
extra_cxxflags=
You can’t perform that action at this time.
0 commit comments