mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Correcting bash syntax.
This commit is contained in:
parent
a1c29c1f6d
commit
a0aa431744
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ mkdir build && cd build
|
|||
export METHODS="opt"
|
||||
|
||||
|
||||
if [[ $MPI == 'y']]; then
|
||||
if [[ $MPI == 'y' ]]; then
|
||||
../libmesh/configure --prefix=$HOME/LIBMESH CXX=mpicxx.mpich CC=mpicc.mpich FC=mpifort.mpich F77=mpif77.mpich \
|
||||
--enable-exodus --disable-netcdf-4 --disable-eigen --disable-lapack
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue