-
Notifications
You must be signed in to change notification settings - Fork 89
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
installation of MPB #57
Comments
MPI is not required for serial HDF5. On Ubuntu 16.04, the serial hdf5 files are installed into a #!/bin/bash
cd mpb
sh autogen.sh \
CPPFLAGS="-I${HOME}/local/include -I/usr/include/hdf5/serial" \
CFLAGS=${CPPFLAGS} \
LDFLAGS="-L${HOME}/local/lib -L/usr/lib/x86_64-linux-gnu/hdf5/serial" \
GEN_CTL_IO="${HOME}/local/bin/gen-ctl-io" \
--enable-shared \
--prefix=$HOME/local \
--with-libctl=$HOME/local/share/libctl \
--with-hermitian-eps
make -j 2 && make install If you continue to have issues, please share your build script, configure output, and system info. |
I'm working on Centos 7. I tried the above script , but still it's not working.
bash: --enable-shared: command not found... MPB configure output is: |
You need to tell configure where to find your hdf5 installation. Please read the Unix installation basics in the manual. |
Is it necessary to install MPI for HDF5 to work properly? I installed HDF5-1.80.20,
Features:
With Deprecated Public Symbols: yes
I/O filters (external): deflate(zlib)
MPE: no
Direct VFD: no
dmalloc: no
Clear file buffers before write: yes
Using memory checker: no
Function Stack Tracing: no
Strict File Format Checks: no
Optimization Instrumentation: no
[saranya@localhost hdf5-1.8.20]$
And I reconfigured MPB. But it's still showing that compiled without HDF when I tried to run the program.
matrixio: cannot output "bragg1-h.k01.b01.y.tm" (compiled without HDF)
Outputting fields to bragg1-h.k01.b01.y.tm...
matrixio: cannot output "bragg1-h.k01.b02.y.tm" (compiled without HDF)
Outputting fields to bragg1-h.k01.b02.y.tm...
matrixio: cannot output "bragg1-h.k01.b03.y.tm" (compiled without HDF)
Outputting fields to bragg1-h.k01.b03.y.tm...
The text was updated successfully, but these errors were encountered: