Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion bin/build_qmcpack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ if [ "$1" != "nocmake" ] && [ "$1" != "install" ] ; then
$AOMP_CMAKE -DOFFLOAD_ARCH="$AOMP_GPU" \
-DQMC_GPU=openmp \
-DOFFLOAD_TARGET="amdgcn-amd-amdhsa" \
-DENABLE_TIMERS=1 \
"${custom_opts[@]}" \
..
fi
Expand Down
Loading