We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1229ba8 commit 2a78360Copy full SHA for 2a78360
recipe/meta.yaml
@@ -42,12 +42,12 @@ test:
42
files:
43
- mpi_test.py
44
imports:
45
- - mpi
+ - mpi # [not linux_aarch64]
46
47
commands:
48
- - ompi_info
49
- - python -c "import mpi; print(mpi.pydusa_version())"
50
- - mpirun --oversubscribe -n 4 python mpi_test.py
+ - ompi_info # [not linux_aarch64]
+ - python -c "import mpi; print(mpi.pydusa_version())" # [not linux_aarch64]
+ - mpirun --oversubscribe -n 4 python mpi_test.py # [not linux_aarch64]
51
52
about:
53
license: GPL-2.0
0 commit comments