mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Disabling MPI in the serial libmesh build.
This commit is contained in:
parent
a0aa431744
commit
ccae5f93a5
1 changed files with 1 additions and 2 deletions
|
|
@ -16,8 +16,7 @@ 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
|
||||
../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
|
||||
../libmesh/configure --prefix=$HOME/LIBMESH --enable-exodus --disable-netcdf-4 --disable-eigen --disable-lapack --disable-mpi
|
||||
fi
|
||||
make -j4 install
|
||||
export LIBMESH_PC=$HOME/LIBMESH/lib/pkgconfig/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue