hdf5-parrallel

Dear all,

Ok. I am using the hdf5 module to parallelize the IO reading/writing in a c program.

I did include <hdf5.h> in main.cc but I got that:

"main.cc", line 33: catastrophic error: could not open source file "hdf5.h"
#include "hdf5.h"
^

1 catastrophic error detected in the compilation of "main.cc".
Compilation terminated.

any clue ?

Barb
do you have the hdf5.h file located in your compiler path for includes?
This is how is the Makefile after ./configure CC=h5pcc CXX=pgCC (it seems that I have to put manually the missing paths. Is it that ? I also tried the commands autoconf, autoheader...but they do not work )

ACLOCAL = ${SHELL} /home/cc/test/missing --run aclocal-1.10
AMTAR = ${SHELL} /home/cc/test/missing --run tar
AUTOCONF = ${SHELL} /home/cc/test/missing --run autoconf
AUTOHEADER = ${SHELL} /home/cc/test/missing --run autoheader
AUTOMAKE = ${SHELL} /home/cc/test/missing --run automake-1.10



Topic archived. No new replies allowed.