Skip to content

Commit c52aafb

Browse files
committed
Merge branch 'main' into pre-commit-ci-update-config
2 parents 5077a07 + 389f402 commit c52aafb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/unix-openmpi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- shell: bash -l {0}
2929
name: Install dependencies
3030
run: |
31-
conda install numpy pandas pytorch cpuonly -c pytorch
32-
conda install -c conda-forge mpi4py openmpi
31+
conda install numpy=1 pandas pytorch cpuonly -c pytorch
32+
conda install -c conda-forge mpi4py openmpi=5.*
3333
pip install .[test]
3434
- shell: bash -l {0}
3535
name: Run unit tests with openMPI

.github/workflows/unix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- shell: bash -l {0}
2929
name: Install dependencies
3030
run: |
31-
conda install numpy pandas pytorch cpuonly -c pytorch
31+
conda install numpy=1 pandas pytorch cpuonly -c pytorch
3232
conda install -c conda-forge mpi4py mpich
3333
pip install .[test]
3434
- shell: bash -l {0}

doc/source/user_guide/installation_maxwell.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Create a ``profile.optimas`` file in your home directory with the following cont
1414
1515
source /etc/profile.d/modules.sh
1616
module purge
17-
module load intel.2020
17+
module load intel/2022
1818
module load maxwell cuda/11.8
19-
module load mpi/mpich-3.2-x86_64
19+
module load mpi/mpich-x86_64
2020
module load maxwell mamba
2121
. mamba-init
2222

0 commit comments

Comments
 (0)