Skip to content
Open
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
2 changes: 1 addition & 1 deletion singularity/Singularity.amd_aocl
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ From: fedora:42
tar xf hdf5-${HDF5_VERSION}.tar
cd hdf5-${HDF5_VERSION}/
# Thread safety required for WSClean's parallel gridding with facets.
./configure -prefix=/opt/hdf5 --enable-build-mode=production --enable-threadsafe --enable-shared --disable-sharedlib-rpath --disable-hl --enable-cxx -enable-unsupported
./configure --prefix=/opt/hdf5 --enable-build-mode=production --enable-threadsafe --enable-shared --disable-sharedlib-rpath --disable-hl --enable-cxx --enable-unsupported
make -j $J
#make check
make install
Expand Down
2 changes: 1 addition & 1 deletion singularity/Singularity.intel_mkl
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ From: fedora:42
tar xf hdf5-${HDF5_VERSION}.tar
cd hdf5-${HDF5_VERSION}/
# Thread safety required for WSClean's parallel gridding with facets.
./configure -prefix=/opt/hdf5 --enable-build-mode=production --enable-threadsafe --enable-shared --disable-sharedlib-rpath --disable-hl --enable-cxx -enable-unsupported
./configure --prefix=/opt/hdf5 --enable-build-mode=production --enable-threadsafe --enable-shared --disable-sharedlib-rpath --disable-hl --enable-cxx --enable-unsupported
make -j $J
#make check
make install
Expand Down