We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69d405a + b4a1a34 commit 67fa1d8Copy full SHA for 67fa1d8
.conda/meta.yaml
@@ -24,15 +24,15 @@ requirements:
24
- linux-aarch64
25
host:
26
- compilers
27
- - openmpi
+ - openmpi 4.*
28
- openblas
29
- scalapack
30
- - fftw
+ - fftw * mpi_openmpi_*
31
run:
32
33
34
35
36
37
about:
38
home: https://www.sparc-x.com
.github/workflows/build-test.yml
@@ -40,6 +40,9 @@ jobs:
40
- name: Install local build
41
run: |
42
mamba install --use-local sparc
43
+ which sparc
44
+ ldd $(which sparc)
45
+ ldd $(which mpirun)
46
- name: Test simple sparc run
47
48
cd tests/Cu_FCC/standard/
0 commit comments