Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run h5py import test using mpirun in sanity check for h5py 2.10.0 easyconfigs using */2020a toolchain #10246

Merged
merged 3 commits into from
Apr 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,8 @@ download_dep_fail = True
# to really use mpi enabled hdf5 we now seem to need a configure step, which is the reason we can't use pip
prebuildopts = 'python setup.py configure --mpi --hdf5=$EBROOTHDF5 && '

# skip regular 'import h5py', and run it via mpirun (since 'import h5py' results in an MPI_Init call)
options = {'modulename': False}
sanity_check_commands = ["%(mpi_cmd_prefix)s python -c 'import %(name)s'"]

moduleclass = 'data'
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,8 @@ download_dep_fail = True
# to really use mpi enabled hdf5 we now seem to need a configure step, which is the reason we can't use pip
prebuildopts = 'python setup.py configure --mpi --hdf5=$EBROOTHDF5 && '

# skip regular 'import h5py', and run it via mpirun (since 'import h5py' results in an MPI_Init call)
options = {'modulename': False}
sanity_check_commands = ["%(mpi_cmd_prefix)s python -c 'import %(name)s'"]

moduleclass = 'data'