Skip to content

Commit

Permalink
Fixing ref to balsam repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlarson1 committed Mar 18, 2021
1 parent 95363d6 commit fab0c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ install:
- python install/find_mpi.py # Locate compilers. Confirm MPI library
- mpiexec --version # Show MPI library details
- pip install -e . # Installing libEnsemble
- wget https://github.com/balsam-alcf/balsam/archive/0.3.8.tar.gz
- wget https://github.com/argonne-lcf/balsam/archive/0.3.8.tar.gz
- mkdir ../balsam; tar xf 0.3.8.tar.gz -C ../balsam;
- python install/configure_balsam_install.py

Expand Down

0 comments on commit fab0c67

Please sign in to comment.