File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 28
28
- shell : bash -l {0}
29
29
name : Install dependencies
30
30
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.*
33
33
pip install .[test]
34
34
- shell : bash -l {0}
35
35
name : Run unit tests with openMPI
Original file line number Diff line number Diff line change 28
28
- shell : bash -l {0}
29
29
name : Install dependencies
30
30
run : |
31
- conda install numpy pandas pytorch cpuonly -c pytorch
31
+ conda install numpy=1 pandas pytorch cpuonly -c pytorch
32
32
conda install -c conda-forge mpi4py mpich
33
33
pip install .[test]
34
34
- shell : bash -l {0}
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ Create a ``profile.optimas`` file in your home directory with the following cont
14
14
15
15
source /etc/profile.d/modules.sh
16
16
module purge
17
- module load intel.2020
17
+ module load intel/2022
18
18
module load maxwell cuda/11.8
19
- module load mpi/mpich-3.2- x86_64
19
+ module load mpi/mpich-x86_64
20
20
module load maxwell mamba
21
21
. mamba-init
22
22
You can’t perform that action at this time.
0 commit comments