File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
export MACHINE=sapling
2
2
export THREADS=20
3
3
4
- module load cuda
5
-
6
4
export CC=gcc CXX=g++
7
5
8
- export USE_CUDA=1
6
+ export USE_CUDA=0
9
7
export CONDUIT=ibv
10
8
11
- export REGENT_GPU_FLAGS=" -fgpu cuda -fgpu-arch pascal"
9
+ # export REGENT_GPU_FLAGS="-fgpu cuda -fgpu-arch pascal"
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 USE_GASNET=1 REALM_NETWORKS=gasnetex ./scripts/setup_env.py --cmake --extra=" -DCMAKE_INSTALL_PREFIX=$PWD /../install" --install -j${THREADS:- 16}
26
+ DEBUG=1 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