installing abinit-6.4.1 in suse-linux-11.3

option, parallelism,...

Moderators: fgoudreault, mcote

Forum rules
Please have a look at ~abinit/doc/config/build-config.ac in the source package for detailed and up-to-date information about the configuration of Abinit 8 builds.
For a video explanation on how to build Abinit 7.x for Linux, please go to: http://www.youtube.com/watch?v=DppLQ-KQA68.
IMPORTANT: when an answer solves your problem, please check the little green V-like button on its upper-right corner to accept it.
Locked
golden
Posts: 19
Joined: Fri May 13, 2011 8:08 pm

installing abinit-6.4.1 in suse-linux-11.3

Post by golden » Wed May 18, 2011 7:02 pm

Hi ,
I installed abinit-6.4.1 in suse-linux-11.3 and I want to install the parallel version of abinit so I made a dir called tmp-scalapack as suggested,
and tried to install it using the following ;

make distclean
cd abinit-6.4.1/tmp-scalapack
../configure --program-suffix="-mpi" --enable-mpi --enable-scalapack --enable-64bit-flags
make

and it gave me the following errors,

../../src/12_hide_mpi/m_xmpi.F90
../../../src/12_hide_mpi/m_xmpi.F90:48.65:

integer,public,parameter :: xmpi_world = MPI_COMM_WORLD
1
Error: Symbol 'mpi_comm_world' at (1) has no IMPLICIT type
../../../src/12_hide_mpi/m_xmpi.F90:49.64:

integer,public,parameter :: xmpi_self = MPI_COMM_SELF
1
Error: Symbol 'mpi_comm_self' at (1) has no IMPLICIT type
../../../src/12_hide_mpi/m_xmpi.F90:50.64:

integer,public,parameter :: xmpi_undefined = MPI_UNDEFINED
1
Error: Symbol 'mpi_undefined' at (1) has no IMPLICIT type
../../../src/12_hide_mpi/m_xmpi.F90:51.64:

integer,public,parameter :: xmpi_undefined_rank = MPI_UNDEFINED ! MPI_UNDEFIN
1
Error: Symbol 'mpi_undefined' at (1) has no IMPLICIT type
../../../src/12_hide_mpi/m_xmpi.F90:77.35:

integer :: id = xmpi_undefined
1
Error: Symbol 'xmpi_undefined' at (1) has no IMPLICIT type
../../../src/12_hide_mpi/m_xmpi.F90:80.42:

integer :: my_rank = xmpi_undefined_rank
1
Error: Symbol 'xmpi_undefined_rank' at (1) has no IMPLICIT type
../../../src/12_hide_mpi/m_xmpi.F90:86.36:

integer :: nprocs = xmpi_undefined
1
Error: Symbol 'xmpi_undefined' at (1) has no IMPLICIT type
../../../src/12_hide_mpi/xsum_mpi.F90:2277.64:
Included at ../../../src/12_hide_mpi/m_xmpi.F90:648:

if (spaceComm /= MPI_COMM_SELF .and. spaceComm /= MPI_COMM_NULL) then
1
Error: Symbol 'mpi_comm_null' at (1) has no IMPLICIT type
../../../src/12_hide_mpi/xsum_mpi.F90:2277.31:
Included at ../../../src/12_hide_mpi/m_xmpi.F90:648:

if (spaceComm /= MPI_COMM_SELF .and. spaceComm /= MPI_COMM_NULL) then
1
Error: Symbol 'mpi_comm_self' at (1) has no IMPLICIT type
../../../src/12_hide_mpi/xsum_mpi.F90:2283.49:
Included at ../../../src/12_hide_mpi/m_xmpi.F90:648:

call MPI_ALLREDUCE(xval,xsum,n1*n2,MPI_LOGICAL,&
1
Error: Symbol 'mpi_logical' at (1) has no IMPLICIT type
../../../src/12_hide_mpi/xsum_mpi.F90:2284.11:
Included at ../../../src/12_hide_mpi/m_xmpi.F90:648:

& MPI_LOR,spaceComm,ier)
1
Error: Symbol 'mpi_lor' at (1) has no IMPLICIT type
../../../src/12_hide_mpi/xsum_mpi.F90:2209.64:
Included at ../../../src/12_hide_mpi/m_xmpi.F90:648:

if (spaceComm /= MPI_COMM_SELF .and. spaceComm /= MPI_COMM_NULL) then
1
Error: Symbol 'mpi_comm_null' at (1) has no IMPLICIT type
../../../src/12_hide_mpi/xsum_mpi.F90:2209.31:
Included at ../../../src/12_hide_mpi/m_xmpi.F90:648:

