<div dir="rtl"><div dir="rtl"><div dir="ltr">Thank you for your replay,</div><div dir="ltr">So I need to reinstall openmpi with default configuration. another thing, why the new versions of openmpi don't accept this option "--with-mpi-f90-size=medium"?</div><div dir="ltr"><br></div><div dir="ltr">Best regards,</div><div dir="ltr">Zeinab</div><div dir="ltr"><br></div></div></div><br><div class="gmail_quote"><div dir="rtl">‫في الاثنين، 24 سبتمبر 2018 في 4:51 ص تمت كتابة ما يلي بواسطة ‪Wei-keng Liao‬‏ <‪<a href="mailto:wkliao@eecs.northwestern.edu">wkliao@eecs.northwestern.edu</a>‬‏>:‬<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Zeinab<br>
<br>
PnetCDF currently does not support MPI Fortran compilers built with -fdefault-integer-8.<br>
It is a future work for PnetCDF.<br>
<br>
Wei-keng<br>
<br>
> On Sep 23, 2018, at 4:44 PM, Zeinab Salah <<a href="mailto:zeinabsalah@gmail.com" target="_blank">zeinabsalah@gmail.com</a>> wrote:<br>
> <br>
> Hi again,<br>
> Sorry, I didn't say that, the version of openmpi is 3.0.2 and pnetcdf is 1.10.0. The installation was successfully completed but the include directory is not completed. The config.log files of openmpi and pnetcdf are attached.<br>
> the commands of install pnetcdf:<br>
> export FC=/usr/bin/gfortran<br>
> export F90=/usr/bin/gfortran<br>
> export F77=/usr/bin/gfortran<br>
> export CC=/usr/bin/gcc<br>
> export CXX=/usr/bin/g++<br>
> export MPICC=/home/dream/CHIMERE/chimere_lib/openmpi/bin/mpicc<br>
> export MPICXX=/home/dream/CHIMERE/chimere_lib/openmpi/bin/mpicxx<br>
> export MPIF77=/home/dream/CHIMERE/chimere_lib/openmpi/bin/mpif77<br>
> export MPIF90=/home/dream/CHIMERE/chimere_lib/openmpi/bin/mpif90<br>
> export CFLAGS='-O -m64 -mcmodel=medium'<br>
> export CXXFLAGS='-O -m64 -mcmodel=medium'<br>
> export FFLAGS='-O -g -m64 -fno-second-underscore -mcmodel=medium'<br>
> export FCLAGS='-O -g -m64 -fno-second-underscore -mcmodel=medium'<br>
> export LDFLAGS='-O -g -m64 -fno-second-underscore -mcmodel=medium'<br>
> ./configure --prefix=/home/dream/CHIMERE/chimere_lib/pnetcdf --disable-in-place-swap --enable-large-req --with-mpi=/home/dream/CHIMERE/chimere_lib/openmpi<br>
> make<br>
> make tests<br>
> make check<br>
> make ptest<br>
> make ptests<br>
> make install<br>
> <br>
> Thank you in advance.<br>
> Best regards,<br>
> Zeinab<br>
> <br>
> ‫في السبت، 22 سبتمبر 2018 في 12:03 م تمت كتابة ما يلي بواسطة ‪Zeinab Salah‬‏ <‪<a href="mailto:zeinabsalah@gmail.com" target="_blank">zeinabsalah@gmail.com</a>‬‏>:‬<br>
> Hello, <br>
> I want to install pnetcdf with openmpi with -fdefault-integer-8,  but I found the problem of offset, and it installed without error, some files in include directory are missing<br>
> my machine is little endian, and operating system is Fedora, and I changed many versions of openmpi  and pnetcdf, and give me the same error.<br>
> the commands used to install openmpi:<br>
> export F77=gfortran<br>
> export FC=gfortran<br>
> export CC=gcc<br>
> export CXX=g++<br>
> export CFLAGS=-m64<br>
> export CXXFLAGS=-m64<br>
> export FFLAGS="-m64 -fdefault-integer-8"<br>
> export FCFLAGS="-m64 -fdefault-integer-8"<br>
> ./configure --prefix=$HOME/openmpi --with-mpi-f90-size=medium<br>
> make all<br>
> make install<br>
> Thank you in advance,<br>
> Best regards<br>
> Zeinab<br>
> <br>
> <config.log_pnetcdf><config.log_openmpi><br>
<br>
</blockquote></div>