Release of PnetCDF 1.9.0
Wei-keng Liao
wkliao at eecs.northwestern.edu
Wed Dec 20 13:15:29 CST 2017
I notice a few environment variables that have been set before you ran
configure command, including CFLAGS, CPPFLAGS, CXXFLAGS, and LDFLAGS.
Could you try unsetting them? Or try this command:
./configure --prefix=/usr --enable-shared CFLAGS="" CPPFLAGS="" CXXFLAGS="" LDFLAGS=""
If the above does not work, could you do the followings?
cd src/libs
Run command below and send me the screen output, file out.txt.
make -s clean; make V=1 >& out.txt
Sorry for asking you to run additional commands for diagnosis, as
I do not have an access to GNU 7.2.1.
Wei-keng
On Dec 20, 2017, at 12:18 PM, Bruno Pagani wrote:
> Le 20/12/2017 à 18:03, Wei-keng Liao a écrit :
>> Please provide the file "config.log" generated by the configure command.
>
> Available here: https://paste.xinu.at/uWDF/
>
>> On Dec 19, 2017, at 5:23 PM, Bruno Pagani wrote:
>>
>>> Regarding the static library, I have two tests failures though:
>>> FAIL: mcoll_testf77
>>> FAIL: mcoll_testf
>>>
>>> Will come back with more logs regarding those tomorrow.
>
> We have switched to OpenMPI 3.0 (vs 2.1.1 before) in the meantime and
> those issues disappeared. But the shared library issue is still present
> though.
>
> Regards,
> Bruno
More information about the parallel-netcdf
mailing list