if (spaceComm /= MPI_COMM_SELF .and. spaceComm /= MPI_COMM_NULL) then
1
Error: Symbol 'mpi_comm_self' at (1) has no IMPLICIT type
../../../src/12_hide_mpi/xsum_mpi.F90:2214.46:
Included at ../../../src/12_hide_mpi/m_xmpi.F90:648:

call MPI_ALLREDUCE(xval,xsum,n1,MPI_LOGICAL,&
1
Error: Symbol 'mpi_logical' at (1) has no IMPLICIT type
../../../src/12_hide_mpi/xsum_mpi.F90:2215.11:
Included at ../../../src/12_hide_mpi/m_xmpi.F90:648:

& MPI_LOR,spaceComm,ier)
1
Error: Symbol 'mpi_lor' at (1) has no IMPLICIT type
../../../src/12_hide_mpi/xsum_mpi.F90:2136.64:
Included at ../../../src/12_hide_mpi/m_xmpi.F90:648:

if (spaceComm /= MPI_COMM_SELF .and. spaceComm /= MPI_COMM_NULL) then
1
Error: Symbol 'mpi_comm_null' at (1) has no IMPLICIT type
../../../src/12_hide_mpi/xsum_mpi.F90:2136.31:
Included at ../../../src/12_hide_mpi/m_xmpi.F90:648:

if (spaceComm /= MPI_COMM_SELF .and. spaceComm /= MPI_COMM_NULL) then
1
Error: Symbol 'mpi_comm_self' at (1) has no IMPLICIT type
../../../src/12_hide_mpi/xsum_mpi.F90:2147.60:
Included at ../../../src/12_hide_mpi/m_xmpi.F90:648:

