Skip to content

Commit

Permalink
newer mpich
Browse files Browse the repository at this point in the history
  • Loading branch information
tukss committed Jun 21, 2024
1 parent 839f4c0 commit ab1117e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,5 @@ jobs:
- name: Build Rayleigh (CMake)
run: |
cd "$GITHUB_WORKSPACE"
/Users/runner/miniconda3/envs/radev/bin/cmake -Bbuild
/Users/runner/miniconda3/envs/radev/bin/cmake --build build -j -t install
cmake -Bbuild
cmake --build build -j -t install
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
- compilers=1.4.2
- openblas=0.3.25
- fftw=3.3
- mpich=3.4
- openmpi
- funcsigs=1.0
- vtk=9.0
- docopt=0.6
Expand Down

0 comments on commit ab1117e

Please sign in to comment.