Skip to content

Commit

Permalink
Add lines to get balsam to build_mpich_libE.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
shuds13 committed Jul 17, 2020
1 parent 774b4b9 commit c1f2f7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install/run_travis_locally/build_mpich_libE.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ pip install coveralls || return
git clone -b $LIBE_BRANCH https://github.com/Libensemble/libensemble.git || return
cd libensemble/ || return
pip install -e . || return

wget https://github.com/balsam-alcf/balsam/archive/0.3.8.tar.gz
mkdir ../balsam; tar xf 0.3.8.tar.gz -C ../balsam
python install/configure_balsam_install.py
export BALSAM_DB_PATH=~/test-balsam
ulimit -Sn 10000
Expand Down

0 comments on commit c1f2f7e

Please sign in to comment.