call MPI_ALLREDUCE(xval,xsum,n1*n2*n3*n4*n5,MPI_COMPLEX,MPI_SUM,spaceComm,
1
Error: Symbol 'mpi_complex' at (1) has no IMPLICIT type
../../../src/12_hide_mpi/xsum_mpi.F90:2147.68:
Included at ../../../src/12_hide_mpi/m_xmpi.F90:648:

call MPI_ALLREDUCE(xval,xsum,n1*n2*n3*n4*n5,MPI_COMPLEX,MPI_SUM,spaceComm,
1
Error: Symbol 'mpi_sum' at (1) has no IMPLICIT type
../../../src/12_hide_mpi/xsum_mpi.F90:2063.64:
Included at ../../../src/12_hide_mpi/m_xmpi.F90:648:

if (spaceComm /= MPI_COMM_SELF .and. spaceComm /= MPI_COMM_NULL) then
1
Error: Symbol 'mpi_comm_null' at (1) has no IMPLICIT type
../../../src/12_hide_mpi/xsum_mpi.F90:2063.31:
Included at ../../../src/12_hide_mpi/m_xmpi.F90:648:

if (spaceComm /= MPI_COMM_SELF .and. spaceComm /= MPI_COMM_NULL) then
1
Error: Symbol 'mpi_comm_self' at (1) has no IMPLICIT type
../../../src/12_hide_mpi/xsum_mpi.F90:2073.57:
Included at ../../../src/12_hide_mpi/m_xmpi.F90:648:

call MPI_ALLREDUCE(xval,xsum,n1*n2*n3*n4,MPI_COMPLEX,&
1
Error: Symbol 'mpi_complex' at (1) has no IMPLICIT type
../../../src/12_hide_mpi/xsum_mpi.F90:2074.13:
Included at ../../../src/12_hide_mpi/m_xmpi.F90:648:

& MPI_SUM,spaceComm,ier)
1
Error: Symbol 'mpi_sum' at (1) has no IMPLICIT type
../../../src/12_hide_mpi/xsum_mpi.F90:1991.64:
Included at ../../../src/12_hide_mpi/m_xmpi.F90:648:

if (spaceComm /= MPI_COMM_SELF .and. spaceComm /= MPI_COMM_NULL) then
1
Error: Symbol 'mpi_comm_null' at (1) has no IMPLICIT type
../../../src/12_hide_mpi/xsum_mpi.F90:1991.31:
Included at ../../../src/12_hide_mpi/m_xmpi.F90:648:

if (spaceComm /= MPI_COMM_SELF .and. spaceComm /= MPI_COMM_NULL) then
1
Error: Symbol 'mpi_comm_self' at (1) has no IMPLICIT type
Fatal Error: Error count reached limit of 25.
make[3]: *** [m_xmpi.o] Error 1
make[3]: Leaving directory `/usr/local/abinit-6.4.1/tmp-scalapack/src/12_hide_mpi'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/abinit-6.4.1/tmp-scalapack/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/abinit-6.4.1/tmp-scalapack'
make: *** [all] Error 2


If possible please let me know how to proceed with installing the parallel version.

Thank you very much

User avatar
pouillon
Posts: 651
Joined: Wed Aug 19, 2009 10:08 am
Location: Spain
Contact:

Re: installing abinit-6.4.1 in suse-linux-11.3

Post by pouillon » Thu May 19, 2011 10:13 pm

Try to set the MPI level manually by using the following option:

Code: Select all

--with-mpi-level=1
Yann Pouillon
Simune Atomistics
Donostia-San Sebastián, Spain

golden
Posts: 19
Joined: Fri May 13, 2011 8:08 pm

Re: installing abinit-6.4.1 in suse-linux-11.3

Post by golden » Fri May 20, 2011 8:51 pm

I got rid of abinit 6.4 and downloaded 6.6.3

I do have gfortran in my computer and I tried to compile the parallel version using;

./configure --with-mpi-prefix --enable-64bit-flags="yes" --with-mpi-level=1

and it gave me this warnings and output during the configuration, and I don't know weather with this type of warnings it has installed properly or not?


configure: WARNING: falling back to internal netcdf version
configure: WARNING: ETSF_IO requires missing NetCDF support
configure: WARNING: falling back to internal etsf_io version
configure: WARNING: falling back to internal linear algebra libraries
configure: WARNING: falling back to internal libxc version
configure: WARNING: AtomPAW recommends missing LibXC support
configure: WARNING: BigDFT requires missing linear algebra support
configure: WARNING: falling back to internal atompaw version
configure: WARNING: BigDFT requires missing LibXC support
configure: WARNING: BigDFT requires missing linear algebra support
configure: WARNING: falling back to internal bigdft version
configure: WARNING: wannier90 requires missing linear algebra support
configure: WARNING: falling back to internal wannier90 version

although it gave such warnings I went ahead and installed it just to see weather it will work but could not find the abinip which is the parallel executable, which means it has not installed the parallel version.



thanks

golden
Posts: 19
Joined: Fri May 13, 2011 8:08 pm

Re: installing abinit-6.4.1 in suse-linux-11.3

Post by golden » Tue May 31, 2011 5:25 pm

Hi I have tried to compile abinit 6.6.3 with the suggested key words and still I could not install the parallel version.

when I used;
./configure --with-mpi-prefix --enable-64bit-flags="yes" --with-mpi-level=1

although I have installed open mpi , in my computer with has 12 procs, it gave me;

==============================================================================
=== Connectors / Fallbacks ===
==============================================================================

checking whether MPI is usable... no
checking whether to build MPI code... no
checking whether to activate GPU support... no


...
Summary of important options:

* MPI enabled: no
* MPI-IO enabled: no
* GPU enabled: no (none)

* TRIO flavor = netcdf-fallback+etsf_io-fallback
* TIMER flavor = abinit (libs: ignored)
* LINALG flavor = netlib-fallback (libs: auto-detected)
* FFT flavor = none (libs: ignored)
* MATH flavor = none (libs: ignored)
* DFT flavor = libxc-fallback+atompaw-fallback+bigdft-fallback+wannier90-fallback


Do I need to specify the path of my mpi or something ?? I did installed the open-mpi using YAST., if so how can I find the were the YAST package manager has installed open-mpi?

I would really appreciate if any one can help me with setting up this parallel version of abinit .

Thanks

golden
Posts: 19
Joined: Fri May 13, 2011 8:08 pm

Re: installing abinit-6.6.3 in suse-linux-11.3

Post by golden » Wed Jun 01, 2011 5:45 pm

Hi ,
I was able to rectify some of my errors by going through http://forum.abinit.org/viewtopic.php?f=3&t=858 , which was helpful,
As I am using suse linux 11.3 64bit version, I included the path as

export LD_LIBRARY_PATH=/usr/lib64/mpi/gcc/openmpi/lib64:$LD_LIBRARY_PATH

then ran the configure command with;
./configure --enable-64bit-flags="yes" --enable-mpi="yes" --with-mpi-prefix="/usr/lib64/mpi/gcc/openmpi"

which eventually gave me;

Code: Select all

 ==============================================================================
 === Overall startup                                                        ===
 ==============================================================================

checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make sets $(MAKE)... (cached) yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for gawk... (cached) gawk
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
configure: not loading options (no config file available)

 ==============================================================================
 === Build-system information                                               ===
 ==============================================================================
configure: ABINIT version 6.6.3
configure: M4 010414 - Autoconf 026500 - Automake 011100 - Libtool 020204
configure: reporting user interface changes:
configure:  * --enable-all-plugins removed
configure:  * --enable-atompaw removed
configure:    === please use --with-dft-flavor instead ===
configure:  * --enable-bigdft removed
configure:    === please use --with-dft-flavor instead ===
configure:  * new option --enable-connectors is available
configure:  * --enable-dft removed
configure:    === please use --with-dft-flavor instead ===
configure:  * --enable-etsf-io removed
configure:    === please use --with-trio-flavor instead ===
configure:  * new option --enable-fallbacks is available
configure:  * --enable-fft removed
configure:    === please use --with-fft-flavor instead ===
configure:  * --enable-fox removed
configure:    === please use --with-trio-flavor instead ===
configure:  * --enable-libxc removed
configure:    === please use --with-dft-flavor instead ===
configure:  * --enable-linalg removed
configure:    === please use --with-linalg-flavor instead ===
configure:  * --enable-math removed
configure:    === please use --with-math-flavor instead ===
configure:  * --enable-mpi-io-test removed
configure:  * --enable-netcdf removed
configure:    === please use --with-trio-flavor instead ===
configure:  * new option --enable-pkg-check is available
configure:  * --enable-scalapack removed
configure:    === please use --with-linalg-flavor instead ===
configure:  * --enable-timer removed
configure:    === please use --with-timer-flavor instead ===
configure:  * --enable-trio removed
configure:    === please use --with-trio-flavor instead ===
configure:  * --enable-wannier90 removed
configure:    === please use --with-dft-flavor instead ===
configure:  * new option --with-atompaw-bins is available
configure:  * --with-atompaw-includes renamed --with-atompaw-incs
configure:  * --with-bigdft-includes renamed --with-bigdft-incs
configure:  * --with-dft-incs removed
configure:  * --with-dft-libs removed
configure:  * --with-etsf-io-includes renamed --with-etsf-io-incs
configure:  * --with-plugins-tardir renamed --with-fallbacks-tardir
configure:  * --with-fox-includes renamed --with-fox-incs
configure:  * --with-gpu-includes renamed --with-gpu-incs
configure:  * --with-libxc-includes renamed --with-libxc-incs
configure:  * --with-linalg-includes renamed --with-linalg-incs
configure:  * --with-mpi-includes renamed --with-mpi-incs
configure:  * --with-netcdf-includes renamed --with-netcdf-incs
configure:  * --with-plugins-prefix removed
configure:  * --with-timer-includes renamed --with-timer-incs
configure:  * --with-trio-incs removed
configure:  * --with-trio-libs removed
configure:  * --with-wannier90 renamed --with-wannier90-bins
configure:  * --with-wannier90-includes renamed --with-wannier90-incs

 ==============================================================================
 === Option consistency checking                                            ===
 ==============================================================================

configure: checking consistency of library-related options
configure:  |---> all OK
configure:
configure: checking consistency of plug-in options
configure:  |---> all OK
configure:
configure: checking consistency of experimental options
configure:  |---> all OK
configure:
configure:  |---> all OK
configure:
configure: parsing command-line options

 ==============================================================================
 === Connector startup                                                      ===
 ==============================================================================

configure: Initializing MPI support
configure: looking for MPI in /usr/lib64/mpi/gcc/openmpi
checking for a MPI C compiler... /usr/lib64/mpi/gcc/openmpi/bin/mpicc
checking for a MPI C++ compiler... /usr/lib64/mpi/gcc/openmpi/bin/mpicxx
checking for a MPI Fortran compiler... /usr/lib64/mpi/gcc/openmpi/bin/mpif90
checking for a MPI runner... /usr/lib64/mpi/gcc/openmpi/bin/mpirun
configure: GPU support disabled from command-line

 ==============================================================================
 === Utilities                                                              ===
 ==============================================================================

checking for sh... /usr/bin/sh
checking for mv... /bin/mv
checking for perl... /usr/bin/perl
checking for rm... /bin/rm
checking for dvips... no
checking for dvipdf... dvipdf
checking for latex... no
checking for markdown... no
checking for patch... patch
checking for ps2pdf... ps2pdf
checking for tar... tar
checking for wget... wget
checking for curl... curl
configure: using internal version of MarkDown

 ==============================================================================
 === C support                                                              ===
 ==============================================================================

checking for gcc... /usr/lib64/mpi/gcc/openmpi/bin/mpicc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/lib64/mpi/gcc/openmpi/bin/mpicc accepts -g... yes
checking for /usr/lib64/mpi/gcc/openmpi/bin/mpicc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of /usr/lib64/mpi/gcc/openmpi/bin/mpicc... gcc3
checking how to run the C preprocessor... /usr/lib64/mpi/gcc/openmpi/bin/mpicc -E
checking which type of compiler we have... gnu 4.5
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no

 [color=#FF0000]==============================================================================
 === C++ support                                                            ===
 ==============================================================================

checking whether we are using the GNU C++ compiler... no
checking whether /usr/lib64/mpi/gcc/openmpi/bin/mpicxx accepts -g... no
checking dependency style of /usr/lib64/mpi/gcc/openmpi/bin/mpicxx... none
checking which type of C++ compiler we have... generic 0.0[/color]

 ==============================================================================
 === Fortran support                                                        ===
 ==============================================================================

checking whether we are using the GNU Fortran compiler... yes
checking whether /usr/lib64/mpi/gcc/openmpi/bin/mpif90 accepts -g... yes
checking which type of Fortran compiler we have... gnu 4.5
checking fortran 90 modules extension... mod
checking for Fortran flag to compile .F90 files... none
configure: determining Fortran module case
checking whether Fortran modules are upper-case... no
checking how to get verbose linking output from /usr/lib64/mpi/gcc/openmpi/bin/mpif90... -v
checking for Fortran libraries of /usr/lib64/mpi/gcc/openmpi/bin/mpif90...  -L/usr/lib64/mpi/gcc/openmpi/lib64 -
L/usr/lib64/gcc/x86_64-suse-linux/4.5 -L/usr/lib64/gcc/x86_64-suse-linux/4.5/../../../../lib64 -L/lib/../lib64 -
L/usr/lib/../lib64 -L/usr/lib64/gcc/x86_64-suse-linux/4.5/../../../../x86_64-suse-linux/lib -L/usr/lib64/gcc/x86
_64-suse-linux/4.5/../../.. -lmpi_f90 -lmpi_f77 -lmpi -lopen-rte -lopen-pal -ldl -lnsl -lutil -lgfortran -lm -lp
thread
checking for dummy main to link with Fortran libraries... none
checking for Fortran name-mangling scheme... lower case, underscore, no extra underscore

 ==============================================================================
 === Python support                                                         ===
 ==============================================================================

checking for python... python
checking for Python CPPFLAGS... -I/usr/include/python2.6 -I/usr/lib64/python2.6/site-packages/numpy/core/include
checking for bzr... no
checking for Python NumPy headers... not found
checking numarray/arrayobject.h usability... no
checking numarray/arrayobject.h presence... no
checking for numarray/arrayobject.h... no

 ==============================================================================
 === Libraries and linking                                                  ===
 ==============================================================================

checking for ar... ar
checking for ranlib... ranlib

 ==============================================================================
 === Hints                                                                  ===
 ==============================================================================

checking for cpp... cpp
checking for a true C preprocessor... cpp
checking which cpp hints to apply... default/default/default
checking which cc hints to apply... gnu/default/default
checking which xpp hints to apply... none/none/none
checking which cxx hints to apply... none/none/none
checking which fpp hints to apply... default/default/default
checking which fc hints to apply... gnu/4.5/default
checking which ar hints to apply... none/none/none
checking which Fortran preprocessor to use...
checking which Fortran preprocessor flags to apply...
checking whether to wrap Fortran compiler calls... no

 ==============================================================================
 === Debugging                                                              ===
 ==============================================================================

checking debugging status... enabled (profile mode: basic)
configure: setting C debug flags to '-g'
configure: setting Fortran debug flags to '-g'
checking whether to activate debug mode in source files... no
checking which cc debug flags to apply... gnu/default/default
checking which cxx debug flags to apply... none/none/none
checking which fc debug flags to apply... gnu/default/default
checking whether to activate design-by-contract debugging... no

 ==============================================================================
 === Optimizations                                                          ===
 ==============================================================================

checking optimization status... enabled (profile mode: standard)
checking which cc optimizations to apply... gnu/default/default
checking which cxx optimizations to apply... none/none/none
checking which fc optimizations to apply... gnu/4.5/default
checking whether to apply per-directory optimizations... yes

 ==============================================================================
 === 64-bit support                                                         ===
 ==============================================================================

checking for a 64-bit architecture... yes
checking whether to use 64-bit flags... yes
checking for user-defined 64-bit flags...
checking for 64-bit C preprocessor flags... none
checking for 64-bit C flags... -m64
checking for 64-bit C++ flags... none
checking for 64-bit Fortran flags... -m64
checking for 64-bit archiver flags... none

 ==============================================================================
 === Build flags                                                            ===
 ==============================================================================

configure: static builds may be performed

 ==============================================================================
 === Advanced compiler features                                             ===
 ==============================================================================

checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking mcheck.h usability... yes
checking mcheck.h presence... yes
checking for mcheck.h... yes
checking for abort... yes
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of unsigned int... 4
checking size of unsigned long... 8
checking size of unsigned long long... 8
checking size of float... 4
checking size of double... 8
checking size of long double... 16
checking size of size_t... 8
checking size of ptrdiff_t... 8
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether the Fortran compiler supports allocatable arrays in datatypes... yes
checking whether the Fortran compiler provides the iso_c_binding module... yes
checking whether the Fortran compiler accepts exit()... yes
checking whether the Fortran compiler accepts flush()... yes
checking whether the Fortran compiler accepts flush_()... no
checking whether the Fortran compiler accepts gamma()... yes
checking whether the Fortran compiler accepts getenv()... yes
checking whether the Fortran compiler accepts getpid()... no
checking whether the Fortran compiler accepts the null() intrinsic... yes
checking whether the Fortran compiler accepts quadruple integers... yes
checking whether the Fortran compiler accepts long lines... yes
checking whether the Fortran compiler accepts etime()... no
checking whether to use C clock for timings... no

 ==============================================================================
 === Connectors / Fallbacks                                                 ===
 ==============================================================================

checking whether the C compiler supports MPI... yes
[color=#FF0000]checking whether the C++ compiler supports MPI... no[/color]
checking whether the Fortran Compiler supports MPI... yes
checking whether MPI is usable... yes
configure: enabling MPI I/O support
checking whether to build MPI code... yes
checking whether to build MPI I/O code... yes
checking whether to build MPI time tracing code... no
checking which level of MPI is supported by the Fortran compiler... 2
checking whether to activate GPU support... no
checking for the requested transferable I/O support... netcdf+etsf_io
checking netcdf.h usability... no
checking netcdf.h presence... no
checking for netcdf.h... no
checking for library containing nc_open... no
checking for Fortran module includes... unknown
checking for the actual transferable I/O support... netcdf-fallback+etsf_io-fallback
checking for the requested timer support... abinit
checking for the actual timer support... abinit
checking for the requested linear algebra support... netlib
checking for library containing zgemm... no
checking for library containing zhpev... no
checking whether we have a serial linear algebra support... no
checking whether we have a parallel linear algebra support... no
checking for the actual linear algebra support... netlib-fallback
checking for the requested math support... none
checking for the actual math support... none
checking for the requested FFT support... none
checking for the actual FFT support... none
checking for the requested DFT support... atompaw+bigdft+libxc+wannier90
checking xc.h usability... no
checking xc.h presence... no
checking for xc.h... no
checking xc_funcs.h usability... no
checking xc_funcs.h presence... no
checking for xc_funcs.h... no
checking for library containing xc_func_init... no
checking for Fortran module includes... unknown
checking for the actual DFT support... libxc-fallback+atompaw-fallback+bigdft-fallback+wannier90-fallback
configure: using former plugins as a temporary workaround
configure: fallbacks to enable => atompaw bigdft etsf_io libxc linalg netcdf wannier90
checking whether to build atompaw... yes
checking whether to build bigdft... yes
checking whether to build etsf_io... yes
checking whether to build fox... no
checking whether to build libxc... yes
checking whether to build linalg... yes
checking whether to build netcdf... yes
checking whether to build wannier90... yes
configure: using tarball repository /root/.abinit/tarballs
checking for a source tarball of LINALG... yes
checking for md5sum... md5sum
configure: tarball MD5 check succeeded
configure: applying LINALG tricks (vendor: gnu, version: 4.5)
checking whether to enable the LINALG fallback... yes
checking whether to build the LINALG fallback... yes
checking whether to enable the FOX fallback... no
checking whether to build the FOX fallback... no
checking for a source tarball of NETCDF... yes
configure: tarball MD5 check succeeded
configure: applying NetCDF tricks (vendor: gnu, version: 4.5)
checking whether to enable the NETCDF fallback... yes
checking whether to build the NETCDF fallback... yes
checking for a source tarball of ETSF_IO... yes
configure: tarball MD5 check succeeded
configure: applying ETSF_IO tricks (vendor: gnu, version: 4.5)
checking whether to enable the ETSF_IO fallback... yes
checking whether to build the ETSF_IO fallback... yes
checking for a source tarball of LIBXC... yes
configure: tarball MD5 check succeeded
configure: applying LIBXC tricks
checking whether to enable the LIBXC fallback... yes
checking whether to build the LIBXC fallback... yes
checking for a source tarball of ATOMPAW... yes
configure: tarball MD5 check succeeded
configure: applying AtomPAW tricks (vendor: gnu, version: 4.5)
checking whether to enable the ATOMPAW fallback... yes
checking whether to build the ATOMPAW fallback... yes
checking for a source tarball of BIGDFT... yes
configure: tarball MD5 check succeeded
configure: applying BigDFT tricks (vendor: gnu, version: 4.5)
checking whether to enable the BIGDFT fallback... yes
checking whether to build the BIGDFT fallback... yes
checking for a source tarball of WANNIER90... yes
configure: tarball MD5 check succeeded
configure: applying Wannier90 tricks (vendor: gnu, version: 4.5)
checking whether to enable the WANNIER90 fallback... yes
checking whether to build the WANNIER90 fallback... yes

 ==============================================================================
 === Nightly builds                                                         ===
 ==============================================================================

checking whether to build test timeout code... no
checking timeout for automatic tests... none

 ==============================================================================
 === Experimental developments                                              ===
 ==============================================================================

checking whether to enable bindings... no
checking whether to enable BSE unpacking... no
checking whether to enable CLib... no
checking whether to build exports... no
checking whether to accelerate 'make check'... no
checking whether to enable GW cut-off... no
checking whether to enable GW double-precision calculations... no
checking whether to enable optimal GW... no
checking whether to enable GW wrapper... no
checking whether to activate maintainer checks... no
checking whether to use macroave... yes
checking whether to reduce 'make check' for packaging... no
checking whether to read input from stdin... yes
checking whether to activate Symmetric Multi-Processing... no
checking whether to activate ZDOTC and ZDOTU workaround... no

 ==============================================================================
 === Output                                                                 ===
 ==============================================================================

configure: creating ./config.status
config.status: creating config.dump
config.status: creating config.mk
config.status: creating config.pc
config.status: creating config.sh
config.status: creating config/wrappers/wrap-fc
config.status: creating src/incs/Makefile
config.status: creating src/mods/Makefile
config.status: creating src/16_hideleave/m_build_info.F90
config.status: creating tests/tests.env
config.status: creating tests/tests-install.env
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/01_gsl_ext/Makefile
config.status: creating src/01_interfaces_ext/Makefile
config.status: creating src/01_macroavnew_ext/Makefile
config.status: creating src/01_qespresso_ext/Makefile
config.status: creating src/02_clib/Makefile
config.status: creating src/10_defs/Makefile
config.status: creating src/12_hide_mpi/Makefile
config.status: creating src/14_hidewrite/Makefile
config.status: creating src/15_gpu_toolbox/Makefile
config.status: creating src/16_hideleave/Makefile
config.status: creating src/18_timing/Makefile
config.status: creating src/27_toolbox_oop/Makefile
config.status: creating src/28_numeric_noabirule/Makefile
config.status: creating src/32_contract/Makefile
config.status: creating src/32_util/Makefile
config.status: creating src/42_geometry/Makefile
config.status: creating src/42_geomoptim/Makefile
config.status: creating src/42_nlstrain/Makefile
config.status: creating src/42_parser/Makefile
config.status: creating src/43_ptgroups/Makefile
config.status: creating src/45_psp_parser/Makefile
config.status: creating src/47_xml/Makefile
config.status: creating src/49_gw_toolbox_oop/Makefile
config.status: creating src/50_abitypes_defs/Makefile
config.status: creating src/51_manage_cuda/Makefile
config.status: creating src/51_manage_mpi/Makefile
config.status: creating src/52_fft_mpi_noabirule/Makefile
config.status: creating src/53_abiutil/Makefile
config.status: creating src/53_ffts/Makefile
config.status: creating src/53_spacepar/Makefile
config.status: creating src/56_recipspace/Makefile
config.status: creating src/56_xc/Makefile
config.status: creating src/57_iovars/Makefile
config.status: creating src/59_io_mpi/Makefile
config.status: creating src/61_ionetcdf/Makefile
config.status: creating src/62_cg_noabirule/Makefile
config.status: creating src/62_iowfdenpot/Makefile
config.status: creating src/62_occeig/Makefile
config.status: creating src/62_poisson/Makefile
config.status: creating src/62_wvl_wfs/Makefile
config.status: creating src/63_bader/Makefile
config.status: creating src/64_atompaw/Makefile
config.status: creating src/65_nonlocal/Makefile
config.status: creating src/65_psp/Makefile
config.status: creating src/66_paw/Makefile
config.status: creating src/66_wfs/Makefile
config.status: creating src/67_common/Makefile
config.status: creating src/68_dmft/Makefile
config.status: creating src/68_recursion/Makefile
config.status: creating src/68_rsprc/Makefile
config.status: creating src/69_wfdesc/Makefile
config.status: creating src/70_gw/Makefile
config.status: creating src/71_bse/Makefile
config.status: creating src/72_response/Makefile
config.status: creating src/77_ddb/Makefile
config.status: creating src/77_lwf/Makefile
config.status: creating src/77_suscep/Makefile
config.status: creating src/79_seqpar_mpi/Makefile
config.status: creating src/83_cut3d/Makefile
config.status: creating src/93_rdm/Makefile
config.status: creating src/95_drive/Makefile
config.status: creating src/98_main/Makefile
config.status: creating src/libs/Makefile
config.status: creating tests/Nightly/Makefile
config.status: creating plugins/Makefile
config.status: creating plugins/atompaw/Makefile
config.status: creating plugins/bigdft/Makefile
config.status: creating plugins/etsf_io/Makefile
config.status: creating plugins/fox/Makefile
config.status: creating plugins/libxc/Makefile
config.status: creating plugins/linalg/Makefile
config.status: creating plugins/netcdf/Makefile
config.status: creating plugins/wannier90/Makefile
config.status: creating bindings/Makefile
config.status: creating bindings/parser/Makefile
config.status: creating doc/Makefile
config.status: creating tests/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing dump-optim commands
config.status: executing script-perms commands
config.status: executing long-lines commands

Summary of important options:

  * MPI    enabled: yes
  * MPI-IO enabled: yes
  * GPU    enabled: no (none)

  * TRIO   flavor = netcdf-fallback+etsf_io-fallback
  * TIMER  flavor = abinit (libs: ignored)
  * LINALG flavor = netlib-fallback (libs: auto-detected)
  * FFT    flavor = none (libs: ignored)
  * MATH   flavor = none (libs: ignored)
  * DFT    flavor = libxc-fallback+atompaw-fallback+bigdft-fallback+wannier90-fallback

Configuration complete.
You may now type "make" to build ABINIT.
(or, on a SMP machine, "make mj4", or "make multi multi_nprocs=<n>")


which was rather an improvement as I was able to enable MPI ;
but the negative aspect is it could not find the c++ compiler ??
if I do which mpicxx it would give me the path as
/usr/lib64/mpi/gcc/openmpi/bin/mpicxx
as by the looks of it, I already have the c++ ,, but when I ran configure its not picking up ?? I can not understand why??
Do I need to give another command before the environment command?

and I did go through with the make ,
make multi multi_nprocs=12
and then
make install

in the bin dir I only could see the exe's only;
abinetcdf aim atompaw conducti fftprof kss2wfk macroave mrggkk newsp ujdet
abinit anaddb band2eps cut3d graphatom lwf mrgddb mrgscr optic wannier90.x


I could not see the abinis which is the parallel version of abinit ..
If any one could point what I am doing incorrectly I would really appreciate the help...

thank you very much.

User avatar
pouillon
Posts: 651
Joined: Wed Aug 19, 2009 10:08 am
Location: Spain
Contact:

Re: installing abinit-6.4.1 in suse-linux-11.3

Post by pouillon » Wed Jun 01, 2011 6:09 pm

First don't worry about C++. Its support might be dropped in a future version of Abinit.

Then, the double compilation of abinis / abinip has been replaced by another mechanism in December 2009. See ~abinit/doc/release_notes/release_notes_v6.0.html for details.
Yann Pouillon
Simune Atomistics
Donostia-San Sebastián, Spain

golden
Posts: 19
Joined: Fri May 13, 2011 8:08 pm

Re: installing abinit-6.4.1 in suse-linux-11.3

Post by golden » Thu Jun 09, 2011 9:35 pm

HI,
Thank you very much Dr. Yann Pouillon, and showing me that now there in only one exe for parallel abinit, (after reading the release notes) I was able to install abinit, successfully. :D

thanks again.

Locked