Mock Version: 1.2.14 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/elk.spec'], chrootPath='/srv/build/7/B/mock-root/c7-epel-i686/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=21600logger=uid=501) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/elk.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False warning: Could not canonicalize hostname: worker1.bsys.centos.org Building target platforms: i686 Building for target i686 Wrote: /builddir/build/SRPMS/elk-3.3.17-17.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/elk.spec '], chrootPath='/srv/build/7/B/mock-root/c7-epel-i686/root'shell=Falseuid=501env={'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=21600private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/elk.spec '] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.k3xY1c + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf elk-3.3.17 + /usr/bin/tar -xf - + /usr/bin/gzip -dc /builddir/build/SOURCES/elk-3.3.17.tgz + STATUS=0 + '[' 0 -ne 0 ']' + cd elk-3.3.17 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'SRC_MPI = mpi_stub.f90' + echo 'F90 = gfortran -fopenmp' + echo 'F77 = gfortran -fopenmp' + echo 'F90_OPTS = -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables' + echo 'F77_OPTS = $(F90_OPTS)' + echo 'AR = ar' + echo 'LIB_LPK = -L/usr/lib -lopenblas' + echo 'LIB_FFT = -L/usr/lib -lfftw3' + echo 'SRC_FFT = zfftifc_fftw.f90' + echo 'LIB_libxc = -L/usr/lib -lxc' + echo 'SRC_libxc = libxcifc.f90' + sed -i 's/blas lapack fft elk/elk/' src/Makefile + sed -i s/erf.f90// src/Makefile + sed -i s/,erf// src/stheta_mp.f90 + rm -rf src/LAPACK src/BLAS src/fftlib + rm -f src/libxc_funcs.f90 src/libxc.f90 + rm -f src/erf.f90 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.xEvQWw + umask 022 + cd /builddir/build/BUILD + cd elk-3.3.17 + mv src src.orig + export MPI_SUFFIX=_openmp + MPI_SUFFIX=_openmp + cp -rp src.orig src + cp -p make.inc.common make.inc + cat make.inc SRC_MPI = mpi_stub.f90 F90 = gfortran -fopenmp F77 = gfortran -fopenmp F90_OPTS = -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables F77_OPTS = $(F90_OPTS) AR = ar LIB_LPK = -L/usr/lib -lopenblas LIB_FFT = -L/usr/lib -lfftw3 SRC_FFT = zfftifc_fftw.f90 LIB_libxc = -L/usr/lib -lxc SRC_libxc = libxcifc.f90 + cp -p make.inc make.inc_openmp + /usr/bin/make cd src; make all make[1]: Entering directory `/builddir/build/BUILD/elk-3.3.17/src' gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modmain.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c mpi_stub.f90 mpi_stub.f90:44.29: subroutine mpi_comm_size(comm,size,ierror) 1 Warning: Unused dummy argument 'comm' at (1) mpi_stub.f90:54.29: subroutine mpi_comm_rank(comm,rank,ierror) 1 Warning: Unused dummy argument 'comm' at (1) mpi_stub.f90:64.27: subroutine mpi_barrier(comm,ierror) 1 Warning: Unused dummy argument 'comm' at (1) mpi_stub.f90:72.27: subroutine mpi_bcast(buffer,count,datatype,root,comm,ierror) 1 Warning: Unused dummy argument 'buffer' at (1) mpi_stub.f90:72.52: subroutine mpi_bcast(buffer,count,datatype,root,comm,ierror) 1 Warning: Unused dummy argument 'comm' at (1) mpi_stub.f90:72.33: subroutine mpi_bcast(buffer,count,datatype,root,comm,ierror) 1 Warning: Unused dummy argument 'count' at (1) mpi_stub.f90:72.42: subroutine mpi_bcast(buffer,count,datatype,root,comm,ierror) 1 Warning: Unused dummy argument 'datatype' at (1) mpi_stub.f90:72.47: subroutine mpi_bcast(buffer,count,datatype,root,comm,ierror) 1 Warning: Unused dummy argument 'root' at (1) mpi_stub.f90:84.63: subroutine mpi_allreduce(sendbuf,recvbuf,count,datatype,op,comm,ierror) 1 Warning: Unused dummy argument 'comm' at (1) mpi_stub.f90:84.46: subroutine mpi_allreduce(sendbuf,recvbuf,count,datatype,op,comm,ierror) 1 Warning: Unused dummy argument 'count' at (1) mpi_stub.f90:84.55: subroutine mpi_allreduce(sendbuf,recvbuf,count,datatype,op,comm,ierror) 1 Warning: Unused dummy argument 'datatype' at (1) mpi_stub.f90:84.58: subroutine mpi_allreduce(sendbuf,recvbuf,count,datatype,op,comm,ierror) 1 Warning: Unused dummy argument 'op' at (1) mpi_stub.f90:84.40: subroutine mpi_allreduce(sendbuf,recvbuf,count,datatype,op,comm,ierror) 1 Warning: Unused dummy argument 'recvbuf' at (1) mpi_stub.f90:84.32: subroutine mpi_allreduce(sendbuf,recvbuf,count,datatype,op,comm,ierror) 1 Warning: Unused dummy argument 'sendbuf' at (1) gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modmpi.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c libxcifc.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modxcifc.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modfxcifc.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c moddftu.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modrdm.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modphonon.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modscdft.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modtest.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modrandom.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modstore.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modpw.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modvars.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modtddft.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modgw.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zfftifc_fftw.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c elk.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genrmesh.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zfmtinp.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zfmtcopy.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfmtinp.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdiracint.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdirac.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rschrodint.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c timesec.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c wavefmt.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rbsht.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfsht.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zbsht.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zfsht.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfmtcopy.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c spline.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c fderiv.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c factnm.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c factr.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c fsmooth.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c lopzflm.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfmtscal.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gcd.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zfmtadd.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zfmtzero.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rtozfmt.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ztorfmt.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sortidx.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfmtadd.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfmtzero.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfzero.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfinp.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genylmg.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genylm.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genrlm.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmlistl.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sphcover.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c delevec.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zfinp.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zfpack.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rhomagsh.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmllolo.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c occupy.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genlofr.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genapwfr.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c mixpack.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfpack.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c polynom.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genkmat.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genshtmat.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eveqnfv.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eveqnfvz.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zpotclmt.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfmtaddc.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ztorflm.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmlrad.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c olprad.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rtozflm.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rhonorm.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfint.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c charge.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c moment.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c potnucl.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gengvec.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c nfftifc.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gridsize.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genvsig.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sbessel.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sbesseldm.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c allatoms.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genzvclmt.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gencfun.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writefermi.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readfermi.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c fintgt.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c potks.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c energynn.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rhomag.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rhocore.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rotrfmt.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfinterp.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ylmrot.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ylmroty.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eveqnfvr.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findprimcell.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genppts.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c energy.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zfmtctof.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfmtctof.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c init0.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c init1.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c init2.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c init3.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c init4.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c bfieldks.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zpotcoul.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeengy.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writechg.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c potplot.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c plot1d.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c plot2d.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c plot3d.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findswidth.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c mae.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writestate.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readstate.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rotaxang.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c axangrot.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c i3minv.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c i3mdet.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c i3mtv.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3mv.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3mtv.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3cross.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3minv.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3mdet.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3frac.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3mm.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3mtm.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3mmt.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zflmconj.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rotzflm.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c z2mm.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c z2mctm.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c z2mmct.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfmtsm.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rhomagsm.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gentpmae.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c symmat.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genstrain.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeiad.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c symvect.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c nuclei.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genstress.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writestress.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c latvstep.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c putoccsv.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getoccsv.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c linengy.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeinfo.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readinput.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writelinen.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writesf.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c match.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c wigner3j.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c wigner3jf.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c wigner6j.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c clebgor.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gaunt.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gauntyry.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sphcrd.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c brzint.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hermite.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c roteuler.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eulerrot.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c reciplat.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c fermisurfbxsf.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeeval.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readspecies.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gencore.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genhvec.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writelat.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findigp0.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeforces.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genjlgpr.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c pade.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c symmetry.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findsym.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findsymcrys.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findsymsite.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writekpts.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c olpistl.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c olpaa.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c olpalo.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c olplolo.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmlaa.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmlalo.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writefsm.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c plotpt1d.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c flushifc.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c testcheck.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c checkfsm.f90 checkfsm.f90: In function 'checkfsm': checkfsm.f90:11:0: warning: 'is' may be used uninitialized in this function [-Wmaybe-uninitialized] integer is,ia,ja ^ checkfsm.f90:11:0: warning: 'ia' may be used uninitialized in this function [-Wmaybe-uninitialized] checkfsm.f90:11:0: warning: 'ja' may be used uninitialized in this function [-Wmaybe-uninitialized] gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c atom.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c fsmfield.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c geomopt.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c atpstep.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c bandstr.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findsymlat.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findkpt.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c putevalfv.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getevalfv.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c mixerifc.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c axangsu2.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c wfplot.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genwiq2.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writewiq2.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeefg.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gensocfr.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c nesting.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c checkmt.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c mtdmin.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c putevalsv.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getevalsv.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dos.f90 dos.f90: In function 'dos': dos.f90:337:0: warning: 'elm.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] lm,elm(lm,ias) ^ dos.f90:337:0: warning: 'elm.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writedos.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c putevecfv.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getevecfv.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c putevecsv.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getevecsv.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c fermisurf.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writesym.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genidxlo.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c addlorbcnd.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sdelta.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c stheta.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sdelta_mp.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c stheta_mp.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sdelta_fd.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c stheta_fd.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sdelta_sq.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c stheta_sq.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sdelta_lr.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c stheta_lr.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c vecfbz.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c mixlinear.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c mixadapt.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c mixpulay.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c mixbroyden.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rlmrot.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rotrflm.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c radnucl.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findngkmax.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zgerci.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writegeom.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c effmass.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c mossbauer.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findband.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c geomplot.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genlmirep.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gndstate.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genjlgq0r.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findqpt.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ssfext.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sstask.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c spiralsc.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genscss.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findscq.f90 findscq.f90: In function 'findscq': findscq.f90:17:0: warning: 'scl[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] integer scl(3,3),i,n ^ findscq.f90:17:0: warning: 'scl[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] findscq.f90:17:0: warning: 'scl[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeqpts.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writelsj.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getcf2pt.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c proj2d.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dielectric.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c nonlinopt.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c vecplot.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gengkvec.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c wfcrplot.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c energykncr.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rhoplot.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genwfsv.f90 genwfsv.f90: In function 'genwfsv': genwfsv.f90:62:0: warning: 'wfmt1.dim[3].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] complex(8), allocatable :: wfmt1(:,:,:,:),wfmt2(:,:) ^ genwfsv.f90:62:0: warning: 'wfmt1.dim[2].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genwfsvp.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eveqn.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eveqnit.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eveqnsv.f90 eveqnsv.f90: In function 'eveqnsv': eveqnsv.f90:34:0: warning: 'gwfmt.dim[2].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] complex(8), allocatable :: gwfmt(:,:,:),wfir1(:),wfir2(:),z(:,:),work(:) ^ eveqnsv.f90:34:0: warning: 'gwfmt.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] eveqnsv.f90:34:0: warning: 'gwfmt.dim[0].ubound' may be used uninitialized in this function [-Wmaybe-uninitialized] eveqnsv.f90:34:0: warning: 'gwfmt.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eveqnss.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genevfsv.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rhoinit.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c grad2rfmt.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gendmat.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c symdmat.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gensdmat.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggamt_1.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggair_1.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggamt_sp_1.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggair_sp_1.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggamt_2a.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggair_2a.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggamt_2b.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggair_2b.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggamt_sp_2a.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggair_sp_2a.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggamt_sp_2b.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggair_sp_2b.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genspecies.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeemd.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gensfacgp.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rhomagk.f90 rhomagk.f90: In function 'rhomagk': rhomagk.f90:56:0: warning: 'wfmt1.dim[3].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] complex(8), allocatable :: wfmt1(:,:,:,:),wfmt2(:,:) ^ rhomagk.f90:56:0: warning: 'wfmt1.dim[2].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c wavefcr.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c exxengy.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c exxengyk.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genzrmt1.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genzrmt2.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eveqnhf.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c elnes.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c potefield.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genffacgp.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gentau.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gentauk.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gentaucr.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genzrho.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c potcoul.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c xc_c_tb09.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c elfplot.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genexpmt.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gradzfmt.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gradrfmt.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gradzf.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gradrf.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c projsbf.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genpmatk.f90 genpmatk.f90: In function 'genpmatk': genpmatk.f90:54:0: warning: 'zfmt2.dim[3].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] complex(8), allocatable :: gvmt(:,:,:),zfmt1(:,:,:),zfmt2(:,:,:,:) ^ genpmatk.f90:54:0: warning: 'zfmt2.dim[2].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] genpmatk.f90:54:0: warning: 'zfmt2.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] genpmatk.f90:54:0: warning: 'zfmt2.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] genpmatk.f90:54:0: warning: 'zfmt1.dim[2].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] genpmatk.f90:54:0: warning: 'zfmt1.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] genpmatk.f90:54:0: warning: 'zfmt1.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] genpmatk.f90:54:0: warning: 'gvmt.dim[2].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] genpmatk.f90:54:0: warning: 'gvmt.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] genpmatk.f90:54:0: warning: 'gvmt.dim[0].ubound' may be used uninitialized in this function [-Wmaybe-uninitialized] genpmatk.f90:54:0: warning: 'gvmt.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c putpmat.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writepmat.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getpmat.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gengqrf.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c moke.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sfacinit.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sfacrho.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sfacmag.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gradwf2.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gradwfcr2.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c force.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c forcek.f90 forcek.f90: In function 'forcek': forcek.f90:34:0: warning: 'evecsv.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] complex(8), allocatable :: evecfv(:,:,:),evecsv(:,:) ^ forcek.f90:34:0: warning: 'evecsv.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c symrf.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c symrfir.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c symrvfir.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c symrvf.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c potxc.f90 potxc.f90: In function 'potxc': potxc.f90:43:0: warning: 'mag.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] real(8), allocatable :: mag(:,:),bxc(:,:) ^ potxc.f90:43:0: warning: 'mag.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] potxc.f90:43:0: warning: 'bxc.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] potxc.f90:43:0: warning: 'bxc.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] potxc.f90:150:0: warning: 'taumt.dim[3].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] taudn=taumt(:,:,ias,2),vxup=vxup,vxdn=vxdn,vcup=vcup,vcdn=vcdn) ^ potxc.f90:206:0: warning: 'taumt.dim[2].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] tau=taumt(:,:,ias,1),vx=vx,vc=vc) ^ potxc.f90:272:0: warning: 'tauir.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] taudn=tauir(:,2),vxup=vxup,vxdn=vxdn,vcup=vcup,vcdn=vcdn) ^ gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c oepmain.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c oepresk.f90 oepresk.f90: In function 'oepresk': oepresk.f90:29:0: warning: 'zvfmt2.dim[3].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] complex(8), allocatable :: zvfmt2(:,:,:,:),zvfir2(:,:) ^ oepresk.f90:29:0: warning: 'zvfir2.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] oepresk.f90:27:0: warning: 'zvfmt1.dim[2].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] complex(8), allocatable :: zfmt1(:,:),zvfmt1(:,:,:) ^ gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c oepvcl.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c oepvclk.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genvchi0.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genspchi0.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c epsinv_rpa.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dbxcplot.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genvmat.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genvmatk.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c vclcore.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genzrmmt.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genzrm.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zftrf.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zftzf.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writehmlbse.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmlxbse.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmlxbsek.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmldbse.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmldbsek.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dielectric_bse.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genidxbse.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeevbse.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hartfock.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hflocal.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c putkmat.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getkmat.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zrhogp.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genwfpw.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writewfpw.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getwfpw.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genexpmat.f90 genexpmat.f90: In function 'genexpmat': genexpmat.f90:26:0: warning: 'evecsv2.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] complex(8), allocatable :: evecsv1(:,:),evecsv2(:,:) ^ genexpmat.f90:26:0: warning: 'evecsv2.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] genexpmat.f90:26:0: warning: 'evecsv1.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] genexpmat.f90:26:0: warning: 'evecsv1.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeexpmat.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rvfcross.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfplot.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rotdmat.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hrmdmat.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genfspecies.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writespecies.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c massnucl.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rzfmtinp.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rzfmtadd.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rzfadd.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rzfinp.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zfcmtinp.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genpmat.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c reademd.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c emdplot.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfhkintp.f90 rfhkintp.f90: In function 'rfhkintp': rfhkintp.f90:77:0: warning: 'v0[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] t2=(vhpl(3)-v0(3))*dble(ngridk(3)) ^ rfhkintp.f90:73:0: warning: 'v0[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] t2=(vhpl(2)-v0(2))*dble(ngridk(2)) ^ rfhkintp.f90:67:0: warning: 'v0[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] t2=(vhpl(1)-v0(1))*dble(ngridk(1)) ^ gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c emdplot3d.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c emdplot2d.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c emdplot1d.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c plotpt3d.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c plotpt2d.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genvmmtsv.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeevsp.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sctovec.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c phdelete.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gendcfun.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dmatch.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gendvsig.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dpotks.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gengvsmt.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dpotcoul.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c deveqnfv.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dhmlistl.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dolpistl.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c phmixpack.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dolpalo.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c putdevecfv.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getdevecfv.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dhmllolo.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c doccupy.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dhmlalo.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dolpaa.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c putdevecsv.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getdevecsv.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dwavefmt.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c phononsc.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dyntask.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genscph.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c phdisp.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readdyn.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dynqtor.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dynrtoq.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dynsymapp.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dynsym.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dynev.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dynevs.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c phdos.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sumrule.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writephn.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c phfext.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writegamma.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readgamma.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c phlwidth.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c alpha2f.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writelambda.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c phscdelete.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ephcouple.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genephmat.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eliashberg.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c phscdvs.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writedvs.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readdvs.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readalpha2f.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c mcmillan.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c phonon.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dforce.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dhmlaa.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dhmlrad.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gendsocfr.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dpotxc.f90 dpotxc.f90: In function 'dpotxc': dpotxc.f90:15:0: warning: 'dbmt.dim[2].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] complex(8), allocatable :: dvmt(:,:),dbmt(:,:,:) ^ dpotxc.f90:15:0: warning: 'dbmt.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] dpotxc.f90:15:0: warning: 'dbmt.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gendwfsv.f90 gendwfsv.f90: In function 'gendwfsv': gendwfsv.f90:33:0: warning: 'wfmt1.dim[2].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] complex(8), allocatable :: wfmt1(:,:,:),wfmt2(:,:),dwfmt1(:,:,:) ^ gendwfsv.f90:33:0: warning: 'dwfmt1.dim[2].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c drhomagk.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gradrhomt.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dforcek.f90 dforcek.f90: In function 'dforcek': dforcek.f90:27:0: warning: 'evecsv.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] complex(8), allocatable :: evecsv(:,:),devecsv(:,:) ^ dforcek.f90:27:0: warning: 'evecsv.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] dforcek.f90:27:0: warning: 'devecsv.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] dforcek.f90:27:0: warning: 'devecsv.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmlaaq.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmlaloq.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c olpaaq.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c olpaloq.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gengkqvec.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gengqvec.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c drhomagsh.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genmcph.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmlbdg.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eveqnbdg.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c scdft.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genachi.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c bdginv.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c achiinit.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genidxbdg.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c xc_pzca.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c xc_pwca.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c xc_pbe.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c xc_am05.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c xc_xalpha.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c xc_wc06.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c x_wc06.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c x_pbe.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c c_pbe.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c c_pbe_gcor.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c xc_vbh.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c fxc_pwca.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gendmatmt.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genveedu.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genvmatmt.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writedftu.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readalphadu.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c fyukawa.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c fyukawa0.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genfdufr.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c energyfdu.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeefdu.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zbessela.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zbesselb.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readdmatmt.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genfdu.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findlambdadu.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readfdu.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writetmdu.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writetm2du.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writetm3du.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dmtotm2.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dmtotm3.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c tm2todm.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c tm3todm.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c pottm2.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c pottm3.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c tm2pol.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c tm3pol.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gendmftm.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ftmfield.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeftm.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmft.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmdkdc.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmminc.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmvaryc.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmdedc.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmenergy.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmengyxc.f90 rdmengyxc.f90: In function 'rdmengyxc': rdmengyxc.f90:73:0: warning: 't2' may be used uninitialized in this function [-Wmaybe-uninitialized] engyx=engyx-t2*vclijji(ist2,ist1,ik2) ^ gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmwritededn.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmwriteengy.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmminn.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmvaryn.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmdedn.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmdexcdn.f90 rdmdexcdn.f90: In function 'rdmdexcdn': rdmdexcdn.f90:77:0: warning: 't2' may be used uninitialized in this function [-Wmaybe-uninitialized] dedn(ist2,ik2)=dedn(ist2,ik2)+t2*vclijji(ist2,ist1,ik2) ^ gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genvclijji.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genvclijjk.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getvclijji.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getvclijjk.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writevclijji.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writevclijjk.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmdexcdc.f90 rdmdexcdc.f90: In function 'rdmdexcdc': rdmdexcdc.f90:80:0: warning: 't2' may be used uninitialized in this function [-Wmaybe-uninitialized] vclijjk(ist1,ist3,ist4,ik2) ^ gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmdtsdn.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmentropy.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmeval.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c tddftlr.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genvfxc.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genfxcr.f90 genfxcr.f90: In function 'genfxcr': genfxcr.f90:19:0: warning: 'mag.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] real(8), allocatable :: rho(:),rhoup(:),rhodn(:),mag(:,:) ^ genfxcr.f90:19:0: warning: 'mag.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genspfxcr.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genvfxcg.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c tddftsplr.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genspfxcg.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genafieldt.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readafieldt.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c tddft.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writetddft.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genvbmatk.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c potkst.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c timestep.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genhmlt.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c current.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writetimes.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readtimes.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeafpdt.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writetddos.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c tdtemp.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -o elk modmain.o mpi_stub.o modmpi.o libxcifc.o modxcifc.o modfxcifc.o moddftu.o modrdm.o modphonon.o modscdft.o modtest.o modrandom.o modstore.o modpw.o modvars.o modtddft.o modgw.o zfftifc_fftw.o elk.o genrmesh.o zfmtinp.o zfmtcopy.o rfmtinp.o rdiracint.o rdirac.o rschrodint.o timesec.o wavefmt.o rbsht.o rfsht.o zbsht.o zfsht.o rfmtcopy.o spline.o fderiv.o factnm.o factr.o fsmooth.o lopzflm.o rfmtscal.o gcd.o zfmtadd.o zfmtzero.o rtozfmt.o ztorfmt.o sortidx.o rfmtadd.o rfmtzero.o rfzero.o rfinp.o genylmg.o genylm.o genrlm.o hmlistl.o sphcover.o delevec.o zfinp.o zfpack.o rhomagsh.o hmllolo.o occupy.o genlofr.o genapwfr.o mixpack.o rfpack.o polynom.o genkmat.o genshtmat.o eveqnfv.o eveqnfvz.o zpotclmt.o rfmtaddc.o ztorflm.o hmlrad.o olprad.o rtozflm.o rhonorm.o rfint.o charge.o moment.o potnucl.o gengvec.o nfftifc.o gridsize.o genvsig.o sbessel.o sbesseldm.o allatoms.o genzvclmt.o gencfun.o writefermi.o readfermi.o fintgt.o potks.o energynn.o rhomag.o rhocore.o rotrfmt.o rfinterp.o ylmrot.o ylmroty.o eveqnfvr.o findprimcell.o genppts.o energy.o zfmtctof.o rfmtctof.o init0.o init1.o init2.o init3.o init4.o bfieldks.o zpotcoul.o writeengy.o writechg.o potplot.o plot1d.o plot2d.o plot3d.o findswidth.o mae.o writestate.o readstate.o rotaxang.o axangrot.o i3minv.o i3mdet.o i3mtv.o r3mv.o r3mtv.o r3cross.o r3minv.o r3mdet.o r3frac.o r3mm.o r3mtm.o r3mmt.o zflmconj.o rotzflm.o z2mm.o z2mctm.o z2mmct.o rfmtsm.o rhomagsm.o gentpmae.o symmat.o genstrain.o writeiad.o symvect.o nuclei.o genstress.o writestress.o latvstep.o putoccsv.o getoccsv.o linengy.o writeinfo.o readinput.o writelinen.o writesf.o match.o wigner3j.o wigner3jf.o wigner6j.o clebgor.o gaunt.o gauntyry.o sphcrd.o brzint.o hermite.o roteuler.o eulerrot.o reciplat.o fermisurfbxsf.o writeeval.o readspecies.o gencore.o genhvec.o writelat.o findigp0.o writeforces.o genjlgpr.o pade.o symmetry.o findsym.o findsymcrys.o findsymsite.o writekpts.o olpistl.o olpaa.o olpalo.o olplolo.o hmlaa.o hmlalo.o writefsm.o plotpt1d.o flushifc.o testcheck.o checkfsm.o atom.o fsmfield.o geomopt.o atpstep.o bandstr.o findsymlat.o findkpt.o putevalfv.o getevalfv.o mixerifc.o axangsu2.o wfplot.o genwiq2.o writewiq2.o writeefg.o gensocfr.o nesting.o checkmt.o mtdmin.o putevalsv.o getevalsv.o dos.o writedos.o putevecfv.o getevecfv.o putevecsv.o getevecsv.o fermisurf.o writesym.o genidxlo.o addlorbcnd.o sdelta.o stheta.o sdelta_mp.o stheta_mp.o sdelta_fd.o stheta_fd.o sdelta_sq.o stheta_sq.o sdelta_lr.o stheta_lr.o vecfbz.o mixlinear.o mixadapt.o mixpulay.o mixbroyden.o rlmrot.o rotrflm.o radnucl.o findngkmax.o zgerci.o writegeom.o effmass.o mossbauer.o findband.o geomplot.o genlmirep.o gndstate.o genjlgq0r.o findqpt.o ssfext.o sstask.o spiralsc.o genscss.o findscq.o writeqpts.o writelsj.o getcf2pt.o proj2d.o dielectric.o nonlinopt.o vecplot.o gengkvec.o wfcrplot.o energykncr.o rhoplot.o genwfsv.o genwfsvp.o eveqn.o eveqnit.o eveqnsv.o eveqnss.o genevfsv.o rhoinit.o grad2rfmt.o gendmat.o symdmat.o gensdmat.o ggamt_1.o ggair_1.o ggamt_sp_1.o ggair_sp_1.o ggamt_2a.o ggair_2a.o ggamt_2b.o ggair_2b.o ggamt_sp_2a.o ggair_sp_2a.o ggamt_sp_2b.o ggair_sp_2b.o genspecies.o writeemd.o gensfacgp.o rhomagk.o wavefcr.o exxengy.o exxengyk.o genzrmt1.o genzrmt2.o eveqnhf.o elnes.o potefield.o genffacgp.o gentau.o gentauk.o gentaucr.o genzrho.o potcoul.o xc_c_tb09.o elfplot.o genexpmt.o gradzfmt.o gradrfmt.o gradzf.o gradrf.o projsbf.o genpmatk.o putpmat.o writepmat.o getpmat.o gengqrf.o moke.o sfacinit.o sfacrho.o sfacmag.o gradwf2.o gradwfcr2.o force.o forcek.o symrf.o symrfir.o symrvfir.o symrvf.o potxc.o oepmain.o oepresk.o oepvcl.o oepvclk.o genvchi0.o genspchi0.o epsinv_rpa.o dbxcplot.o genvmat.o genvmatk.o vclcore.o genzrmmt.o genzrm.o zftrf.o zftzf.o writehmlbse.o hmlxbse.o hmlxbsek.o hmldbse.o hmldbsek.o dielectric_bse.o genidxbse.o writeevbse.o hartfock.o hflocal.o putkmat.o getkmat.o zrhogp.o genwfpw.o writewfpw.o getwfpw.o genexpmat.o writeexpmat.o rvfcross.o rfplot.o rotdmat.o hrmdmat.o genfspecies.o writespecies.o massnucl.o rzfmtinp.o rzfmtadd.o rzfadd.o rzfinp.o zfcmtinp.o genpmat.o reademd.o emdplot.o rfhkintp.o emdplot3d.o emdplot2d.o emdplot1d.o plotpt3d.o plotpt2d.o genvmmtsv.o writeevsp.o sctovec.o phdelete.o gendcfun.o dmatch.o gendvsig.o dpotks.o gengvsmt.o dpotcoul.o deveqnfv.o dhmlistl.o dolpistl.o phmixpack.o dolpalo.o putdevecfv.o getdevecfv.o dhmllolo.o doccupy.o dhmlalo.o dolpaa.o putdevecsv.o getdevecsv.o dwavefmt.o phononsc.o dyntask.o genscph.o phdisp.o readdyn.o dynqtor.o dynrtoq.o dynsymapp.o dynsym.o dynev.o dynevs.o phdos.o sumrule.o writephn.o phfext.o writegamma.o readgamma.o phlwidth.o alpha2f.o writelambda.o phscdelete.o ephcouple.o genephmat.o eliashberg.o phscdvs.o writedvs.o readdvs.o readalpha2f.o mcmillan.o phonon.o dforce.o dhmlaa.o dhmlrad.o gendsocfr.o dpotxc.o gendwfsv.o drhomagk.o gradrhomt.o dforcek.o hmlaaq.o hmlaloq.o olpaaq.o olpaloq.o gengkqvec.o gengqvec.o drhomagsh.o genmcph.o hmlbdg.o eveqnbdg.o scdft.o genachi.o bdginv.o achiinit.o genidxbdg.o xc_pzca.o xc_pwca.o xc_pbe.o xc_am05.o xc_xalpha.o xc_wc06.o x_wc06.o x_pbe.o c_pbe.o c_pbe_gcor.o xc_vbh.o fxc_pwca.o gendmatmt.o genveedu.o genvmatmt.o writedftu.o readalphadu.o fyukawa.o fyukawa0.o genfdufr.o energyfdu.o writeefdu.o zbessela.o zbesselb.o readdmatmt.o genfdu.o findlambdadu.o readfdu.o writetmdu.o writetm2du.o writetm3du.o dmtotm2.o dmtotm3.o tm2todm.o tm3todm.o pottm2.o pottm3.o tm2pol.o tm3pol.o gendmftm.o ftmfield.o writeftm.o rdmft.o rdmdkdc.o rdmminc.o rdmvaryc.o rdmdedc.o rdmenergy.o rdmengyxc.o rdmwritededn.o rdmwriteengy.o rdmminn.o rdmvaryn.o rdmdedn.o rdmdexcdn.o genvclijji.o genvclijjk.o getvclijji.o getvclijjk.o writevclijji.o writevclijjk.o rdmdexcdc.o rdmdtsdn.o rdmentropy.o rdmeval.o tddftlr.o genvfxc.o genfxcr.o genspfxcr.o genvfxcg.o tddftsplr.o genspfxcg.o genafieldt.o readafieldt.o tddft.o writetddft.o genvbmatk.o potkst.o timestep.o genhmlt.o current.o writetimes.o readtimes.o writeafpdt.o writetddos.o tdtemp.o -L/usr/lib -lopenblas -L/usr/lib -lfftw3 -L/usr/lib -lxc \ make[1]: Leaving directory `/builddir/build/BUILD/elk-3.3.17/src' cd src/eos; make make[1]: Entering directory `/builddir/build/BUILD/elk-3.3.17/src/eos' gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modmain.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eos.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eveos.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c pveos.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readinput.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getedata.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c fitdata.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c output.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c minf_nm.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c fmin_nm.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -o eos modmain.o eos.o eveos.o pveos.o readinput.o getedata.o fitdata.o output.o minf_nm.o fmin_nm.o make[1]: Leaving directory `/builddir/build/BUILD/elk-3.3.17/src/eos' cd src/spacegroup; make make[1]: Entering directory `/builddir/build/BUILD/elk-3.3.17/src/spacegroup' gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modmain.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c main.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readinput.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gencrystal.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sgsymb.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c seitzgen.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gengroup.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c seitzeq.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c seitzmul.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writegeom.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c geomplot.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findprimcell.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3frac.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3mv.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3cross.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3minv.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3mm.f90 gfortran -fopenmp -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -o spacegroup modmain.o main.o readinput.o gencrystal.o sgsymb.o seitzgen.o gengroup.o seitzeq.o seitzmul.o writegeom.o geomplot.o findprimcell.o r3frac.o r3mv.o r3cross.o r3minv.o r3mm.o make[1]: Leaving directory `/builddir/build/BUILD/elk-3.3.17/src/spacegroup' + mv src/elk . + mv src/eos/eos elk-eos + mv src/spacegroup/spacegroup elk-spacegroup + /usr/bin/make clean cd src; make cleanall make[1]: Entering directory `/builddir/build/BUILD/elk-3.3.17/src' cd BLAS; make clean /bin/sh: line 0: cd: BLAS: No such file or directory make[2]: Entering directory `/builddir/build/BUILD/elk-3.3.17/src' rm -f *.o *.mod *~ ifc* *.gcno gmon.out *.aux *.dvi *.log \ elk.pdf *.tex *.toc elk make[2]: Leaving directory `/builddir/build/BUILD/elk-3.3.17/src' cd LAPACK; make clean /bin/sh: line 0: cd: LAPACK: No such file or directory make[2]: Entering directory `/builddir/build/BUILD/elk-3.3.17/src' rm -f *.o *.mod *~ ifc* *.gcno gmon.out *.aux *.dvi *.log \ elk.pdf *.tex *.toc elk make[2]: Leaving directory `/builddir/build/BUILD/elk-3.3.17/src' cd fftlib; make clean /bin/sh: line 0: cd: fftlib: No such file or directory make[2]: Entering directory `/builddir/build/BUILD/elk-3.3.17/src' rm -f *.o *.mod *~ ifc* *.gcno gmon.out *.aux *.dvi *.log \ elk.pdf *.tex *.toc elk make[2]: Leaving directory `/builddir/build/BUILD/elk-3.3.17/src' make clean make[2]: Entering directory `/builddir/build/BUILD/elk-3.3.17/src' rm -f *.o *.mod *~ ifc* *.gcno gmon.out *.aux *.dvi *.log \ elk.pdf *.tex *.toc elk make[2]: Leaving directory `/builddir/build/BUILD/elk-3.3.17/src' make[1]: Leaving directory `/builddir/build/BUILD/elk-3.3.17/src' cd src/eos; make clean make[1]: Entering directory `/builddir/build/BUILD/elk-3.3.17/src/eos' rm -f *.o *.mod *~ fort.* ifc* *.gcno *.OUT gmon.out eos make[1]: Leaving directory `/builddir/build/BUILD/elk-3.3.17/src/eos' cd src/spacegroup; make clean make[1]: Entering directory `/builddir/build/BUILD/elk-3.3.17/src/spacegroup' rm -f *.o *.mod *~ fort.* ifc* *.gcno *.OUT *.xsf *.ascii gmon.out \ *.aux *.dvi *.log *.pdf *.tex *.toc spacegroup make[1]: Leaving directory `/builddir/build/BUILD/elk-3.3.17/src/spacegroup' rm -f *.o *.mod *~ fort.* ifc* *.gcno *.exe + rm -rf src + cp -rp src.orig src + . /etc/profile.d/modules.sh ++++ /bin/ps -p 3702 -ocomm= +++ /bin/basename sh ++ shell=sh ++ '[' -f /usr/share/Modules/init/sh ']' ++ . /usr/share/Modules/init/sh +++ MODULESHOME=/usr/share/Modules +++ export MODULESHOME +++ '[' '' = '' ']' +++ LOADEDMODULES= +++ export LOADEDMODULES +++ '[' /usr/share/Modules/modulefiles:/etc/modulefiles = '' ']' + module load mpi/openmpi-i386 ++ /usr/bin/modulecmd sh load mpi/openmpi-i386 + eval LD_LIBRARY_PATH=/usr/lib/openmpi/lib ';export' 'LD_LIBRARY_PATH;LOADEDMODULES=mpi/openmpi-i386' ';export' 'LOADEDMODULES;MANPATH=/usr/share/man/openmpi-i386:/usr/share/man:/usr/local/share/man' ';export' 'MANPATH;MPI_BIN=/usr/lib/openmpi/bin' ';export' 'MPI_BIN;MPI_COMPILER=openmpi-i386' ';export' 'MPI_COMPILER;MPI_FORTRAN_MOD_DIR=/usr/lib/gfortran/modules/openmpi-i386' ';export' 'MPI_FORTRAN_MOD_DIR;MPI_HOME=/usr/lib/openmpi' ';export' 'MPI_HOME;MPI_INCLUDE=/usr/include/openmpi-i386' ';export' 'MPI_INCLUDE;MPI_LIB=/usr/lib/openmpi/lib' ';export' 'MPI_LIB;MPI_MAN=/usr/share/man/openmpi-i386' ';export' 'MPI_MAN;MPI_PYTHON_SITEARCH=/usr/lib/python2.7/site-packages/openmpi' ';export' 'MPI_PYTHON_SITEARCH;MPI_SUFFIX=_openmpi' ';export' 'MPI_SUFFIX;MPI_SYSCONFIG=/etc/openmpi-i386' ';export' 'MPI_SYSCONFIG;PATH=/usr/lib/openmpi/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin' ';export' 'PATH;PYTHONPATH=/usr/lib/python2.7/site-packages/openmpi' ';export' 'PYTHONPATH;_LMFILES_=/etc/modulefiles/mpi/openmpi-i386' ';export' '_LMFILES_;' ++ LD_LIBRARY_PATH=/usr/lib/openmpi/lib ++ export LD_LIBRARY_PATH ++ LOADEDMODULES=mpi/openmpi-i386 ++ export LOADEDMODULES ++ MANPATH=/usr/share/man/openmpi-i386:/usr/share/man:/usr/local/share/man ++ export MANPATH ++ MPI_BIN=/usr/lib/openmpi/bin ++ export MPI_BIN ++ MPI_COMPILER=openmpi-i386 ++ export MPI_COMPILER ++ MPI_FORTRAN_MOD_DIR=/usr/lib/gfortran/modules/openmpi-i386 ++ export MPI_FORTRAN_MOD_DIR ++ MPI_HOME=/usr/lib/openmpi ++ export MPI_HOME ++ MPI_INCLUDE=/usr/include/openmpi-i386 ++ export MPI_INCLUDE ++ MPI_LIB=/usr/lib/openmpi/lib ++ export MPI_LIB ++ MPI_MAN=/usr/share/man/openmpi-i386 ++ export MPI_MAN ++ MPI_PYTHON_SITEARCH=/usr/lib/python2.7/site-packages/openmpi ++ export MPI_PYTHON_SITEARCH ++ MPI_SUFFIX=_openmpi ++ export MPI_SUFFIX ++ MPI_SYSCONFIG=/etc/openmpi-i386 ++ export MPI_SYSCONFIG ++ PATH=/usr/lib/openmpi/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin ++ export PATH ++ PYTHONPATH=/usr/lib/python2.7/site-packages/openmpi ++ export PYTHONPATH ++ _LMFILES_=/etc/modulefiles/mpi/openmpi-i386 ++ export _LMFILES_ + export 'CFLAGS= -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables' + CFLAGS=' -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables' + cp -p make.inc.common make.inc + /usr/bin/sed -i 's|F90 =.*|F90 = mpif90 -fopenmp|' make.inc + /usr/bin/sed -i 's|F77 =.*|F77 = mpif77 -fopenmp|' make.inc + /usr/bin/sed -i 's|F90_OPTS =|F90_OPTS = -I/usr/lib/gfortran/modules/openmpi-i386|' make.inc + echo 'SRC_MPI =' + cat make.inc SRC_MPI = mpi_stub.f90 F90 = mpif90 -fopenmp F77 = mpif77 -fopenmp F90_OPTS = -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables F77_OPTS = $(F90_OPTS) AR = ar LIB_LPK = -L/usr/lib -lopenblas LIB_FFT = -L/usr/lib -lfftw3 SRC_FFT = zfftifc_fftw.f90 LIB_libxc = -L/usr/lib -lxc SRC_libxc = libxcifc.f90 SRC_MPI = + cp -p make.inc make.inc_openmpi + /usr/bin/make cd src; make all make[1]: Entering directory `/builddir/build/BUILD/elk-3.3.17/src' mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modmain.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modmpi.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c libxcifc.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modxcifc.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modfxcifc.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c moddftu.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modrdm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modphonon.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modscdft.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modtest.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modrandom.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modstore.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modpw.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modvars.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modtddft.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modgw.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zfftifc_fftw.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c elk.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genrmesh.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zfmtinp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zfmtcopy.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfmtinp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdiracint.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdirac.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rschrodint.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c timesec.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c wavefmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rbsht.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfsht.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zbsht.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zfsht.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfmtcopy.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c spline.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c fderiv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c factnm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c factr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c fsmooth.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c lopzflm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfmtscal.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gcd.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zfmtadd.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zfmtzero.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rtozfmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ztorfmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sortidx.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfmtadd.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfmtzero.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfzero.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfinp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genylmg.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genylm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genrlm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmlistl.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sphcover.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c delevec.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zfinp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zfpack.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rhomagsh.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmllolo.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c occupy.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genlofr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genapwfr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c mixpack.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfpack.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c polynom.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genkmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genshtmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eveqnfv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eveqnfvz.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zpotclmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfmtaddc.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ztorflm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmlrad.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c olprad.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rtozflm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rhonorm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfint.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c charge.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c moment.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c potnucl.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gengvec.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c nfftifc.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gridsize.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genvsig.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sbessel.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sbesseldm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c allatoms.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genzvclmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gencfun.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writefermi.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readfermi.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c fintgt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c potks.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c energynn.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rhomag.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rhocore.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rotrfmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfinterp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ylmrot.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ylmroty.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eveqnfvr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findprimcell.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genppts.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c energy.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zfmtctof.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfmtctof.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c init0.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c init1.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c init2.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c init3.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c init4.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c bfieldks.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zpotcoul.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeengy.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writechg.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c potplot.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c plot1d.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c plot2d.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c plot3d.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findswidth.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c mae.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writestate.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readstate.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rotaxang.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c axangrot.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c i3minv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c i3mdet.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c i3mtv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3mv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3mtv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3cross.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3minv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3mdet.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3frac.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3mm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3mtm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3mmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zflmconj.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rotzflm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c z2mm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c z2mctm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c z2mmct.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfmtsm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rhomagsm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gentpmae.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c symmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genstrain.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeiad.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c symvect.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c nuclei.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genstress.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writestress.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c latvstep.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c putoccsv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getoccsv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c linengy.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeinfo.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readinput.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writelinen.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writesf.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c match.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c wigner3j.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c wigner3jf.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c wigner6j.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c clebgor.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gaunt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gauntyry.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sphcrd.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c brzint.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hermite.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c roteuler.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eulerrot.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c reciplat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c fermisurfbxsf.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeeval.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readspecies.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gencore.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genhvec.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writelat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findigp0.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeforces.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genjlgpr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c pade.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c symmetry.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findsym.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findsymcrys.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findsymsite.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writekpts.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c olpistl.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c olpaa.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c olpalo.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c olplolo.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmlaa.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmlalo.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writefsm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c plotpt1d.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c flushifc.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c testcheck.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c checkfsm.f90 checkfsm.f90: In function 'checkfsm': checkfsm.f90:11:0: warning: 'is' may be used uninitialized in this function [-Wmaybe-uninitialized] integer is,ia,ja ^ checkfsm.f90:11:0: warning: 'ia' may be used uninitialized in this function [-Wmaybe-uninitialized] checkfsm.f90:11:0: warning: 'ja' may be used uninitialized in this function [-Wmaybe-uninitialized] mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c atom.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c fsmfield.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c geomopt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c atpstep.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c bandstr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findsymlat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findkpt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c putevalfv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getevalfv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c mixerifc.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c axangsu2.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c wfplot.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genwiq2.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writewiq2.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeefg.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gensocfr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c nesting.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c checkmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c mtdmin.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c putevalsv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getevalsv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dos.f90 dos.f90: In function 'dos': dos.f90:337:0: warning: 'elm.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] lm,elm(lm,ias) ^ dos.f90:337:0: warning: 'elm.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writedos.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c putevecfv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getevecfv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c putevecsv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getevecsv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c fermisurf.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writesym.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genidxlo.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c addlorbcnd.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sdelta.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c stheta.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sdelta_mp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c stheta_mp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sdelta_fd.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c stheta_fd.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sdelta_sq.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c stheta_sq.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sdelta_lr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c stheta_lr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c vecfbz.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c mixlinear.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c mixadapt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c mixpulay.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c mixbroyden.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rlmrot.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rotrflm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c radnucl.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findngkmax.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zgerci.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writegeom.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c effmass.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c mossbauer.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findband.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c geomplot.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genlmirep.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gndstate.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genjlgq0r.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findqpt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ssfext.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sstask.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c spiralsc.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genscss.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findscq.f90 findscq.f90: In function 'findscq': findscq.f90:17:0: warning: 'scl[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] integer scl(3,3),i,n ^ findscq.f90:17:0: warning: 'scl[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] findscq.f90:17:0: warning: 'scl[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeqpts.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writelsj.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getcf2pt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c proj2d.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dielectric.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c nonlinopt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c vecplot.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gengkvec.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c wfcrplot.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c energykncr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rhoplot.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genwfsv.f90 genwfsv.f90: In function 'genwfsv': genwfsv.f90:62:0: warning: 'wfmt1.dim[3].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] complex(8), allocatable :: wfmt1(:,:,:,:),wfmt2(:,:) ^ genwfsv.f90:62:0: warning: 'wfmt1.dim[2].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genwfsvp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eveqn.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eveqnit.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eveqnsv.f90 eveqnsv.f90: In function 'eveqnsv': eveqnsv.f90:34:0: warning: 'gwfmt.dim[2].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] complex(8), allocatable :: gwfmt(:,:,:),wfir1(:),wfir2(:),z(:,:),work(:) ^ eveqnsv.f90:34:0: warning: 'gwfmt.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] eveqnsv.f90:34:0: warning: 'gwfmt.dim[0].ubound' may be used uninitialized in this function [-Wmaybe-uninitialized] eveqnsv.f90:34:0: warning: 'gwfmt.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eveqnss.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genevfsv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rhoinit.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c grad2rfmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gendmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c symdmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gensdmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggamt_1.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggair_1.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggamt_sp_1.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggair_sp_1.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggamt_2a.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggair_2a.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggamt_2b.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggair_2b.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggamt_sp_2a.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggair_sp_2a.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggamt_sp_2b.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggair_sp_2b.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genspecies.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeemd.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gensfacgp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rhomagk.f90 rhomagk.f90: In function 'rhomagk': rhomagk.f90:56:0: warning: 'wfmt1.dim[3].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] complex(8), allocatable :: wfmt1(:,:,:,:),wfmt2(:,:) ^ rhomagk.f90:56:0: warning: 'wfmt1.dim[2].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c wavefcr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c exxengy.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c exxengyk.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genzrmt1.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genzrmt2.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eveqnhf.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c elnes.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c potefield.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genffacgp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gentau.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gentauk.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gentaucr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genzrho.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c potcoul.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c xc_c_tb09.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c elfplot.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genexpmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gradzfmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gradrfmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gradzf.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gradrf.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c projsbf.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genpmatk.f90 genpmatk.f90: In function 'genpmatk': genpmatk.f90:54:0: warning: 'zfmt2.dim[3].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] complex(8), allocatable :: gvmt(:,:,:),zfmt1(:,:,:),zfmt2(:,:,:,:) ^ genpmatk.f90:54:0: warning: 'zfmt2.dim[2].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] genpmatk.f90:54:0: warning: 'zfmt2.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] genpmatk.f90:54:0: warning: 'zfmt2.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] genpmatk.f90:54:0: warning: 'zfmt1.dim[2].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] genpmatk.f90:54:0: warning: 'zfmt1.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] genpmatk.f90:54:0: warning: 'zfmt1.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] genpmatk.f90:54:0: warning: 'gvmt.dim[2].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] genpmatk.f90:54:0: warning: 'gvmt.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] genpmatk.f90:54:0: warning: 'gvmt.dim[0].ubound' may be used uninitialized in this function [-Wmaybe-uninitialized] genpmatk.f90:54:0: warning: 'gvmt.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c putpmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writepmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getpmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gengqrf.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c moke.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sfacinit.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sfacrho.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sfacmag.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gradwf2.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gradwfcr2.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c force.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c forcek.f90 forcek.f90: In function 'forcek': forcek.f90:34:0: warning: 'evecsv.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] complex(8), allocatable :: evecfv(:,:,:),evecsv(:,:) ^ forcek.f90:34:0: warning: 'evecsv.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c symrf.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c symrfir.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c symrvfir.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c symrvf.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c potxc.f90 potxc.f90: In function 'potxc': potxc.f90:43:0: warning: 'mag.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] real(8), allocatable :: mag(:,:),bxc(:,:) ^ potxc.f90:43:0: warning: 'mag.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] potxc.f90:43:0: warning: 'bxc.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] potxc.f90:43:0: warning: 'bxc.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] potxc.f90:150:0: warning: 'taumt.dim[3].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] taudn=taumt(:,:,ias,2),vxup=vxup,vxdn=vxdn,vcup=vcup,vcdn=vcdn) ^ potxc.f90:206:0: warning: 'taumt.dim[2].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] tau=taumt(:,:,ias,1),vx=vx,vc=vc) ^ potxc.f90:272:0: warning: 'tauir.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] taudn=tauir(:,2),vxup=vxup,vxdn=vxdn,vcup=vcup,vcdn=vcdn) ^ mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c oepmain.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c oepresk.f90 oepresk.f90: In function 'oepresk': oepresk.f90:29:0: warning: 'zvfmt2.dim[3].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] complex(8), allocatable :: zvfmt2(:,:,:,:),zvfir2(:,:) ^ oepresk.f90:29:0: warning: 'zvfir2.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] oepresk.f90:27:0: warning: 'zvfmt1.dim[2].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] complex(8), allocatable :: zfmt1(:,:),zvfmt1(:,:,:) ^ mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c oepvcl.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c oepvclk.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genvchi0.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genspchi0.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c epsinv_rpa.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dbxcplot.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genvmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genvmatk.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c vclcore.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genzrmmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genzrm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zftrf.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zftzf.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writehmlbse.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmlxbse.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmlxbsek.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmldbse.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmldbsek.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dielectric_bse.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genidxbse.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeevbse.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hartfock.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hflocal.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c putkmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getkmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zrhogp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genwfpw.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writewfpw.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getwfpw.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genexpmat.f90 genexpmat.f90: In function 'genexpmat': genexpmat.f90:26:0: warning: 'evecsv2.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] complex(8), allocatable :: evecsv1(:,:),evecsv2(:,:) ^ genexpmat.f90:26:0: warning: 'evecsv2.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] genexpmat.f90:26:0: warning: 'evecsv1.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] genexpmat.f90:26:0: warning: 'evecsv1.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeexpmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rvfcross.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfplot.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rotdmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hrmdmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genfspecies.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writespecies.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c massnucl.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rzfmtinp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rzfmtadd.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rzfadd.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rzfinp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zfcmtinp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genpmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c reademd.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c emdplot.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfhkintp.f90 rfhkintp.f90: In function 'rfhkintp': rfhkintp.f90:77:0: warning: 'v0[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] t2=(vhpl(3)-v0(3))*dble(ngridk(3)) ^ rfhkintp.f90:73:0: warning: 'v0[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] t2=(vhpl(2)-v0(2))*dble(ngridk(2)) ^ rfhkintp.f90:67:0: warning: 'v0[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] t2=(vhpl(1)-v0(1))*dble(ngridk(1)) ^ mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c emdplot3d.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c emdplot2d.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c emdplot1d.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c plotpt3d.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c plotpt2d.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genvmmtsv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeevsp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sctovec.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c phdelete.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gendcfun.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dmatch.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gendvsig.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dpotks.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gengvsmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dpotcoul.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c deveqnfv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dhmlistl.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dolpistl.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c phmixpack.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dolpalo.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c putdevecfv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getdevecfv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dhmllolo.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c doccupy.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dhmlalo.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dolpaa.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c putdevecsv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getdevecsv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dwavefmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c phononsc.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dyntask.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genscph.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c phdisp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readdyn.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dynqtor.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dynrtoq.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dynsymapp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dynsym.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dynev.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dynevs.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c phdos.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sumrule.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writephn.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c phfext.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writegamma.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readgamma.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c phlwidth.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c alpha2f.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writelambda.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c phscdelete.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ephcouple.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genephmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eliashberg.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c phscdvs.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writedvs.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readdvs.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readalpha2f.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c mcmillan.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c phonon.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dforce.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dhmlaa.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dhmlrad.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gendsocfr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dpotxc.f90 dpotxc.f90: In function 'dpotxc': dpotxc.f90:15:0: warning: 'dbmt.dim[2].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] complex(8), allocatable :: dvmt(:,:),dbmt(:,:,:) ^ dpotxc.f90:15:0: warning: 'dbmt.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] dpotxc.f90:15:0: warning: 'dbmt.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gendwfsv.f90 gendwfsv.f90: In function 'gendwfsv': gendwfsv.f90:33:0: warning: 'wfmt1.dim[2].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] complex(8), allocatable :: wfmt1(:,:,:),wfmt2(:,:),dwfmt1(:,:,:) ^ gendwfsv.f90:33:0: warning: 'dwfmt1.dim[2].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c drhomagk.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gradrhomt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dforcek.f90 dforcek.f90: In function 'dforcek': dforcek.f90:27:0: warning: 'evecsv.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] complex(8), allocatable :: evecsv(:,:),devecsv(:,:) ^ dforcek.f90:27:0: warning: 'evecsv.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] dforcek.f90:27:0: warning: 'devecsv.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] dforcek.f90:27:0: warning: 'devecsv.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmlaaq.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmlaloq.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c olpaaq.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c olpaloq.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gengkqvec.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gengqvec.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c drhomagsh.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genmcph.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmlbdg.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eveqnbdg.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c scdft.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genachi.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c bdginv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c achiinit.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genidxbdg.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c xc_pzca.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c xc_pwca.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c xc_pbe.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c xc_am05.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c xc_xalpha.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c xc_wc06.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c x_wc06.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c x_pbe.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c c_pbe.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c c_pbe_gcor.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c xc_vbh.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c fxc_pwca.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gendmatmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genveedu.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genvmatmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writedftu.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readalphadu.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c fyukawa.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c fyukawa0.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genfdufr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c energyfdu.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeefdu.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zbessela.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zbesselb.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readdmatmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genfdu.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findlambdadu.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readfdu.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writetmdu.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writetm2du.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writetm3du.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dmtotm2.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dmtotm3.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c tm2todm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c tm3todm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c pottm2.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c pottm3.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c tm2pol.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c tm3pol.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gendmftm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ftmfield.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeftm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmft.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmdkdc.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmminc.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmvaryc.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmdedc.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmenergy.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmengyxc.f90 rdmengyxc.f90: In function 'rdmengyxc': rdmengyxc.f90:73:0: warning: 't2' may be used uninitialized in this function [-Wmaybe-uninitialized] engyx=engyx-t2*vclijji(ist2,ist1,ik2) ^ mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmwritededn.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmwriteengy.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmminn.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmvaryn.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmdedn.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmdexcdn.f90 rdmdexcdn.f90: In function 'rdmdexcdn': rdmdexcdn.f90:77:0: warning: 't2' may be used uninitialized in this function [-Wmaybe-uninitialized] dedn(ist2,ik2)=dedn(ist2,ik2)+t2*vclijji(ist2,ist1,ik2) ^ mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genvclijji.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genvclijjk.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getvclijji.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getvclijjk.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writevclijji.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writevclijjk.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmdexcdc.f90 rdmdexcdc.f90: In function 'rdmdexcdc': rdmdexcdc.f90:80:0: warning: 't2' may be used uninitialized in this function [-Wmaybe-uninitialized] vclijjk(ist1,ist3,ist4,ik2) ^ mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmdtsdn.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmentropy.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmeval.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c tddftlr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genvfxc.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genfxcr.f90 genfxcr.f90: In function 'genfxcr': genfxcr.f90:19:0: warning: 'mag.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] real(8), allocatable :: rho(:),rhoup(:),rhodn(:),mag(:,:) ^ genfxcr.f90:19:0: warning: 'mag.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genspfxcr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genvfxcg.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c tddftsplr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genspfxcg.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genafieldt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readafieldt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c tddft.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writetddft.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genvbmatk.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c potkst.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c timestep.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genhmlt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c current.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writetimes.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readtimes.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeafpdt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writetddos.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c tdtemp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -o elk modmain.o modmpi.o libxcifc.o modxcifc.o modfxcifc.o moddftu.o modrdm.o modphonon.o modscdft.o modtest.o modrandom.o modstore.o modpw.o modvars.o modtddft.o modgw.o zfftifc_fftw.o elk.o genrmesh.o zfmtinp.o zfmtcopy.o rfmtinp.o rdiracint.o rdirac.o rschrodint.o timesec.o wavefmt.o rbsht.o rfsht.o zbsht.o zfsht.o rfmtcopy.o spline.o fderiv.o factnm.o factr.o fsmooth.o lopzflm.o rfmtscal.o gcd.o zfmtadd.o zfmtzero.o rtozfmt.o ztorfmt.o sortidx.o rfmtadd.o rfmtzero.o rfzero.o rfinp.o genylmg.o genylm.o genrlm.o hmlistl.o sphcover.o delevec.o zfinp.o zfpack.o rhomagsh.o hmllolo.o occupy.o genlofr.o genapwfr.o mixpack.o rfpack.o polynom.o genkmat.o genshtmat.o eveqnfv.o eveqnfvz.o zpotclmt.o rfmtaddc.o ztorflm.o hmlrad.o olprad.o rtozflm.o rhonorm.o rfint.o charge.o moment.o potnucl.o gengvec.o nfftifc.o gridsize.o genvsig.o sbessel.o sbesseldm.o allatoms.o genzvclmt.o gencfun.o writefermi.o readfermi.o fintgt.o potks.o energynn.o rhomag.o rhocore.o rotrfmt.o rfinterp.o ylmrot.o ylmroty.o eveqnfvr.o findprimcell.o genppts.o energy.o zfmtctof.o rfmtctof.o init0.o init1.o init2.o init3.o init4.o bfieldks.o zpotcoul.o writeengy.o writechg.o potplot.o plot1d.o plot2d.o plot3d.o findswidth.o mae.o writestate.o readstate.o rotaxang.o axangrot.o i3minv.o i3mdet.o i3mtv.o r3mv.o r3mtv.o r3cross.o r3minv.o r3mdet.o r3frac.o r3mm.o r3mtm.o r3mmt.o zflmconj.o rotzflm.o z2mm.o z2mctm.o z2mmct.o rfmtsm.o rhomagsm.o gentpmae.o symmat.o genstrain.o writeiad.o symvect.o nuclei.o genstress.o writestress.o latvstep.o putoccsv.o getoccsv.o linengy.o writeinfo.o readinput.o writelinen.o writesf.o match.o wigner3j.o wigner3jf.o wigner6j.o clebgor.o gaunt.o gauntyry.o sphcrd.o brzint.o hermite.o roteuler.o eulerrot.o reciplat.o fermisurfbxsf.o writeeval.o readspecies.o gencore.o genhvec.o writelat.o findigp0.o writeforces.o genjlgpr.o pade.o symmetry.o findsym.o findsymcrys.o findsymsite.o writekpts.o olpistl.o olpaa.o olpalo.o olplolo.o hmlaa.o hmlalo.o writefsm.o plotpt1d.o flushifc.o testcheck.o checkfsm.o atom.o fsmfield.o geomopt.o atpstep.o bandstr.o findsymlat.o findkpt.o putevalfv.o getevalfv.o mixerifc.o axangsu2.o wfplot.o genwiq2.o writewiq2.o writeefg.o gensocfr.o nesting.o checkmt.o mtdmin.o putevalsv.o getevalsv.o dos.o writedos.o putevecfv.o getevecfv.o putevecsv.o getevecsv.o fermisurf.o writesym.o genidxlo.o addlorbcnd.o sdelta.o stheta.o sdelta_mp.o stheta_mp.o sdelta_fd.o stheta_fd.o sdelta_sq.o stheta_sq.o sdelta_lr.o stheta_lr.o vecfbz.o mixlinear.o mixadapt.o mixpulay.o mixbroyden.o rlmrot.o rotrflm.o radnucl.o findngkmax.o zgerci.o writegeom.o effmass.o mossbauer.o findband.o geomplot.o genlmirep.o gndstate.o genjlgq0r.o findqpt.o ssfext.o sstask.o spiralsc.o genscss.o findscq.o writeqpts.o writelsj.o getcf2pt.o proj2d.o dielectric.o nonlinopt.o vecplot.o gengkvec.o wfcrplot.o energykncr.o rhoplot.o genwfsv.o genwfsvp.o eveqn.o eveqnit.o eveqnsv.o eveqnss.o genevfsv.o rhoinit.o grad2rfmt.o gendmat.o symdmat.o gensdmat.o ggamt_1.o ggair_1.o ggamt_sp_1.o ggair_sp_1.o ggamt_2a.o ggair_2a.o ggamt_2b.o ggair_2b.o ggamt_sp_2a.o ggair_sp_2a.o ggamt_sp_2b.o ggair_sp_2b.o genspecies.o writeemd.o gensfacgp.o rhomagk.o wavefcr.o exxengy.o exxengyk.o genzrmt1.o genzrmt2.o eveqnhf.o elnes.o potefield.o genffacgp.o gentau.o gentauk.o gentaucr.o genzrho.o potcoul.o xc_c_tb09.o elfplot.o genexpmt.o gradzfmt.o gradrfmt.o gradzf.o gradrf.o projsbf.o genpmatk.o putpmat.o writepmat.o getpmat.o gengqrf.o moke.o sfacinit.o sfacrho.o sfacmag.o gradwf2.o gradwfcr2.o force.o forcek.o symrf.o symrfir.o symrvfir.o symrvf.o potxc.o oepmain.o oepresk.o oepvcl.o oepvclk.o genvchi0.o genspchi0.o epsinv_rpa.o dbxcplot.o genvmat.o genvmatk.o vclcore.o genzrmmt.o genzrm.o zftrf.o zftzf.o writehmlbse.o hmlxbse.o hmlxbsek.o hmldbse.o hmldbsek.o dielectric_bse.o genidxbse.o writeevbse.o hartfock.o hflocal.o putkmat.o getkmat.o zrhogp.o genwfpw.o writewfpw.o getwfpw.o genexpmat.o writeexpmat.o rvfcross.o rfplot.o rotdmat.o hrmdmat.o genfspecies.o writespecies.o massnucl.o rzfmtinp.o rzfmtadd.o rzfadd.o rzfinp.o zfcmtinp.o genpmat.o reademd.o emdplot.o rfhkintp.o emdplot3d.o emdplot2d.o emdplot1d.o plotpt3d.o plotpt2d.o genvmmtsv.o writeevsp.o sctovec.o phdelete.o gendcfun.o dmatch.o gendvsig.o dpotks.o gengvsmt.o dpotcoul.o deveqnfv.o dhmlistl.o dolpistl.o phmixpack.o dolpalo.o putdevecfv.o getdevecfv.o dhmllolo.o doccupy.o dhmlalo.o dolpaa.o putdevecsv.o getdevecsv.o dwavefmt.o phononsc.o dyntask.o genscph.o phdisp.o readdyn.o dynqtor.o dynrtoq.o dynsymapp.o dynsym.o dynev.o dynevs.o phdos.o sumrule.o writephn.o phfext.o writegamma.o readgamma.o phlwidth.o alpha2f.o writelambda.o phscdelete.o ephcouple.o genephmat.o eliashberg.o phscdvs.o writedvs.o readdvs.o readalpha2f.o mcmillan.o phonon.o dforce.o dhmlaa.o dhmlrad.o gendsocfr.o dpotxc.o gendwfsv.o drhomagk.o gradrhomt.o dforcek.o hmlaaq.o hmlaloq.o olpaaq.o olpaloq.o gengkqvec.o gengqvec.o drhomagsh.o genmcph.o hmlbdg.o eveqnbdg.o scdft.o genachi.o bdginv.o achiinit.o genidxbdg.o xc_pzca.o xc_pwca.o xc_pbe.o xc_am05.o xc_xalpha.o xc_wc06.o x_wc06.o x_pbe.o c_pbe.o c_pbe_gcor.o xc_vbh.o fxc_pwca.o gendmatmt.o genveedu.o genvmatmt.o writedftu.o readalphadu.o fyukawa.o fyukawa0.o genfdufr.o energyfdu.o writeefdu.o zbessela.o zbesselb.o readdmatmt.o genfdu.o findlambdadu.o readfdu.o writetmdu.o writetm2du.o writetm3du.o dmtotm2.o dmtotm3.o tm2todm.o tm3todm.o pottm2.o pottm3.o tm2pol.o tm3pol.o gendmftm.o ftmfield.o writeftm.o rdmft.o rdmdkdc.o rdmminc.o rdmvaryc.o rdmdedc.o rdmenergy.o rdmengyxc.o rdmwritededn.o rdmwriteengy.o rdmminn.o rdmvaryn.o rdmdedn.o rdmdexcdn.o genvclijji.o genvclijjk.o getvclijji.o getvclijjk.o writevclijji.o writevclijjk.o rdmdexcdc.o rdmdtsdn.o rdmentropy.o rdmeval.o tddftlr.o genvfxc.o genfxcr.o genspfxcr.o genvfxcg.o tddftsplr.o genspfxcg.o genafieldt.o readafieldt.o tddft.o writetddft.o genvbmatk.o potkst.o timestep.o genhmlt.o current.o writetimes.o readtimes.o writeafpdt.o writetddos.o tdtemp.o -L/usr/lib -lopenblas -L/usr/lib -lfftw3 -L/usr/lib -lxc \ make[1]: Leaving directory `/builddir/build/BUILD/elk-3.3.17/src' cd src/eos; make make[1]: Entering directory `/builddir/build/BUILD/elk-3.3.17/src/eos' mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modmain.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eos.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eveos.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c pveos.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readinput.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getedata.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c fitdata.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c output.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c minf_nm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c fmin_nm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -o eos modmain.o eos.o eveos.o pveos.o readinput.o getedata.o fitdata.o output.o minf_nm.o fmin_nm.o make[1]: Leaving directory `/builddir/build/BUILD/elk-3.3.17/src/eos' cd src/spacegroup; make make[1]: Entering directory `/builddir/build/BUILD/elk-3.3.17/src/spacegroup' mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modmain.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c main.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readinput.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gencrystal.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sgsymb.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c seitzgen.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gengroup.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c seitzeq.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c seitzmul.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writegeom.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c geomplot.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findprimcell.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3frac.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3mv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3cross.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3minv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3mm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/openmpi-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -o spacegroup modmain.o main.o readinput.o gencrystal.o sgsymb.o seitzgen.o gengroup.o seitzeq.o seitzmul.o writegeom.o geomplot.o findprimcell.o r3frac.o r3mv.o r3cross.o r3minv.o r3mm.o make[1]: Leaving directory `/builddir/build/BUILD/elk-3.3.17/src/spacegroup' + mv src/elk elk_openmpi + /usr/bin/make clean cd src; make cleanall make[1]: Entering directory `/builddir/build/BUILD/elk-3.3.17/src' cd BLAS; make clean /bin/sh: line 0: cd: BLAS: No such file or directory make[2]: Entering directory `/builddir/build/BUILD/elk-3.3.17/src' rm -f *.o *.mod *~ ifc* *.gcno gmon.out *.aux *.dvi *.log \ elk.pdf *.tex *.toc elk make[2]: Leaving directory `/builddir/build/BUILD/elk-3.3.17/src' cd LAPACK; make clean /bin/sh: line 0: cd: LAPACK: No such file or directory make[2]: Entering directory `/builddir/build/BUILD/elk-3.3.17/src' rm -f *.o *.mod *~ ifc* *.gcno gmon.out *.aux *.dvi *.log \ elk.pdf *.tex *.toc elk make[2]: Leaving directory `/builddir/build/BUILD/elk-3.3.17/src' cd fftlib; make clean /bin/sh: line 0: cd: fftlib: No such file or directory make[2]: Entering directory `/builddir/build/BUILD/elk-3.3.17/src' rm -f *.o *.mod *~ ifc* *.gcno gmon.out *.aux *.dvi *.log \ elk.pdf *.tex *.toc elk make[2]: Leaving directory `/builddir/build/BUILD/elk-3.3.17/src' make clean make[2]: Entering directory `/builddir/build/BUILD/elk-3.3.17/src' rm -f *.o *.mod *~ ifc* *.gcno gmon.out *.aux *.dvi *.log \ elk.pdf *.tex *.toc elk make[2]: Leaving directory `/builddir/build/BUILD/elk-3.3.17/src' make[1]: Leaving directory `/builddir/build/BUILD/elk-3.3.17/src' cd src/eos; make clean make[1]: Entering directory `/builddir/build/BUILD/elk-3.3.17/src/eos' rm -f *.o *.mod *~ fort.* ifc* *.gcno *.OUT gmon.out eos make[1]: Leaving directory `/builddir/build/BUILD/elk-3.3.17/src/eos' cd src/spacegroup; make clean make[1]: Entering directory `/builddir/build/BUILD/elk-3.3.17/src/spacegroup' rm -f *.o *.mod *~ fort.* ifc* *.gcno *.OUT *.xsf *.ascii gmon.out \ *.aux *.dvi *.log *.pdf *.tex *.toc spacegroup make[1]: Leaving directory `/builddir/build/BUILD/elk-3.3.17/src/spacegroup' rm -f *.o *.mod *~ fort.* ifc* *.gcno *.exe + . /etc/profile.d/modules.sh ++++ /bin/ps -p 3702 -ocomm= +++ /bin/basename sh ++ shell=sh ++ '[' -f /usr/share/Modules/init/sh ']' ++ . /usr/share/Modules/init/sh +++ MODULESHOME=/usr/share/Modules +++ export MODULESHOME +++ '[' mpi/openmpi-i386 = '' ']' +++ '[' /usr/share/Modules/modulefiles:/etc/modulefiles = '' ']' + module unload mpi/openmpi-i386 ++ /usr/bin/modulecmd sh unload mpi/openmpi-i386 + eval MANPATH=/usr/share/man:/usr/local/share/man ';export' 'MANPATH;PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin' ';export' 'PATH;unset' 'LD_LIBRARY_PATH;unset' 'LOADEDMODULES;unset' 'MPI_BIN;unset' 'MPI_COMPILER;unset' 'MPI_FORTRAN_MOD_DIR;unset' 'MPI_HOME;unset' 'MPI_INCLUDE;unset' 'MPI_LIB;unset' 'MPI_MAN;unset' 'MPI_PYTHON_SITEARCH;unset' 'MPI_SUFFIX;unset' 'MPI_SYSCONFIG;unset' 'PYTHONPATH;unset' '_LMFILES_;' ++ MANPATH=/usr/share/man:/usr/local/share/man ++ export MANPATH ++ PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin ++ export PATH ++ unset LD_LIBRARY_PATH ++ unset LOADEDMODULES ++ unset MPI_BIN ++ unset MPI_COMPILER ++ unset MPI_FORTRAN_MOD_DIR ++ unset MPI_HOME ++ unset MPI_INCLUDE ++ unset MPI_LIB ++ unset MPI_MAN ++ unset MPI_PYTHON_SITEARCH ++ unset MPI_SUFFIX ++ unset MPI_SYSCONFIG ++ unset PYTHONPATH ++ unset _LMFILES_ + rm -rf src + cp -rp src.orig src + . /etc/profile.d/modules.sh ++++ /bin/ps -p 3702 -ocomm= +++ /bin/basename sh ++ shell=sh ++ '[' -f /usr/share/Modules/init/sh ']' ++ . /usr/share/Modules/init/sh +++ MODULESHOME=/usr/share/Modules +++ export MODULESHOME +++ '[' '' = '' ']' +++ LOADEDMODULES= +++ export LOADEDMODULES +++ '[' /usr/share/Modules/modulefiles:/etc/modulefiles = '' ']' + module load mpi/mpich-i386 ++ /usr/bin/modulecmd sh load mpi/mpich-i386 + eval LD_LIBRARY_PATH=/usr/lib/mpich/lib ';export' 'LD_LIBRARY_PATH;LOADEDMODULES=mpi/mpich-i386' ';export' 'LOADEDMODULES;MANPATH=/usr/share/man/mpich:/usr/share/man:/usr/local/share/man' ';export' 'MANPATH;MPI_BIN=/usr/lib/mpich/bin' ';export' 'MPI_BIN;MPI_COMPILER=mpich-i386' ';export' 'MPI_COMPILER;MPI_FORTRAN_MOD_DIR=/usr/lib/gfortran/modules/mpich-i386' ';export' 'MPI_FORTRAN_MOD_DIR;MPI_HOME=/usr/lib/mpich' ';export' 'MPI_HOME;MPI_INCLUDE=/usr/include/mpich-i386' ';export' 'MPI_INCLUDE;MPI_LIB=/usr/lib/mpich/lib' ';export' 'MPI_LIB;MPI_MAN=/usr/share/man/mpich' ';export' 'MPI_MAN;MPI_PYTHON_SITEARCH=/usr/lib/python2.7/site-packages/mpich' ';export' 'MPI_PYTHON_SITEARCH;MPI_SUFFIX=_mpich' ';export' 'MPI_SUFFIX;MPI_SYSCONFIG=/etc/mpich-i386' ';export' 'MPI_SYSCONFIG;PATH=/usr/lib/mpich/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin' ';export' 'PATH;_LMFILES_=/etc/modulefiles/mpi/mpich-i386' ';export' '_LMFILES_;' ++ LD_LIBRARY_PATH=/usr/lib/mpich/lib ++ export LD_LIBRARY_PATH ++ LOADEDMODULES=mpi/mpich-i386 ++ export LOADEDMODULES ++ MANPATH=/usr/share/man/mpich:/usr/share/man:/usr/local/share/man ++ export MANPATH ++ MPI_BIN=/usr/lib/mpich/bin ++ export MPI_BIN ++ MPI_COMPILER=mpich-i386 ++ export MPI_COMPILER ++ MPI_FORTRAN_MOD_DIR=/usr/lib/gfortran/modules/mpich-i386 ++ export MPI_FORTRAN_MOD_DIR ++ MPI_HOME=/usr/lib/mpich ++ export MPI_HOME ++ MPI_INCLUDE=/usr/include/mpich-i386 ++ export MPI_INCLUDE ++ MPI_LIB=/usr/lib/mpich/lib ++ export MPI_LIB ++ MPI_MAN=/usr/share/man/mpich ++ export MPI_MAN ++ MPI_PYTHON_SITEARCH=/usr/lib/python2.7/site-packages/mpich ++ export MPI_PYTHON_SITEARCH ++ MPI_SUFFIX=_mpich ++ export MPI_SUFFIX ++ MPI_SYSCONFIG=/etc/mpich-i386 ++ export MPI_SYSCONFIG ++ PATH=/usr/lib/mpich/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin ++ export PATH ++ _LMFILES_=/etc/modulefiles/mpi/mpich-i386 ++ export _LMFILES_ + export 'CFLAGS= -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables' + CFLAGS=' -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables' + cp -p make.inc.common make.inc + /usr/bin/sed -i 's|F90 =.*|F90 = mpif90 -fopenmp|' make.inc + /usr/bin/sed -i 's|F77 =.*|F77 = mpif77 -fopenmp|' make.inc + /usr/bin/sed -i 's|F90_OPTS =|F90_OPTS = -I/usr/lib/gfortran/modules/mpich-i386|' make.inc + echo 'SRC_MPI =' + cat make.inc SRC_MPI = mpi_stub.f90 F90 = mpif90 -fopenmp F77 = mpif77 -fopenmp F90_OPTS = -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables F77_OPTS = $(F90_OPTS) AR = ar LIB_LPK = -L/usr/lib -lopenblas LIB_FFT = -L/usr/lib -lfftw3 SRC_FFT = zfftifc_fftw.f90 LIB_libxc = -L/usr/lib -lxc SRC_libxc = libxcifc.f90 SRC_MPI = + cp -p make.inc make.inc_mpich + /usr/bin/make cd src; make all make[1]: Entering directory `/builddir/build/BUILD/elk-3.3.17/src' mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modmain.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modmpi.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c libxcifc.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modxcifc.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modfxcifc.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c moddftu.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modrdm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modphonon.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modscdft.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modtest.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modrandom.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modstore.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modpw.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modvars.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modtddft.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modgw.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zfftifc_fftw.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c elk.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genrmesh.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zfmtinp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zfmtcopy.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfmtinp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdiracint.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdirac.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rschrodint.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c timesec.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c wavefmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rbsht.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfsht.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zbsht.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zfsht.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfmtcopy.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c spline.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c fderiv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c factnm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c factr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c fsmooth.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c lopzflm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfmtscal.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gcd.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zfmtadd.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zfmtzero.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rtozfmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ztorfmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sortidx.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfmtadd.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfmtzero.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfzero.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfinp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genylmg.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genylm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genrlm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmlistl.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sphcover.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c delevec.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zfinp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zfpack.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rhomagsh.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmllolo.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c occupy.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genlofr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genapwfr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c mixpack.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfpack.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c polynom.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genkmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genshtmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eveqnfv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eveqnfvz.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zpotclmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfmtaddc.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ztorflm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmlrad.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c olprad.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rtozflm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rhonorm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfint.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c charge.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c moment.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c potnucl.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gengvec.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c nfftifc.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gridsize.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genvsig.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sbessel.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sbesseldm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c allatoms.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genzvclmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gencfun.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writefermi.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readfermi.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c fintgt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c potks.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c energynn.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rhomag.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rhocore.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rotrfmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfinterp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ylmrot.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ylmroty.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eveqnfvr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findprimcell.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genppts.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c energy.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zfmtctof.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfmtctof.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c init0.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c init1.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c init2.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c init3.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c init4.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c bfieldks.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zpotcoul.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeengy.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writechg.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c potplot.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c plot1d.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c plot2d.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c plot3d.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findswidth.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c mae.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writestate.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readstate.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rotaxang.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c axangrot.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c i3minv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c i3mdet.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c i3mtv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3mv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3mtv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3cross.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3minv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3mdet.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3frac.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3mm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3mtm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3mmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zflmconj.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rotzflm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c z2mm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c z2mctm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c z2mmct.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfmtsm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rhomagsm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gentpmae.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c symmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genstrain.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeiad.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c symvect.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c nuclei.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genstress.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writestress.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c latvstep.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c putoccsv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getoccsv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c linengy.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeinfo.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readinput.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writelinen.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writesf.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c match.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c wigner3j.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c wigner3jf.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c wigner6j.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c clebgor.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gaunt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gauntyry.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sphcrd.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c brzint.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hermite.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c roteuler.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eulerrot.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c reciplat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c fermisurfbxsf.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeeval.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readspecies.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gencore.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genhvec.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writelat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findigp0.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeforces.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genjlgpr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c pade.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c symmetry.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findsym.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findsymcrys.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findsymsite.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writekpts.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c olpistl.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c olpaa.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c olpalo.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c olplolo.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmlaa.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmlalo.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writefsm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c plotpt1d.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c flushifc.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c testcheck.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c checkfsm.f90 checkfsm.f90: In function 'checkfsm': checkfsm.f90:11:0: warning: 'is' may be used uninitialized in this function [-Wmaybe-uninitialized] integer is,ia,ja ^ checkfsm.f90:11:0: warning: 'ia' may be used uninitialized in this function [-Wmaybe-uninitialized] checkfsm.f90:11:0: warning: 'ja' may be used uninitialized in this function [-Wmaybe-uninitialized] mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c atom.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c fsmfield.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c geomopt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c atpstep.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c bandstr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findsymlat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findkpt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c putevalfv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getevalfv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c mixerifc.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c axangsu2.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c wfplot.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genwiq2.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writewiq2.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeefg.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gensocfr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c nesting.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c checkmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c mtdmin.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c putevalsv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getevalsv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dos.f90 dos.f90: In function 'dos': dos.f90:337:0: warning: 'elm.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] lm,elm(lm,ias) ^ dos.f90:337:0: warning: 'elm.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writedos.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c putevecfv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getevecfv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c putevecsv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getevecsv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c fermisurf.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writesym.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genidxlo.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c addlorbcnd.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sdelta.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c stheta.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sdelta_mp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c stheta_mp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sdelta_fd.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c stheta_fd.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sdelta_sq.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c stheta_sq.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sdelta_lr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c stheta_lr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c vecfbz.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c mixlinear.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c mixadapt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c mixpulay.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c mixbroyden.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rlmrot.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rotrflm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c radnucl.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findngkmax.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zgerci.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writegeom.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c effmass.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c mossbauer.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findband.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c geomplot.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genlmirep.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gndstate.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genjlgq0r.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findqpt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ssfext.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sstask.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c spiralsc.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genscss.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findscq.f90 findscq.f90: In function 'findscq': findscq.f90:17:0: warning: 'scl[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] integer scl(3,3),i,n ^ findscq.f90:17:0: warning: 'scl[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] findscq.f90:17:0: warning: 'scl[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeqpts.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writelsj.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getcf2pt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c proj2d.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dielectric.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c nonlinopt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c vecplot.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gengkvec.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c wfcrplot.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c energykncr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rhoplot.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genwfsv.f90 genwfsv.f90: In function 'genwfsv': genwfsv.f90:62:0: warning: 'wfmt1.dim[3].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] complex(8), allocatable :: wfmt1(:,:,:,:),wfmt2(:,:) ^ genwfsv.f90:62:0: warning: 'wfmt1.dim[2].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genwfsvp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eveqn.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eveqnit.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eveqnsv.f90 eveqnsv.f90: In function 'eveqnsv': eveqnsv.f90:34:0: warning: 'gwfmt.dim[2].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] complex(8), allocatable :: gwfmt(:,:,:),wfir1(:),wfir2(:),z(:,:),work(:) ^ eveqnsv.f90:34:0: warning: 'gwfmt.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] eveqnsv.f90:34:0: warning: 'gwfmt.dim[0].ubound' may be used uninitialized in this function [-Wmaybe-uninitialized] eveqnsv.f90:34:0: warning: 'gwfmt.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eveqnss.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genevfsv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rhoinit.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c grad2rfmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gendmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c symdmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gensdmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggamt_1.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggair_1.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggamt_sp_1.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggair_sp_1.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggamt_2a.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggair_2a.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggamt_2b.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggair_2b.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggamt_sp_2a.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggair_sp_2a.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggamt_sp_2b.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ggair_sp_2b.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genspecies.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeemd.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gensfacgp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rhomagk.f90 rhomagk.f90: In function 'rhomagk': rhomagk.f90:56:0: warning: 'wfmt1.dim[3].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] complex(8), allocatable :: wfmt1(:,:,:,:),wfmt2(:,:) ^ rhomagk.f90:56:0: warning: 'wfmt1.dim[2].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c wavefcr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c exxengy.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c exxengyk.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genzrmt1.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genzrmt2.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eveqnhf.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c elnes.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c potefield.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genffacgp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gentau.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gentauk.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gentaucr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genzrho.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c potcoul.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c xc_c_tb09.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c elfplot.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genexpmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gradzfmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gradrfmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gradzf.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gradrf.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c projsbf.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genpmatk.f90 genpmatk.f90: In function 'genpmatk': genpmatk.f90:54:0: warning: 'zfmt2.dim[3].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] complex(8), allocatable :: gvmt(:,:,:),zfmt1(:,:,:),zfmt2(:,:,:,:) ^ genpmatk.f90:54:0: warning: 'zfmt2.dim[2].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] genpmatk.f90:54:0: warning: 'zfmt2.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] genpmatk.f90:54:0: warning: 'zfmt2.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] genpmatk.f90:54:0: warning: 'zfmt1.dim[2].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] genpmatk.f90:54:0: warning: 'zfmt1.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] genpmatk.f90:54:0: warning: 'zfmt1.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] genpmatk.f90:54:0: warning: 'gvmt.dim[2].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] genpmatk.f90:54:0: warning: 'gvmt.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] genpmatk.f90:54:0: warning: 'gvmt.dim[0].ubound' may be used uninitialized in this function [-Wmaybe-uninitialized] genpmatk.f90:54:0: warning: 'gvmt.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c putpmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writepmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getpmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gengqrf.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c moke.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sfacinit.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sfacrho.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sfacmag.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gradwf2.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gradwfcr2.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c force.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c forcek.f90 forcek.f90: In function 'forcek': forcek.f90:34:0: warning: 'evecsv.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] complex(8), allocatable :: evecfv(:,:,:),evecsv(:,:) ^ forcek.f90:34:0: warning: 'evecsv.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c symrf.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c symrfir.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c symrvfir.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c symrvf.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c potxc.f90 potxc.f90: In function 'potxc': potxc.f90:43:0: warning: 'mag.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] real(8), allocatable :: mag(:,:),bxc(:,:) ^ potxc.f90:43:0: warning: 'mag.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] potxc.f90:43:0: warning: 'bxc.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] potxc.f90:43:0: warning: 'bxc.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] potxc.f90:150:0: warning: 'taumt.dim[3].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] taudn=taumt(:,:,ias,2),vxup=vxup,vxdn=vxdn,vcup=vcup,vcdn=vcdn) ^ potxc.f90:206:0: warning: 'taumt.dim[2].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] tau=taumt(:,:,ias,1),vx=vx,vc=vc) ^ potxc.f90:272:0: warning: 'tauir.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] taudn=tauir(:,2),vxup=vxup,vxdn=vxdn,vcup=vcup,vcdn=vcdn) ^ mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c oepmain.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c oepresk.f90 oepresk.f90: In function 'oepresk': oepresk.f90:29:0: warning: 'zvfmt2.dim[3].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] complex(8), allocatable :: zvfmt2(:,:,:,:),zvfir2(:,:) ^ oepresk.f90:29:0: warning: 'zvfir2.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] oepresk.f90:27:0: warning: 'zvfmt1.dim[2].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] complex(8), allocatable :: zfmt1(:,:),zvfmt1(:,:,:) ^ mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c oepvcl.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c oepvclk.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genvchi0.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genspchi0.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c epsinv_rpa.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dbxcplot.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genvmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genvmatk.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c vclcore.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genzrmmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genzrm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zftrf.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zftzf.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writehmlbse.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmlxbse.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmlxbsek.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmldbse.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmldbsek.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dielectric_bse.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genidxbse.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeevbse.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hartfock.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hflocal.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c putkmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getkmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zrhogp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genwfpw.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writewfpw.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getwfpw.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genexpmat.f90 genexpmat.f90: In function 'genexpmat': genexpmat.f90:26:0: warning: 'evecsv2.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] complex(8), allocatable :: evecsv1(:,:),evecsv2(:,:) ^ genexpmat.f90:26:0: warning: 'evecsv2.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] genexpmat.f90:26:0: warning: 'evecsv1.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] genexpmat.f90:26:0: warning: 'evecsv1.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeexpmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rvfcross.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfplot.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rotdmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hrmdmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genfspecies.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writespecies.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c massnucl.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rzfmtinp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rzfmtadd.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rzfadd.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rzfinp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zfcmtinp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genpmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c reademd.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c emdplot.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rfhkintp.f90 rfhkintp.f90: In function 'rfhkintp': rfhkintp.f90:77:0: warning: 'v0[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] t2=(vhpl(3)-v0(3))*dble(ngridk(3)) ^ rfhkintp.f90:73:0: warning: 'v0[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] t2=(vhpl(2)-v0(2))*dble(ngridk(2)) ^ rfhkintp.f90:67:0: warning: 'v0[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] t2=(vhpl(1)-v0(1))*dble(ngridk(1)) ^ mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c emdplot3d.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c emdplot2d.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c emdplot1d.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c plotpt3d.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c plotpt2d.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genvmmtsv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeevsp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sctovec.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c phdelete.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gendcfun.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dmatch.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gendvsig.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dpotks.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gengvsmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dpotcoul.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c deveqnfv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dhmlistl.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dolpistl.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c phmixpack.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dolpalo.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c putdevecfv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getdevecfv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dhmllolo.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c doccupy.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dhmlalo.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dolpaa.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c putdevecsv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getdevecsv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dwavefmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c phononsc.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dyntask.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genscph.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c phdisp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readdyn.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dynqtor.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dynrtoq.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dynsymapp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dynsym.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dynev.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dynevs.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c phdos.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sumrule.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writephn.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c phfext.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writegamma.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readgamma.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c phlwidth.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c alpha2f.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writelambda.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c phscdelete.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ephcouple.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genephmat.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eliashberg.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c phscdvs.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writedvs.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readdvs.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readalpha2f.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c mcmillan.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c phonon.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dforce.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dhmlaa.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dhmlrad.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gendsocfr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dpotxc.f90 dpotxc.f90: In function 'dpotxc': dpotxc.f90:15:0: warning: 'dbmt.dim[2].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] complex(8), allocatable :: dvmt(:,:),dbmt(:,:,:) ^ dpotxc.f90:15:0: warning: 'dbmt.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] dpotxc.f90:15:0: warning: 'dbmt.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gendwfsv.f90 gendwfsv.f90: In function 'gendwfsv': gendwfsv.f90:33:0: warning: 'wfmt1.dim[2].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] complex(8), allocatable :: wfmt1(:,:,:),wfmt2(:,:),dwfmt1(:,:,:) ^ gendwfsv.f90:33:0: warning: 'dwfmt1.dim[2].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c drhomagk.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gradrhomt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dforcek.f90 dforcek.f90: In function 'dforcek': dforcek.f90:27:0: warning: 'evecsv.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] complex(8), allocatable :: evecsv(:,:),devecsv(:,:) ^ dforcek.f90:27:0: warning: 'evecsv.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] dforcek.f90:27:0: warning: 'devecsv.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] dforcek.f90:27:0: warning: 'devecsv.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmlaaq.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmlaloq.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c olpaaq.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c olpaloq.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gengkqvec.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gengqvec.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c drhomagsh.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genmcph.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c hmlbdg.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eveqnbdg.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c scdft.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genachi.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c bdginv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c achiinit.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genidxbdg.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c xc_pzca.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c xc_pwca.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c xc_pbe.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c xc_am05.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c xc_xalpha.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c xc_wc06.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c x_wc06.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c x_pbe.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c c_pbe.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c c_pbe_gcor.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c xc_vbh.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c fxc_pwca.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gendmatmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genveedu.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genvmatmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writedftu.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readalphadu.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c fyukawa.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c fyukawa0.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genfdufr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c energyfdu.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeefdu.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zbessela.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c zbesselb.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readdmatmt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genfdu.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findlambdadu.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readfdu.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writetmdu.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writetm2du.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writetm3du.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dmtotm2.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c dmtotm3.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c tm2todm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c tm3todm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c pottm2.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c pottm3.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c tm2pol.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c tm3pol.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gendmftm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c ftmfield.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeftm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmft.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmdkdc.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmminc.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmvaryc.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmdedc.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmenergy.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmengyxc.f90 rdmengyxc.f90: In function 'rdmengyxc': rdmengyxc.f90:73:0: warning: 't2' may be used uninitialized in this function [-Wmaybe-uninitialized] engyx=engyx-t2*vclijji(ist2,ist1,ik2) ^ mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmwritededn.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmwriteengy.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmminn.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmvaryn.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmdedn.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmdexcdn.f90 rdmdexcdn.f90: In function 'rdmdexcdn': rdmdexcdn.f90:77:0: warning: 't2' may be used uninitialized in this function [-Wmaybe-uninitialized] dedn(ist2,ik2)=dedn(ist2,ik2)+t2*vclijji(ist2,ist1,ik2) ^ mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genvclijji.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genvclijjk.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getvclijji.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getvclijjk.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writevclijji.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writevclijjk.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmdexcdc.f90 rdmdexcdc.f90: In function 'rdmdexcdc': rdmdexcdc.f90:80:0: warning: 't2' may be used uninitialized in this function [-Wmaybe-uninitialized] vclijjk(ist1,ist3,ist4,ik2) ^ mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmdtsdn.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmentropy.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c rdmeval.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c tddftlr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genvfxc.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genfxcr.f90 genfxcr.f90: In function 'genfxcr': genfxcr.f90:19:0: warning: 'mag.dim[1].stride' may be used uninitialized in this function [-Wmaybe-uninitialized] real(8), allocatable :: rho(:),rhoup(:),rhodn(:),mag(:,:) ^ genfxcr.f90:19:0: warning: 'mag.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genspfxcr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genvfxcg.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c tddftsplr.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genspfxcg.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genafieldt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readafieldt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c tddft.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writetddft.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genvbmatk.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c potkst.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c timestep.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c genhmlt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c current.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writetimes.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readtimes.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writeafpdt.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writetddos.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c tdtemp.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -o elk modmain.o modmpi.o libxcifc.o modxcifc.o modfxcifc.o moddftu.o modrdm.o modphonon.o modscdft.o modtest.o modrandom.o modstore.o modpw.o modvars.o modtddft.o modgw.o zfftifc_fftw.o elk.o genrmesh.o zfmtinp.o zfmtcopy.o rfmtinp.o rdiracint.o rdirac.o rschrodint.o timesec.o wavefmt.o rbsht.o rfsht.o zbsht.o zfsht.o rfmtcopy.o spline.o fderiv.o factnm.o factr.o fsmooth.o lopzflm.o rfmtscal.o gcd.o zfmtadd.o zfmtzero.o rtozfmt.o ztorfmt.o sortidx.o rfmtadd.o rfmtzero.o rfzero.o rfinp.o genylmg.o genylm.o genrlm.o hmlistl.o sphcover.o delevec.o zfinp.o zfpack.o rhomagsh.o hmllolo.o occupy.o genlofr.o genapwfr.o mixpack.o rfpack.o polynom.o genkmat.o genshtmat.o eveqnfv.o eveqnfvz.o zpotclmt.o rfmtaddc.o ztorflm.o hmlrad.o olprad.o rtozflm.o rhonorm.o rfint.o charge.o moment.o potnucl.o gengvec.o nfftifc.o gridsize.o genvsig.o sbessel.o sbesseldm.o allatoms.o genzvclmt.o gencfun.o writefermi.o readfermi.o fintgt.o potks.o energynn.o rhomag.o rhocore.o rotrfmt.o rfinterp.o ylmrot.o ylmroty.o eveqnfvr.o findprimcell.o genppts.o energy.o zfmtctof.o rfmtctof.o init0.o init1.o init2.o init3.o init4.o bfieldks.o zpotcoul.o writeengy.o writechg.o potplot.o plot1d.o plot2d.o plot3d.o findswidth.o mae.o writestate.o readstate.o rotaxang.o axangrot.o i3minv.o i3mdet.o i3mtv.o r3mv.o r3mtv.o r3cross.o r3minv.o r3mdet.o r3frac.o r3mm.o r3mtm.o r3mmt.o zflmconj.o rotzflm.o z2mm.o z2mctm.o z2mmct.o rfmtsm.o rhomagsm.o gentpmae.o symmat.o genstrain.o writeiad.o symvect.o nuclei.o genstress.o writestress.o latvstep.o putoccsv.o getoccsv.o linengy.o writeinfo.o readinput.o writelinen.o writesf.o match.o wigner3j.o wigner3jf.o wigner6j.o clebgor.o gaunt.o gauntyry.o sphcrd.o brzint.o hermite.o roteuler.o eulerrot.o reciplat.o fermisurfbxsf.o writeeval.o readspecies.o gencore.o genhvec.o writelat.o findigp0.o writeforces.o genjlgpr.o pade.o symmetry.o findsym.o findsymcrys.o findsymsite.o writekpts.o olpistl.o olpaa.o olpalo.o olplolo.o hmlaa.o hmlalo.o writefsm.o plotpt1d.o flushifc.o testcheck.o checkfsm.o atom.o fsmfield.o geomopt.o atpstep.o bandstr.o findsymlat.o findkpt.o putevalfv.o getevalfv.o mixerifc.o axangsu2.o wfplot.o genwiq2.o writewiq2.o writeefg.o gensocfr.o nesting.o checkmt.o mtdmin.o putevalsv.o getevalsv.o dos.o writedos.o putevecfv.o getevecfv.o putevecsv.o getevecsv.o fermisurf.o writesym.o genidxlo.o addlorbcnd.o sdelta.o stheta.o sdelta_mp.o stheta_mp.o sdelta_fd.o stheta_fd.o sdelta_sq.o stheta_sq.o sdelta_lr.o stheta_lr.o vecfbz.o mixlinear.o mixadapt.o mixpulay.o mixbroyden.o rlmrot.o rotrflm.o radnucl.o findngkmax.o zgerci.o writegeom.o effmass.o mossbauer.o findband.o geomplot.o genlmirep.o gndstate.o genjlgq0r.o findqpt.o ssfext.o sstask.o spiralsc.o genscss.o findscq.o writeqpts.o writelsj.o getcf2pt.o proj2d.o dielectric.o nonlinopt.o vecplot.o gengkvec.o wfcrplot.o energykncr.o rhoplot.o genwfsv.o genwfsvp.o eveqn.o eveqnit.o eveqnsv.o eveqnss.o genevfsv.o rhoinit.o grad2rfmt.o gendmat.o symdmat.o gensdmat.o ggamt_1.o ggair_1.o ggamt_sp_1.o ggair_sp_1.o ggamt_2a.o ggair_2a.o ggamt_2b.o ggair_2b.o ggamt_sp_2a.o ggair_sp_2a.o ggamt_sp_2b.o ggair_sp_2b.o genspecies.o writeemd.o gensfacgp.o rhomagk.o wavefcr.o exxengy.o exxengyk.o genzrmt1.o genzrmt2.o eveqnhf.o elnes.o potefield.o genffacgp.o gentau.o gentauk.o gentaucr.o genzrho.o potcoul.o xc_c_tb09.o elfplot.o genexpmt.o gradzfmt.o gradrfmt.o gradzf.o gradrf.o projsbf.o genpmatk.o putpmat.o writepmat.o getpmat.o gengqrf.o moke.o sfacinit.o sfacrho.o sfacmag.o gradwf2.o gradwfcr2.o force.o forcek.o symrf.o symrfir.o symrvfir.o symrvf.o potxc.o oepmain.o oepresk.o oepvcl.o oepvclk.o genvchi0.o genspchi0.o epsinv_rpa.o dbxcplot.o genvmat.o genvmatk.o vclcore.o genzrmmt.o genzrm.o zftrf.o zftzf.o writehmlbse.o hmlxbse.o hmlxbsek.o hmldbse.o hmldbsek.o dielectric_bse.o genidxbse.o writeevbse.o hartfock.o hflocal.o putkmat.o getkmat.o zrhogp.o genwfpw.o writewfpw.o getwfpw.o genexpmat.o writeexpmat.o rvfcross.o rfplot.o rotdmat.o hrmdmat.o genfspecies.o writespecies.o massnucl.o rzfmtinp.o rzfmtadd.o rzfadd.o rzfinp.o zfcmtinp.o genpmat.o reademd.o emdplot.o rfhkintp.o emdplot3d.o emdplot2d.o emdplot1d.o plotpt3d.o plotpt2d.o genvmmtsv.o writeevsp.o sctovec.o phdelete.o gendcfun.o dmatch.o gendvsig.o dpotks.o gengvsmt.o dpotcoul.o deveqnfv.o dhmlistl.o dolpistl.o phmixpack.o dolpalo.o putdevecfv.o getdevecfv.o dhmllolo.o doccupy.o dhmlalo.o dolpaa.o putdevecsv.o getdevecsv.o dwavefmt.o phononsc.o dyntask.o genscph.o phdisp.o readdyn.o dynqtor.o dynrtoq.o dynsymapp.o dynsym.o dynev.o dynevs.o phdos.o sumrule.o writephn.o phfext.o writegamma.o readgamma.o phlwidth.o alpha2f.o writelambda.o phscdelete.o ephcouple.o genephmat.o eliashberg.o phscdvs.o writedvs.o readdvs.o readalpha2f.o mcmillan.o phonon.o dforce.o dhmlaa.o dhmlrad.o gendsocfr.o dpotxc.o gendwfsv.o drhomagk.o gradrhomt.o dforcek.o hmlaaq.o hmlaloq.o olpaaq.o olpaloq.o gengkqvec.o gengqvec.o drhomagsh.o genmcph.o hmlbdg.o eveqnbdg.o scdft.o genachi.o bdginv.o achiinit.o genidxbdg.o xc_pzca.o xc_pwca.o xc_pbe.o xc_am05.o xc_xalpha.o xc_wc06.o x_wc06.o x_pbe.o c_pbe.o c_pbe_gcor.o xc_vbh.o fxc_pwca.o gendmatmt.o genveedu.o genvmatmt.o writedftu.o readalphadu.o fyukawa.o fyukawa0.o genfdufr.o energyfdu.o writeefdu.o zbessela.o zbesselb.o readdmatmt.o genfdu.o findlambdadu.o readfdu.o writetmdu.o writetm2du.o writetm3du.o dmtotm2.o dmtotm3.o tm2todm.o tm3todm.o pottm2.o pottm3.o tm2pol.o tm3pol.o gendmftm.o ftmfield.o writeftm.o rdmft.o rdmdkdc.o rdmminc.o rdmvaryc.o rdmdedc.o rdmenergy.o rdmengyxc.o rdmwritededn.o rdmwriteengy.o rdmminn.o rdmvaryn.o rdmdedn.o rdmdexcdn.o genvclijji.o genvclijjk.o getvclijji.o getvclijjk.o writevclijji.o writevclijjk.o rdmdexcdc.o rdmdtsdn.o rdmentropy.o rdmeval.o tddftlr.o genvfxc.o genfxcr.o genspfxcr.o genvfxcg.o tddftsplr.o genspfxcg.o genafieldt.o readafieldt.o tddft.o writetddft.o genvbmatk.o potkst.o timestep.o genhmlt.o current.o writetimes.o readtimes.o writeafpdt.o writetddos.o tdtemp.o -L/usr/lib -lopenblas -L/usr/lib -lfftw3 -L/usr/lib -lxc \ make[1]: Leaving directory `/builddir/build/BUILD/elk-3.3.17/src' cd src/eos; make make[1]: Entering directory `/builddir/build/BUILD/elk-3.3.17/src/eos' mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modmain.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eos.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c eveos.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c pveos.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readinput.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c getedata.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c fitdata.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c output.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c minf_nm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c fmin_nm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -o eos modmain.o eos.o eveos.o pveos.o readinput.o getedata.o fitdata.o output.o minf_nm.o fmin_nm.o make[1]: Leaving directory `/builddir/build/BUILD/elk-3.3.17/src/eos' cd src/spacegroup; make make[1]: Entering directory `/builddir/build/BUILD/elk-3.3.17/src/spacegroup' mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c modmain.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c main.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c readinput.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gencrystal.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c sgsymb.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c seitzgen.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c gengroup.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c seitzeq.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c seitzmul.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c writegeom.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c geomplot.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c findprimcell.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3frac.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3mv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3cross.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3minv.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c r3mm.f90 mpif90 -fopenmp -I/usr/lib/gfortran/modules/mpich-i386 -I/usr/lib/gfortran/modules -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -o spacegroup modmain.o main.o readinput.o gencrystal.o sgsymb.o seitzgen.o gengroup.o seitzeq.o seitzmul.o writegeom.o geomplot.o findprimcell.o r3frac.o r3mv.o r3cross.o r3minv.o r3mm.o make[1]: Leaving directory `/builddir/build/BUILD/elk-3.3.17/src/spacegroup' + mv src/elk elk_mpich + /usr/bin/make clean cd src; make cleanall make[1]: Entering directory `/builddir/build/BUILD/elk-3.3.17/src' cd BLAS; make clean /bin/sh: line 0: cd: BLAS: No such file or directory make[2]: Entering directory `/builddir/build/BUILD/elk-3.3.17/src' rm -f *.o *.mod *~ ifc* *.gcno gmon.out *.aux *.dvi *.log \ elk.pdf *.tex *.toc elk make[2]: Leaving directory `/builddir/build/BUILD/elk-3.3.17/src' cd LAPACK; make clean /bin/sh: line 0: cd: LAPACK: No such file or directory make[2]: Entering directory `/builddir/build/BUILD/elk-3.3.17/src' rm -f *.o *.mod *~ ifc* *.gcno gmon.out *.aux *.dvi *.log \ elk.pdf *.tex *.toc elk make[2]: Leaving directory `/builddir/build/BUILD/elk-3.3.17/src' cd fftlib; make clean /bin/sh: line 0: cd: fftlib: No such file or directory make[2]: Entering directory `/builddir/build/BUILD/elk-3.3.17/src' rm -f *.o *.mod *~ ifc* *.gcno gmon.out *.aux *.dvi *.log \ elk.pdf *.tex *.toc elk make[2]: Leaving directory `/builddir/build/BUILD/elk-3.3.17/src' make clean make[2]: Entering directory `/builddir/build/BUILD/elk-3.3.17/src' rm -f *.o *.mod *~ ifc* *.gcno gmon.out *.aux *.dvi *.log \ elk.pdf *.tex *.toc elk make[2]: Leaving directory `/builddir/build/BUILD/elk-3.3.17/src' make[1]: Leaving directory `/builddir/build/BUILD/elk-3.3.17/src' cd src/eos; make clean make[1]: Entering directory `/builddir/build/BUILD/elk-3.3.17/src/eos' rm -f *.o *.mod *~ fort.* ifc* *.gcno *.OUT gmon.out eos make[1]: Leaving directory `/builddir/build/BUILD/elk-3.3.17/src/eos' cd src/spacegroup; make clean make[1]: Entering directory `/builddir/build/BUILD/elk-3.3.17/src/spacegroup' rm -f *.o *.mod *~ fort.* ifc* *.gcno *.OUT *.xsf *.ascii gmon.out \ *.aux *.dvi *.log *.pdf *.tex *.toc spacegroup make[1]: Leaving directory `/builddir/build/BUILD/elk-3.3.17/src/spacegroup' rm -f *.o *.mod *~ fort.* ifc* *.gcno *.exe + . /etc/profile.d/modules.sh ++++ /bin/ps -p 3702 -ocomm= +++ /bin/basename sh ++ shell=sh ++ '[' -f /usr/share/Modules/init/sh ']' ++ . /usr/share/Modules/init/sh +++ MODULESHOME=/usr/share/Modules +++ export MODULESHOME +++ '[' mpi/mpich-i386 = '' ']' +++ '[' /usr/share/Modules/modulefiles:/etc/modulefiles = '' ']' + module unload mpi/mpich-i386 ++ /usr/bin/modulecmd sh unload mpi/mpich-i386 + eval MANPATH=/usr/share/man:/usr/local/share/man ';export' 'MANPATH;PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin' ';export' 'PATH;unset' 'LD_LIBRARY_PATH;unset' 'LOADEDMODULES;unset' 'MPI_BIN;unset' 'MPI_COMPILER;unset' 'MPI_FORTRAN_MOD_DIR;unset' 'MPI_HOME;unset' 'MPI_INCLUDE;unset' 'MPI_LIB;unset' 'MPI_MAN;unset' 'MPI_PYTHON_SITEARCH;unset' 'MPI_SUFFIX;unset' 'MPI_SYSCONFIG;unset' '_LMFILES_;' ++ MANPATH=/usr/share/man:/usr/local/share/man ++ export MANPATH ++ PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin ++ export PATH ++ unset LD_LIBRARY_PATH ++ unset LOADEDMODULES ++ unset MPI_BIN ++ unset MPI_COMPILER ++ unset MPI_FORTRAN_MOD_DIR ++ unset MPI_HOME ++ unset MPI_INCLUDE ++ unset MPI_LIB ++ unset MPI_MAN ++ unset MPI_PYTHON_SITEARCH ++ unset MPI_SUFFIX ++ unset MPI_SYSCONFIG ++ unset _LMFILES_ + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.fefg0U + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/elk-3.3.17-17.el7.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/elk-3.3.17-17.el7.i386 ++ dirname /builddir/build/BUILDROOT/elk-3.3.17-17.el7.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/elk-3.3.17-17.el7.i386 + cd elk-3.3.17 + mkdir -p /builddir/build/BUILDROOT/elk-3.3.17-17.el7.i386/etc + mkdir -p /builddir/build/BUILDROOT/elk-3.3.17-17.el7.i386/usr/bin + install -p -m 755 elk elk-eos elk-spacegroup /builddir/build/BUILDROOT/elk-3.3.17-17.el7.i386/usr/bin + . /etc/profile.d/modules.sh ++++ /bin/ps -p 22245 -ocomm= +++ /bin/basename sh ++ shell=sh ++ '[' -f /usr/share/Modules/init/sh ']' ++ . /usr/share/Modules/init/sh +++ MODULESHOME=/usr/share/Modules +++ export MODULESHOME +++ '[' '' = '' ']' +++ LOADEDMODULES= +++ export LOADEDMODULES +++ '[' /usr/share/Modules/modulefiles:/etc/modulefiles = '' ']' + module load mpi/openmpi-i386 ++ /usr/bin/modulecmd sh load mpi/openmpi-i386 + eval LD_LIBRARY_PATH=/usr/lib/openmpi/lib ';export' 'LD_LIBRARY_PATH;LOADEDMODULES=mpi/openmpi-i386' ';export' 'LOADEDMODULES;MANPATH=/usr/share/man/openmpi-i386:/usr/share/man:/usr/local/share/man' ';export' 'MANPATH;MPI_BIN=/usr/lib/openmpi/bin' ';export' 'MPI_BIN;MPI_COMPILER=openmpi-i386' ';export' 'MPI_COMPILER;MPI_FORTRAN_MOD_DIR=/usr/lib/gfortran/modules/openmpi-i386' ';export' 'MPI_FORTRAN_MOD_DIR;MPI_HOME=/usr/lib/openmpi' ';export' 'MPI_HOME;MPI_INCLUDE=/usr/include/openmpi-i386' ';export' 'MPI_INCLUDE;MPI_LIB=/usr/lib/openmpi/lib' ';export' 'MPI_LIB;MPI_MAN=/usr/share/man/openmpi-i386' ';export' 'MPI_MAN;MPI_PYTHON_SITEARCH=/usr/lib/python2.7/site-packages/openmpi' ';export' 'MPI_PYTHON_SITEARCH;MPI_SUFFIX=_openmpi' ';export' 'MPI_SUFFIX;MPI_SYSCONFIG=/etc/openmpi-i386' ';export' 'MPI_SYSCONFIG;PATH=/usr/lib/openmpi/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin' ';export' 'PATH;PYTHONPATH=/usr/lib/python2.7/site-packages/openmpi' ';export' 'PYTHONPATH;_LMFILES_=/etc/modulefiles/mpi/openmpi-i386' ';export' '_LMFILES_;' ++ LD_LIBRARY_PATH=/usr/lib/openmpi/lib ++ export LD_LIBRARY_PATH ++ LOADEDMODULES=mpi/openmpi-i386 ++ export LOADEDMODULES ++ MANPATH=/usr/share/man/openmpi-i386:/usr/share/man:/usr/local/share/man ++ export MANPATH ++ MPI_BIN=/usr/lib/openmpi/bin ++ export MPI_BIN ++ MPI_COMPILER=openmpi-i386 ++ export MPI_COMPILER ++ MPI_FORTRAN_MOD_DIR=/usr/lib/gfortran/modules/openmpi-i386 ++ export MPI_FORTRAN_MOD_DIR ++ MPI_HOME=/usr/lib/openmpi ++ export MPI_HOME ++ MPI_INCLUDE=/usr/include/openmpi-i386 ++ export MPI_INCLUDE ++ MPI_LIB=/usr/lib/openmpi/lib ++ export MPI_LIB ++ MPI_MAN=/usr/share/man/openmpi-i386 ++ export MPI_MAN ++ MPI_PYTHON_SITEARCH=/usr/lib/python2.7/site-packages/openmpi ++ export MPI_PYTHON_SITEARCH ++ MPI_SUFFIX=_openmpi ++ export MPI_SUFFIX ++ MPI_SYSCONFIG=/etc/openmpi-i386 ++ export MPI_SYSCONFIG ++ PATH=/usr/lib/openmpi/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin ++ export PATH ++ PYTHONPATH=/usr/lib/python2.7/site-packages/openmpi ++ export PYTHONPATH ++ _LMFILES_=/etc/modulefiles/mpi/openmpi-i386 ++ export _LMFILES_ + export 'CFLAGS= -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables' + CFLAGS=' -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables' + mkdir -p /builddir/build/BUILDROOT/elk-3.3.17-17.el7.i386//usr/lib/openmpi/bin + install -p -m 755 elk_openmpi /builddir/build/BUILDROOT/elk-3.3.17-17.el7.i386//usr/lib/openmpi/bin + . /etc/profile.d/modules.sh ++++ /bin/ps -p 22245 -ocomm= +++ /bin/basename sh ++ shell=sh ++ '[' -f /usr/share/Modules/init/sh ']' ++ . /usr/share/Modules/init/sh +++ MODULESHOME=/usr/share/Modules +++ export MODULESHOME +++ '[' mpi/openmpi-i386 = '' ']' +++ '[' /usr/share/Modules/modulefiles:/etc/modulefiles = '' ']' + module unload mpi/openmpi-i386 ++ /usr/bin/modulecmd sh unload mpi/openmpi-i386 + eval MANPATH=/usr/share/man:/usr/local/share/man ';export' 'MANPATH;PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin' ';export' 'PATH;unset' 'LD_LIBRARY_PATH;unset' 'LOADEDMODULES;unset' 'MPI_BIN;unset' 'MPI_COMPILER;unset' 'MPI_FORTRAN_MOD_DIR;unset' 'MPI_HOME;unset' 'MPI_INCLUDE;unset' 'MPI_LIB;unset' 'MPI_MAN;unset' 'MPI_PYTHON_SITEARCH;unset' 'MPI_SUFFIX;unset' 'MPI_SYSCONFIG;unset' 'PYTHONPATH;unset' '_LMFILES_;' ++ MANPATH=/usr/share/man:/usr/local/share/man ++ export MANPATH ++ PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin ++ export PATH ++ unset LD_LIBRARY_PATH ++ unset LOADEDMODULES ++ unset MPI_BIN ++ unset MPI_COMPILER ++ unset MPI_FORTRAN_MOD_DIR ++ unset MPI_HOME ++ unset MPI_INCLUDE ++ unset MPI_LIB ++ unset MPI_MAN ++ unset MPI_PYTHON_SITEARCH ++ unset MPI_SUFFIX ++ unset MPI_SYSCONFIG ++ unset PYTHONPATH ++ unset _LMFILES_ + . /etc/profile.d/modules.sh ++++ /bin/ps -p 22245 -ocomm= +++ /bin/basename sh ++ shell=sh ++ '[' -f /usr/share/Modules/init/sh ']' ++ . /usr/share/Modules/init/sh +++ MODULESHOME=/usr/share/Modules +++ export MODULESHOME +++ '[' '' = '' ']' +++ LOADEDMODULES= +++ export LOADEDMODULES +++ '[' /usr/share/Modules/modulefiles:/etc/modulefiles = '' ']' + module load mpi/mpich-i386 ++ /usr/bin/modulecmd sh load mpi/mpich-i386 + eval LD_LIBRARY_PATH=/usr/lib/mpich/lib ';export' 'LD_LIBRARY_PATH;LOADEDMODULES=mpi/mpich-i386' ';export' 'LOADEDMODULES;MANPATH=/usr/share/man/mpich:/usr/share/man:/usr/local/share/man' ';export' 'MANPATH;MPI_BIN=/usr/lib/mpich/bin' ';export' 'MPI_BIN;MPI_COMPILER=mpich-i386' ';export' 'MPI_COMPILER;MPI_FORTRAN_MOD_DIR=/usr/lib/gfortran/modules/mpich-i386' ';export' 'MPI_FORTRAN_MOD_DIR;MPI_HOME=/usr/lib/mpich' ';export' 'MPI_HOME;MPI_INCLUDE=/usr/include/mpich-i386' ';export' 'MPI_INCLUDE;MPI_LIB=/usr/lib/mpich/lib' ';export' 'MPI_LIB;MPI_MAN=/usr/share/man/mpich' ';export' 'MPI_MAN;MPI_PYTHON_SITEARCH=/usr/lib/python2.7/site-packages/mpich' ';export' 'MPI_PYTHON_SITEARCH;MPI_SUFFIX=_mpich' ';export' 'MPI_SUFFIX;MPI_SYSCONFIG=/etc/mpich-i386' ';export' 'MPI_SYSCONFIG;PATH=/usr/lib/mpich/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin' ';export' 'PATH;_LMFILES_=/etc/modulefiles/mpi/mpich-i386' ';export' '_LMFILES_;' ++ LD_LIBRARY_PATH=/usr/lib/mpich/lib ++ export LD_LIBRARY_PATH ++ LOADEDMODULES=mpi/mpich-i386 ++ export LOADEDMODULES ++ MANPATH=/usr/share/man/mpich:/usr/share/man:/usr/local/share/man ++ export MANPATH ++ MPI_BIN=/usr/lib/mpich/bin ++ export MPI_BIN ++ MPI_COMPILER=mpich-i386 ++ export MPI_COMPILER ++ MPI_FORTRAN_MOD_DIR=/usr/lib/gfortran/modules/mpich-i386 ++ export MPI_FORTRAN_MOD_DIR ++ MPI_HOME=/usr/lib/mpich ++ export MPI_HOME ++ MPI_INCLUDE=/usr/include/mpich-i386 ++ export MPI_INCLUDE ++ MPI_LIB=/usr/lib/mpich/lib ++ export MPI_LIB ++ MPI_MAN=/usr/share/man/mpich ++ export MPI_MAN ++ MPI_PYTHON_SITEARCH=/usr/lib/python2.7/site-packages/mpich ++ export MPI_PYTHON_SITEARCH ++ MPI_SUFFIX=_mpich ++ export MPI_SUFFIX ++ MPI_SYSCONFIG=/etc/mpich-i386 ++ export MPI_SYSCONFIG ++ PATH=/usr/lib/mpich/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin ++ export PATH ++ _LMFILES_=/etc/modulefiles/mpi/mpich-i386 ++ export _LMFILES_ + export 'CFLAGS= -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables' + CFLAGS=' -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables' + mkdir -p /builddir/build/BUILDROOT/elk-3.3.17-17.el7.i386//usr/lib/mpich/bin + install -p -m 755 elk_mpich /builddir/build/BUILDROOT/elk-3.3.17-17.el7.i386//usr/lib/mpich/bin + . /etc/profile.d/modules.sh ++++ /bin/ps -p 22245 -ocomm= +++ /bin/basename sh ++ shell=sh ++ '[' -f /usr/share/Modules/init/sh ']' ++ . /usr/share/Modules/init/sh +++ MODULESHOME=/usr/share/Modules +++ export MODULESHOME +++ '[' mpi/mpich-i386 = '' ']' +++ '[' /usr/share/Modules/modulefiles:/etc/modulefiles = '' ']' + module unload mpi/mpich-i386 ++ /usr/bin/modulecmd sh unload mpi/mpich-i386 + eval MANPATH=/usr/share/man:/usr/local/share/man ';export' 'MANPATH;PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin' ';export' 'PATH;unset' 'LD_LIBRARY_PATH;unset' 'LOADEDMODULES;unset' 'MPI_BIN;unset' 'MPI_COMPILER;unset' 'MPI_FORTRAN_MOD_DIR;unset' 'MPI_HOME;unset' 'MPI_INCLUDE;unset' 'MPI_LIB;unset' 'MPI_MAN;unset' 'MPI_PYTHON_SITEARCH;unset' 'MPI_SUFFIX;unset' 'MPI_SYSCONFIG;unset' '_LMFILES_;' ++ MANPATH=/usr/share/man:/usr/local/share/man ++ export MANPATH ++ PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin ++ export PATH ++ unset LD_LIBRARY_PATH ++ unset LOADEDMODULES ++ unset MPI_BIN ++ unset MPI_COMPILER ++ unset MPI_FORTRAN_MOD_DIR ++ unset MPI_HOME ++ unset MPI_INCLUDE ++ unset MPI_LIB ++ unset MPI_MAN ++ unset MPI_PYTHON_SITEARCH ++ unset MPI_SUFFIX ++ unset MPI_SYSCONFIG ++ unset _LMFILES_ + mkdir -p /builddir/build/BUILDROOT/elk-3.3.17-17.el7.i386/usr/share/elk + cp -rp species /builddir/build/BUILDROOT/elk-3.3.17-17.el7.i386/usr/share/elk + cp -rp make.inc make.inc.common make.inc_mpich make.inc_openmp make.inc_openmpi /builddir/build/BUILDROOT/elk-3.3.17-17.el7.i386/usr/share/elk + cp -rp tests examples /builddir/build/BUILDROOT/elk-3.3.17-17.el7.i386/usr/share/elk + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/elk-3.3.17 extracting debug info from /builddir/build/BUILDROOT/elk-3.3.17-17.el7.i386/usr/bin/elk extracting debug info from /builddir/build/BUILDROOT/elk-3.3.17-17.el7.i386/usr/bin/elk-eos extracting debug info from /builddir/build/BUILDROOT/elk-3.3.17-17.el7.i386/usr/bin/elk-spacegroup extracting debug info from /builddir/build/BUILDROOT/elk-3.3.17-17.el7.i386/usr/lib/openmpi/bin/elk_openmpi extracting debug info from /builddir/build/BUILDROOT/elk-3.3.17-17.el7.i386/usr/lib/mpich/bin/elk_mpich /usr/lib/rpm/sepdebugcrcfix: Updated 5 CRC32s, 0 CRC32s did match. 3318 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.USCBxo + umask 022 + cd /builddir/build/BUILD + cd elk-3.3.17 + export NPROC=2 + NPROC=2 + export OMP_NUM_THREADS=2 + OMP_NUM_THREADS=2 + mv tests tests.orig.orig + cp -rp tests.orig.orig tests.orig + rm -rf tests.orig/test-018 + ELK_EXECUTABLE=../../elk + MPI_SUFFIX=_openmp + cp -rp tests.orig tests + sed -i s#../../src/elk#../../elk#g tests/tests.sh + /usr/bin/make test + tee tests.2_openmp.log cd tests; ./tests.sh Running test in directory test-001... Passed Running test in directory test-002... Passed Running test in directory test-003... Passed Running test in directory test-004... Passed Running test in directory test-005... Passed Running test in directory test-006... Passed Running test in directory test-007... Passed Running test in directory test-008... Passed Running test in directory test-009... Passed Running test in directory test-010... Passed Running test in directory test-011... Passed Running test in directory test-012... Passed Running test in directory test-013... Passed Running test in directory test-014... Passed Running test in directory test-015... Passed Running test in directory test-016... Passed Running test in directory test-017... Passed real 8m43.132s user 13m53.266s sys 0m7.509s + rm -rf tests + . /etc/profile.d/modules.sh ++++ /bin/ps -p 22523 -ocomm= +++ /bin/basename sh ++ shell=sh ++ '[' -f /usr/share/Modules/init/sh ']' ++ . /usr/share/Modules/init/sh +++ MODULESHOME=/usr/share/Modules +++ export MODULESHOME +++ '[' '' = '' ']' +++ LOADEDMODULES= +++ export LOADEDMODULES +++ '[' /usr/share/Modules/modulefiles:/etc/modulefiles = '' ']' + module load mpi/openmpi-i386 ++ /usr/bin/modulecmd sh load mpi/openmpi-i386 + eval LD_LIBRARY_PATH=/usr/lib/openmpi/lib ';export' 'LD_LIBRARY_PATH;LOADEDMODULES=mpi/openmpi-i386' ';export' 'LOADEDMODULES;MANPATH=/usr/share/man/openmpi-i386:/usr/share/man:/usr/local/share/man' ';export' 'MANPATH;MPI_BIN=/usr/lib/openmpi/bin' ';export' 'MPI_BIN;MPI_COMPILER=openmpi-i386' ';export' 'MPI_COMPILER;MPI_FORTRAN_MOD_DIR=/usr/lib/gfortran/modules/openmpi-i386' ';export' 'MPI_FORTRAN_MOD_DIR;MPI_HOME=/usr/lib/openmpi' ';export' 'MPI_HOME;MPI_INCLUDE=/usr/include/openmpi-i386' ';export' 'MPI_INCLUDE;MPI_LIB=/usr/lib/openmpi/lib' ';export' 'MPI_LIB;MPI_MAN=/usr/share/man/openmpi-i386' ';export' 'MPI_MAN;MPI_PYTHON_SITEARCH=/usr/lib/python2.7/site-packages/openmpi' ';export' 'MPI_PYTHON_SITEARCH;MPI_SUFFIX=_openmpi' ';export' 'MPI_SUFFIX;MPI_SYSCONFIG=/etc/openmpi-i386' ';export' 'MPI_SYSCONFIG;PATH=/usr/lib/openmpi/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin' ';export' 'PATH;PYTHONPATH=/usr/lib/python2.7/site-packages/openmpi' ';export' 'PYTHONPATH;_LMFILES_=/etc/modulefiles/mpi/openmpi-i386' ';export' '_LMFILES_;' ++ LD_LIBRARY_PATH=/usr/lib/openmpi/lib ++ export LD_LIBRARY_PATH ++ LOADEDMODULES=mpi/openmpi-i386 ++ export LOADEDMODULES ++ MANPATH=/usr/share/man/openmpi-i386:/usr/share/man:/usr/local/share/man ++ export MANPATH ++ MPI_BIN=/usr/lib/openmpi/bin ++ export MPI_BIN ++ MPI_COMPILER=openmpi-i386 ++ export MPI_COMPILER ++ MPI_FORTRAN_MOD_DIR=/usr/lib/gfortran/modules/openmpi-i386 ++ export MPI_FORTRAN_MOD_DIR ++ MPI_HOME=/usr/lib/openmpi ++ export MPI_HOME ++ MPI_INCLUDE=/usr/include/openmpi-i386 ++ export MPI_INCLUDE ++ MPI_LIB=/usr/lib/openmpi/lib ++ export MPI_LIB ++ MPI_MAN=/usr/share/man/openmpi-i386 ++ export MPI_MAN ++ MPI_PYTHON_SITEARCH=/usr/lib/python2.7/site-packages/openmpi ++ export MPI_PYTHON_SITEARCH ++ MPI_SUFFIX=_openmpi ++ export MPI_SUFFIX ++ MPI_SYSCONFIG=/etc/openmpi-i386 ++ export MPI_SYSCONFIG ++ PATH=/usr/lib/openmpi/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin ++ export PATH ++ PYTHONPATH=/usr/lib/python2.7/site-packages/openmpi ++ export PYTHONPATH ++ _LMFILES_=/etc/modulefiles/mpi/openmpi-i386 ++ export _LMFILES_ + export 'CFLAGS= -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables' + CFLAGS=' -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables' + ELK_EXECUTABLE='mpiexec -np 2 ../../elk_openmpi' + cp -rp tests.orig tests + sed -i 's#../../src/elk#mpiexec -np 2 ../../elk_openmpi#g' tests/tests.sh + /usr/bin/make test + tee tests.2_openmpi.log cd tests; ./tests.sh Running test in directory test-001... Passed Running test in directory test-002... Passed Running test in directory test-003... Passed Running test in directory test-004... Passed Running test in directory test-005... Passed Running test in directory test-006... Passed Running test in directory test-007... Failed! See test.log and output files Running test in directory test-008... Passed Running test in directory test-009... Passed Running test in directory test-010... Passed Running test in directory test-011... Passed Running test in directory test-012... Passed Running test in directory test-013... Passed Running test in directory test-014... Passed Running test in directory test-015... Passed Running test in directory test-016... Passed Running test in directory test-017... Passed real 9m33.418s user 27m59.182s sys 0m17.711s + rm -rf tests + . /etc/profile.d/modules.sh ++++ /bin/ps -p 22523 -ocomm= +++ /bin/basename sh ++ shell=sh ++ '[' -f /usr/share/Modules/init/sh ']' ++ . /usr/share/Modules/init/sh +++ MODULESHOME=/usr/share/Modules +++ export MODULESHOME +++ '[' mpi/openmpi-i386 = '' ']' +++ '[' /usr/share/Modules/modulefiles:/etc/modulefiles = '' ']' + module unload mpi/openmpi-i386 ++ /usr/bin/modulecmd sh unload mpi/openmpi-i386 + eval MANPATH=/usr/share/man:/usr/local/share/man ';export' 'MANPATH;PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin' ';export' 'PATH;unset' 'LD_LIBRARY_PATH;unset' 'LOADEDMODULES;unset' 'MPI_BIN;unset' 'MPI_COMPILER;unset' 'MPI_FORTRAN_MOD_DIR;unset' 'MPI_HOME;unset' 'MPI_INCLUDE;unset' 'MPI_LIB;unset' 'MPI_MAN;unset' 'MPI_PYTHON_SITEARCH;unset' 'MPI_SUFFIX;unset' 'MPI_SYSCONFIG;unset' 'PYTHONPATH;unset' '_LMFILES_;' ++ MANPATH=/usr/share/man:/usr/local/share/man ++ export MANPATH ++ PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin ++ export PATH ++ unset LD_LIBRARY_PATH ++ unset LOADEDMODULES ++ unset MPI_BIN ++ unset MPI_COMPILER ++ unset MPI_FORTRAN_MOD_DIR ++ unset MPI_HOME ++ unset MPI_INCLUDE ++ unset MPI_LIB ++ unset MPI_MAN ++ unset MPI_PYTHON_SITEARCH ++ unset MPI_SUFFIX ++ unset MPI_SYSCONFIG ++ unset PYTHONPATH ++ unset _LMFILES_ + . /etc/profile.d/modules.sh ++++ /bin/ps -p 22523 -ocomm= +++ /bin/basename sh ++ shell=sh ++ '[' -f /usr/share/Modules/init/sh ']' ++ . /usr/share/Modules/init/sh +++ MODULESHOME=/usr/share/Modules +++ export MODULESHOME +++ '[' '' = '' ']' +++ LOADEDMODULES= +++ export LOADEDMODULES +++ '[' /usr/share/Modules/modulefiles:/etc/modulefiles = '' ']' + module load mpi/mpich-i386 ++ /usr/bin/modulecmd sh load mpi/mpich-i386 + eval LD_LIBRARY_PATH=/usr/lib/mpich/lib ';export' 'LD_LIBRARY_PATH;LOADEDMODULES=mpi/mpich-i386' ';export' 'LOADEDMODULES;MANPATH=/usr/share/man/mpich:/usr/share/man:/usr/local/share/man' ';export' 'MANPATH;MPI_BIN=/usr/lib/mpich/bin' ';export' 'MPI_BIN;MPI_COMPILER=mpich-i386' ';export' 'MPI_COMPILER;MPI_FORTRAN_MOD_DIR=/usr/lib/gfortran/modules/mpich-i386' ';export' 'MPI_FORTRAN_MOD_DIR;MPI_HOME=/usr/lib/mpich' ';export' 'MPI_HOME;MPI_INCLUDE=/usr/include/mpich-i386' ';export' 'MPI_INCLUDE;MPI_LIB=/usr/lib/mpich/lib' ';export' 'MPI_LIB;MPI_MAN=/usr/share/man/mpich' ';export' 'MPI_MAN;MPI_PYTHON_SITEARCH=/usr/lib/python2.7/site-packages/mpich' ';export' 'MPI_PYTHON_SITEARCH;MPI_SUFFIX=_mpich' ';export' 'MPI_SUFFIX;MPI_SYSCONFIG=/etc/mpich-i386' ';export' 'MPI_SYSCONFIG;PATH=/usr/lib/mpich/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin' ';export' 'PATH;_LMFILES_=/etc/modulefiles/mpi/mpich-i386' ';export' '_LMFILES_;' ++ LD_LIBRARY_PATH=/usr/lib/mpich/lib ++ export LD_LIBRARY_PATH ++ LOADEDMODULES=mpi/mpich-i386 ++ export LOADEDMODULES ++ MANPATH=/usr/share/man/mpich:/usr/share/man:/usr/local/share/man ++ export MANPATH ++ MPI_BIN=/usr/lib/mpich/bin ++ export MPI_BIN ++ MPI_COMPILER=mpich-i386 ++ export MPI_COMPILER ++ MPI_FORTRAN_MOD_DIR=/usr/lib/gfortran/modules/mpich-i386 ++ export MPI_FORTRAN_MOD_DIR ++ MPI_HOME=/usr/lib/mpich ++ export MPI_HOME ++ MPI_INCLUDE=/usr/include/mpich-i386 ++ export MPI_INCLUDE ++ MPI_LIB=/usr/lib/mpich/lib ++ export MPI_LIB ++ MPI_MAN=/usr/share/man/mpich ++ export MPI_MAN ++ MPI_PYTHON_SITEARCH=/usr/lib/python2.7/site-packages/mpich ++ export MPI_PYTHON_SITEARCH ++ MPI_SUFFIX=_mpich ++ export MPI_SUFFIX ++ MPI_SYSCONFIG=/etc/mpich-i386 ++ export MPI_SYSCONFIG ++ PATH=/usr/lib/mpich/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin ++ export PATH ++ _LMFILES_=/etc/modulefiles/mpi/mpich-i386 ++ export _LMFILES_ + export 'CFLAGS= -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables' + CFLAGS=' -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables' + ELK_EXECUTABLE='mpiexec -np 2 ../../elk_mpich' + cp -rp tests.orig tests + sed -i 's#../../src/elk#mpiexec -np 2 ../../elk_mpich#g' tests/tests.sh + /usr/bin/make test + tee tests.2_mpich.log cd tests; ./tests.sh Running test in directory test-001... Passed Running test in directory test-002... Passed Running test in directory test-003... Passed Running test in directory test-004... Passed Running test in directory test-005... Passed Running test in directory test-006... Passed Running test in directory test-007... Failed! See test.log and output files Running test in directory test-008... Passed Running test in directory test-009... Passed Running test in directory test-010... Passed Running test in directory test-011... Passed Running test in directory test-012... Passed Running test in directory test-013... Passed Running test in directory test-014... Passed Running test in directory test-015... Passed Running test in directory test-016... Passed Running test in directory test-017... Passed real 7m42.401s user 20m47.813s sys 0m14.113s + rm -rf tests + . /etc/profile.d/modules.sh ++++ /bin/ps -p 22523 -ocomm= +++ /bin/basename sh ++ shell=sh ++ '[' -f /usr/share/Modules/init/sh ']' ++ . /usr/share/Modules/init/sh +++ MODULESHOME=/usr/share/Modules +++ export MODULESHOME +++ '[' mpi/mpich-i386 = '' ']' +++ '[' /usr/share/Modules/modulefiles:/etc/modulefiles = '' ']' + module unload mpi/mpich-i386 ++ /usr/bin/modulecmd sh unload mpi/mpich-i386 + eval MANPATH=/usr/share/man:/usr/local/share/man ';export' 'MANPATH;PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin' ';export' 'PATH;unset' 'LD_LIBRARY_PATH;unset' 'LOADEDMODULES;unset' 'MPI_BIN;unset' 'MPI_COMPILER;unset' 'MPI_FORTRAN_MOD_DIR;unset' 'MPI_HOME;unset' 'MPI_INCLUDE;unset' 'MPI_LIB;unset' 'MPI_MAN;unset' 'MPI_PYTHON_SITEARCH;unset' 'MPI_SUFFIX;unset' 'MPI_SYSCONFIG;unset' '_LMFILES_;' ++ MANPATH=/usr/share/man:/usr/local/share/man ++ export MANPATH ++ PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin ++ export PATH ++ unset LD_LIBRARY_PATH ++ unset LOADEDMODULES ++ unset MPI_BIN ++ unset MPI_COMPILER ++ unset MPI_FORTRAN_MOD_DIR ++ unset MPI_HOME ++ unset MPI_INCLUDE ++ unset MPI_LIB ++ unset MPI_MAN ++ unset MPI_PYTHON_SITEARCH ++ unset MPI_SUFFIX ++ unset MPI_SYSCONFIG ++ unset _LMFILES_ + mv tests.orig tests + exit 0 Processing files: elk-3.3.17-17.el7.i686 Provides: elk = 3.3.17-17.el7 elk(x86-32) = 3.3.17-17.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.4) libfftw3.so.3 libgcc_s.so.1 libgcc_s.so.1(GCC_3.0) libgcc_s.so.1(GCC_3.3.1) libgcc_s.so.1(GCC_4.0.0) libgcc_s.so.1(GLIBC_2.0) libgfortran.so.3 libgfortran.so.3(GFORTRAN_1.0) libgfortran.so.3(GFORTRAN_1.4) libgomp.so.1 libgomp.so.1(GOMP_1.0) libgomp.so.1(OMP_1.0) libm.so.6 libm.so.6(GLIBC_2.0) libm.so.6(GLIBC_2.1) libopenblas.so.0 libpthread.so.0 libquadmath.so.0 libxc.so.1 rtld(GNU_HASH) Processing files: elk-openmpi-3.3.17-17.el7.i686 Provides: elk-openmpi = 3.3.17-17.el7 elk-openmpi(x86-32) = 3.3.17-17.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.4) libfftw3.so.3 libgcc_s.so.1 libgcc_s.so.1(GCC_3.0) libgcc_s.so.1(GCC_3.3.1) libgcc_s.so.1(GCC_4.0.0) libgcc_s.so.1(GLIBC_2.0) libgfortran.so.3 libgfortran.so.3(GFORTRAN_1.0) libgfortran.so.3(GFORTRAN_1.4) libgomp.so.1 libgomp.so.1(GOMP_1.0) libgomp.so.1(OMP_1.0) libm.so.6 libm.so.6(GLIBC_2.0) libm.so.6(GLIBC_2.1) libmpi.so.12 libmpi_mpifh.so.12 libmpi_usempi.so.1 libopenblas.so.0 libpthread.so.0 libquadmath.so.0 libxc.so.1 rtld(GNU_HASH) Processing files: elk-mpich-3.3.17-17.el7.i686 Provides: elk-mpich = 3.3.17-17.el7 elk-mpich(x86-32) = 3.3.17-17.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.4) libfftw3.so.3 libgcc_s.so.1 libgcc_s.so.1(GCC_3.0) libgcc_s.so.1(GCC_3.3.1) libgcc_s.so.1(GCC_4.0.0) libgcc_s.so.1(GLIBC_2.0) libgfortran.so.3 libgfortran.so.3(GFORTRAN_1.0) libgfortran.so.3(GFORTRAN_1.4) libgomp.so.1 libgomp.so.1(GOMP_1.0) libgomp.so.1(OMP_1.0) libm.so.6 libm.so.6(GLIBC_2.0) libm.so.6(GLIBC_2.1) libmpich.so.10 libmpichf90.so.10 libmpl.so.1 libopa.so.1 libopenblas.so.0 libpthread.so.0 libquadmath.so.0 librt.so.1 libxc.so.1 rtld(GNU_HASH) Processing files: elk-species-3.3.17-17.el7.noarch Provides: elk-species = 3.3.17-17.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: elk-common-3.3.17-17.el7.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.QvEkrB + umask 022 + cd /builddir/build/BUILD + cd elk-3.3.17 + DOCDIR=/builddir/build/BUILDROOT/elk-3.3.17-17.el7.i386/usr/share/doc/elk-common-3.3.17 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/elk-3.3.17-17.el7.i386/usr/share/doc/elk-common-3.3.17 + cp -pr COPYING /builddir/build/BUILDROOT/elk-3.3.17-17.el7.i386/usr/share/doc/elk-common-3.3.17 + cp -pr README /builddir/build/BUILDROOT/elk-3.3.17-17.el7.i386/usr/share/doc/elk-common-3.3.17 + exit 0 Provides: elk-common = 3.3.17-17.el7 elk-common(x86-32) = 3.3.17-17.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/sh libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgfortran.so.3 libgfortran.so.3(GFORTRAN_1.0) libgfortran.so.3(GFORTRAN_1.4) libgomp.so.1 libm.so.6 libm.so.6(GLIBC_2.0) libm.so.6(GLIBC_2.1) libpthread.so.0 libquadmath.so.0 rtld(GNU_HASH) Processing files: elk-debuginfo-3.3.17-17.el7.i686 Provides: elk-debuginfo = 3.3.17-17.el7 elk-debuginfo(x86-32) = 3.3.17-17.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/elk-3.3.17-17.el7.i386 Wrote: /builddir/build/RPMS/elk-3.3.17-17.el7.i686.rpm Wrote: /builddir/build/RPMS/elk-openmpi-3.3.17-17.el7.i686.rpm Wrote: /builddir/build/RPMS/elk-mpich-3.3.17-17.el7.i686.rpm Wrote: /builddir/build/RPMS/elk-species-3.3.17-17.el7.noarch.rpm Wrote: /builddir/build/RPMS/elk-common-3.3.17-17.el7.i686.rpm Wrote: /builddir/build/RPMS/elk-debuginfo-3.3.17-17.el7.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Qzx2ZC + umask 022 + cd /builddir/build/BUILD + cd elk-3.3.17 + /usr/bin/rm -rf /builddir/build/BUILDROOT/elk-3.3.17-17.el7.i386 + exit 0 Child return code was: 0 LEAVE do -->