Skip to content

Commit 67fa1d8

Browse files
Merge pull request #231 from alchem0x2A/master
2 parents 69d405a + b4a1a34 commit 67fa1d8

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.conda/meta.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ requirements:
2424
- linux-aarch64
2525
host:
2626
- compilers
27-
- openmpi
27+
- openmpi 4.*
2828
- openblas
2929
- scalapack
30-
- fftw
30+
- fftw * mpi_openmpi_*
3131
run:
32-
- openmpi
32+
- openmpi 4.*
3333
- openblas
3434
- scalapack
35-
- fftw
35+
- fftw * mpi_openmpi_*
3636

3737
about:
3838
home: https://www.sparc-x.com

.github/workflows/build-test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
- name: Install local build
4141
run: |
4242
mamba install --use-local sparc
43+
which sparc
44+
ldd $(which sparc)
45+
ldd $(which mpirun)
4346
- name: Test simple sparc run
4447
run: |
4548
cd tests/Cu_FCC/standard/

0 commit comments

Comments
 (0)