Skip to content

Commit e6fbab8

Browse files
committed
Using mpich4.0.2
1 parent ac0c0a5 commit e6fbab8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/install_conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ conda config --set always_yes yes
1111
conda update -q conda
1212
conda config --add channels conda-forge
1313
conda config --add channels spectralDNS
14-
conda install -n root conda-build=3.17
14+
conda install -n root conda-build
1515
pip install --no-deps codacy-coverage coverage

conf/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ requirements:
2525
run:
2626
- python
2727
- mpi4py
28-
- mpich 4.0.*
28+
- mpich 4.0.2
2929
- {{ pin_compatible('numpy') }}
3030
- fftw
3131
- hdf5 * mpi_*

0 commit comments

Comments
 (0)