Skip to content

Commit

Permalink
Trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Sep 14, 2023
1 parent 0e5a4f6 commit e24fae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cmake -DCMAKE_INSTALL_PREFIX:PATH=./install \
-DAMReX_CUDA_ARCH=Volta \
-DPYTHON_EXECUTABLE=$(which python3) \
-DPELELMEX_PRECISION:STRING=DOUBLE \
..
..
#make
cmake --build . --parallel $(sysctl -n hw.ncpu) #&> output.txt
#ctest -j $(sysctl -n hw.ncpu)

0 comments on commit e24fae7

Please sign in to comment.