Skip to content

Commit

Permalink
remove fopenmp
Browse files Browse the repository at this point in the history
  • Loading branch information
wegamekinglc committed Sep 16, 2024
1 parent 3e3f77a commit c8627e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ fi
(
cd externals/adept || exit
autoreconf -i
./configure CXXFLAGS="-O3" --prefix=$PWD/build
./configure --disable-openmp --prefix=$PWD/build
make -j"${NUM_CORES}"
make check
make install
)

Expand Down

0 comments on commit c8627e2

Please sign in to comment.