mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Providing LIBMESH environment variable.
This commit is contained in:
parent
7329eb90d7
commit
4b03aaa93d
1 changed files with 2 additions and 1 deletions
|
|
@ -4,13 +4,14 @@ set -ex
|
|||
|
||||
CURRENT_DIR=$(pwd)
|
||||
|
||||
# LibMESH install
|
||||
# libMESH install
|
||||
cd $HOME
|
||||
mkdir LIBMESH && cd LIBMESH
|
||||
git clone https://github.com/libmesh/libmesh -b v1.6.0 --recurse-submodules
|
||||
mkdir build && cd build
|
||||
../libmesh/configure --prefix=$HOME/LIBMESH --enable-exodus --disable-mpi
|
||||
make -j4 install
|
||||
export LIBMESH_PC=$HOME/LIBMESH
|
||||
rm -rf $HOME/LIBMESH/build
|
||||
|
||||
cd $CURRENT_DIR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue