-
Notifications
You must be signed in to change notification settings - Fork 3
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
PUMGen compilation and hdf5 on Shaheen #11
Comments
Hi, I can have a look if you share /home/vyasjc/meshing-soft-pumi-pumgen on shaheen. |
Hi, so the problem is the output of Shaheen
SupermucNG:
@tum: any idea how to fix that? Thomas. |
So the problem what that hdf5.py was looking for the -L option which is not there
(but then another other problem arises at linking:
|
Hii All,
I am getting following error in PUMGen compilation on Shaheen. Any suggestion:
Currently Loaded Modulefiles:
simModSuite=yes mpiLib=mpich3 netcdf=yes cc=/opt/cray/pe/craype/2.6.3/bin/cc cxx=/opt/cray/pe/craype/2.6.3/bin/CC logLevel=debug prefixPath=/home/vyasjc/meshing-soft-pumi-pumgen/PUMI/core:/home/vyasjc/meshing-soft-pumi-pumgen/simmetrix/14.0-200719:/home/vyasjc/meshing-soft-pumi-pumgen/parmetis-4.0.3/include:/home/vyasjc/TP-SeisSol/hdf5-1.8.21/build:/home/vyasjc/TP-SeisSol/netcdf-4.6.1/build
scons: Reading SConscript files ...
Checking for C++ library gmi_sim... yes
Checking for C++ library apf_sim... yes
Checking for C++ library apf_zoltan... yes
Checking for C++ library gmi... yes
Checking for C++ library mds... yes
Checking for C++ library ma... yes
Checking for C++ library apf... yes
Checking for C++ library pcu... yes
Checking for C++ library lion... yes
Checking for C++ library mth... yes
Checking whether h5pcc program exists...(cached) yes
IndexError: list index out of range:
File "/home/vyasjc/meshing-soft-pumi-pumgen/PUMGen/SConstruct", line 135:
libs.find(env, 'hdf5', required=True, parallel=True)
File "/home/vyasjc/meshing-soft-pumi-pumgen/PUMGen/site_scons/libs/init.py", line 43:
return lib_find(env, **kw);
File "/home/vyasjc/meshing-soft-pumi-pumgen/PUMGen/site_scons/libs/hdf5.py", line 103:
if not conf.CheckLibWithHeader(flags['LIBS'][0], 'hdf5.h', 'c', extra_libs=flags['LIBS'][1:]):
The text was updated successfully, but these errors were encountered: