mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 20:45:35 -04:00
Removing mpich specification from compilers in libmesh config.
This commit is contained in:
parent
ccae5f93a5
commit
025011ee3d
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ export METHODS="opt"
|
|||
|
||||
|
||||
if [[ $MPI == 'y' ]]; then
|
||||
../libmesh/configure --prefix=$HOME/LIBMESH CXX=mpicxx.mpich CC=mpicc.mpich FC=mpifort.mpich F77=mpif77.mpich \
|
||||
../libmesh/configure --prefix=$HOME/LIBMESH CXX=mpicxx CC=mpicc FC=mpifort F77=mpif77 \
|
||||
--enable-exodus --disable-netcdf-4 --disable-eigen --disable-lapack
|
||||
else
|
||||
../libmesh/configure --prefix=$HOME/LIBMESH --enable-exodus --disable-netcdf-4 --disable-eigen --disable-lapack --disable-mpi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue