mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Getting libmesh submodules as well.
This commit is contained in:
parent
4326bca962
commit
22507b3ac1
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ CURRENT_DIR=$(pwd)
|
|||
# LibMESH install
|
||||
cd $HOME
|
||||
mkdir LIBMESH && cd LIBMESH
|
||||
git clone https://github.com/libmesh/libmesh
|
||||
git clone https://github.com/libmesh/libmesh --recurse-submodules
|
||||
mkdir build && cd build
|
||||
../libmesh/configure --prefix=$HOME/LIBMESH --enable-exodus --disable-mpi
|
||||
make -j4 install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue