Skip to content

Commit

Permalink
run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Jun 18, 2024
1 parent 13aa2b4 commit 47bede9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,22 @@ requirements:
- openssh # [mpi == 'openmpi']

test:
source_files:
- test
files:
- parallel_test.py # [mpi != 'nompi']
imports:
- netCDF4
- cftime
requires:
- cython
commands:
- ncinfo -h
- nc4tonc3 -h
- nc3tonc4 -h
- mpirun -np 4 python parallel_test.py # [mpi == 'mpich']
- mpirun --oversubscribe -np 4 python parallel_test.py # [mpi == 'openmpi']
- cd test && python run_all.py

about:
home: http://github.com/Unidata/netcdf4-python
Expand Down

0 comments on commit 47bede9

Please sign in to comment.