Skip to content

Commit

Permalink
Can I built petsc faster without MPI
Browse files Browse the repository at this point in the history
  • Loading branch information
shuds13 committed May 22, 2020
1 parent 04a50f9 commit d479e3b
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 @@ -82,7 +82,7 @@ install:

- if [[ "$TRAVIS_PYTHON_VERSION" == "3.8" ]]; then
echo -e "MPI is $MPI";
export PETSC_CONFIGURE_OPTIONS='--with-batch';
export PETSC_CONFIGURE_OPTIONS='--with-batch --with-mpi=0';
conda install mpi4py scipy mpich;
pip install petsc petsc4py;
conda install nlopt;
Expand Down

0 comments on commit d479e3b

Please sign in to comment.