mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 05:05:30 -04:00
Small formatting fix in the libmesh install script.
This commit is contained in:
parent
025011ee3d
commit
c50fb6a86c
1 changed files with 0 additions and 1 deletions
|
|
@ -11,7 +11,6 @@ git clone https://github.com/libmesh/libmesh -b v1.6.0 --recurse-submodules
|
|||
mkdir build && cd build
|
||||
export METHODS="opt"
|
||||
|
||||
|
||||
if [[ $MPI == 'y' ]]; then
|
||||
../libmesh/configure --prefix=$HOME/LIBMESH CXX=mpicxx CC=mpicc FC=mpifort F77=mpif77 \
|
||||
--enable-exodus --disable-netcdf-4 --disable-eigen --disable-lapack
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue