Skip to content

Commit

Permalink
Repro for bug 1727.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Jul 30, 2024
1 parent 1ef5ba5 commit 816ac7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions experiment/sapling/env.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
export MACHINE=sapling
export THREADS=20

module load cuda

export CC=gcc CXX=g++

export USE_CUDA=1
export USE_CUDA=0
export CONDUIT=ibv

export REGENT_GPU_FLAGS="-fgpu cuda -fgpu-arch pascal"
# export REGENT_GPU_FLAGS="-fgpu cuda -fgpu-arch pascal"
2 changes: 1 addition & 1 deletion experiment/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fi

pushd legion/language
# setup_env.py pins everything now, so don't need to pin explicitly here
DEBUG=0 USE_GASNET=1 REALM_NETWORKS=gasnetex ./scripts/setup_env.py --cmake --extra="-DCMAKE_INSTALL_PREFIX=$PWD/../install" --install -j${THREADS:-16}
DEBUG=1 USE_GASNET=1 REALM_NETWORKS=gasnetex ./scripts/setup_env.py --cmake --extra="-DCMAKE_INSTALL_PREFIX=$PWD/../install" --install -j${THREADS:-16}
popd

extra_cxxflags=
Expand Down

0 comments on commit 816ac7b

Please sign in to comment.