Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failure with ifort (formatting g) #46

Closed
tdaff opened this issue Feb 9, 2017 · 1 comment
Closed

Build failure with ifort (formatting g) #46

tdaff opened this issue Feb 9, 2017 · 1 comment

Comments

@tdaff
Copy link
Contributor

tdaff commented Feb 9, 2017

Sorry that this only just got discovered. I'm also trying to fix the Intel test server as it seems to be unable to send emails anymore.

========== last 20 lines of /opt/quip/report.ifort-11.1.069.linux_x86_64_ifort_gcc.ALL.QUIP_build.faillog ==========                                        
  subroutine c_dictionary_add_key                                                                                                                           
  subroutine c_extendable_str_concat                                                                                                                        
make[1]: Leaving directory `/scratch/quip/QUIP/build/linux_x86_64_ifort_gcc'                                                                                
make[1]: Entering directory `/scratch/quip/QUIP/build/linux_x86_64_ifort_gcc'                                                                               
ifort   -fpp -fixed -fPIC -I/scratch/quip/QUIP/src/libAtoms -I/scratch/quip/QUIP/src/fox/objs.linux_x86_64_ifort_gcc/finclude -I/usr/include -O3 -vec-report0 -fPIC -DPOTENTIAL_NO_DEFAULT_PRIVATE -DDUMP_CORE_ON_ABORT -DGETARG_F2003 -DFORTRAN_UNDERSCORE -DF2008 -D'GIT_VERSION="https://github.com/libAtoms/QUIP.git,8822f23-dirty"' -D'GAP_VERSION=1486072683' -D'QUIP_ARCH="linux_x86_64_ifort_gcc"' -D'SIZEOF_FORTRAN_T=2' -DHAVE_NETCDF -DNETCDF4 -DHAVE_FX -DHAVE_GAP_FILLER -DHAVE_GAP -DHAVE_TB -DHAVE_QR -DHAVE_LOTF -DHAVE_CP2K -DHAVE_ONIOM -DHAVE_LOCAL_E_MIX -DHAVE_THIRDPARTY  -c /scratch/quip/QUIP/src/libAtoms/lbfgs.f -o lbfgs.o                                                                                                                                                       
ifort  -fpp -free -warn unused -fPIC -I/scratch/quip/QUIP/src/libAtoms -I/scratch/quip/QUIP/src/fox/objs.linux_x86_64_ifort_gcc/finclude -I/usr/include -O3 -vec-report0 -fPIC -DPOTENTIAL_NO_DEFAULT_PRIVATE -DDUMP_CORE_ON_ABORT -DGETARG_F2003 -DFORTRAN_UNDERSCORE -DF2008 -D'GIT_VERSION="https://github.com/libAtoms/QUIP.git,8822f23-dirty"' -D'GAP_VERSION=1486072683' -D'QUIP_ARCH="linux_x86_64_ifort_gcc"' -D'SIZEOF_FORTRAN_T=2' -DHAVE_NETCDF -DNETCDF4 -DHAVE_FX -DHAVE_GAP_FILLER -DHAVE_GAP -DHAVE_TB -DHAVE_QR -DHAVE_LOTF -DHAVE_CP2K -DHAVE_ONIOM -DHAVE_LOCAL_E_MIX -DHAVE_THIRDPARTY  -c -Tf /scratch/quip/QUIP/src/libAtoms/error.f95 -o error.o                                                                                                                                      
ifort  -fpp -free -warn unused -fPIC -I/scratch/quip/QUIP/src/libAtoms -I/scratch/quip/QUIP/src/fox/objs.linux_x86_64_ifort_gcc/finclude -I/usr/include -O3 -vec-report0 -fPIC -DPOTENTIAL_NO_DEFAULT_PRIVATE -DDUMP_CORE_ON_ABORT -DGETARG_F2003 -DFORTRAN_UNDERSCORE -DF2008 -D'GIT_VERSION="https://github.com/libAtoms/QUIP.git,8822f23-dirty"' -D'GAP_VERSION=1486072683' -D'QUIP_ARCH="linux_x86_64_ifort_gcc"' -D'SIZEOF_FORTRAN_T=2' -DHAVE_NETCDF -DNETCDF4 -DHAVE_FX -DHAVE_GAP_FILLER -DHAVE_GAP -DHAVE_TB -DHAVE_QR -DHAVE_LOTF -DHAVE_CP2K -DHAVE_ONIOM -DHAVE_LOCAL_E_MIX -DHAVE_THIRDPARTY  -c -Tf /scratch/quip/QUIP/src/libAtoms/System.f95 -o System.o                                                                                                                                    
/scratch/quip/QUIP/src/libAtoms/System.f95(1912): error #6185: This constant is out-of-range in a format list.   [0]                                        
       write(tmp,'(g0.17)') r                                                                                                                               
--------------------^                                                                                                                                       
/scratch/quip/QUIP/src/libAtoms/System.f95(2978): remark #7712: This variable has not been used.   [COMM]                                                   
  subroutine parallel_print(lines, comm, verbosity, file)
-----------------------------------^
/scratch/quip/QUIP/src/libAtoms/System.f95(1990): remark #7712: This variable has not been used.   [COMM]
  subroutine get_mpi_size_rank(comm, nproc, rank)
-------------------------------^
compilation aborted for /scratch/quip/QUIP/src/libAtoms/System.f95 (code 1)
make[1]: *** [System.o] Error 1
make[1]: Leaving directory `/scratch/quip/QUIP/build/linux_x86_64_ifort_gcc'
make: *** [libAtoms] Error 2


========== last 20 lines of /opt/quip/report.ifort-11.1.069.linux_x86_64_ifort_icc.ALL.QUIP_build.faillog ==========
  subroutine c_dictionary_add_key
  subroutine c_extendable_str_concat
make[1]: Leaving directory `/scratch/quip/QUIP/build/linux_x86_64_ifort_icc'
make[1]: Entering directory `/scratch/quip/QUIP/build/linux_x86_64_ifort_icc'
ifort   -fpp -fixed -fPIC -I/scratch/quip/QUIP/src/libAtoms -I/scratch/quip/QUIP/src/fox/objs.linux_x86_64_ifort_icc/finclude -I/usr/include -O3 -g -traceback -DDUMP_CORE_ON_ABORT  -DGETARG_F2003 -DFORTRAN_UNDERSCORE -D'GIT_VERSION="https://github.com/libAtoms/QUIP.git,8822f23-dirty"' -D'GAP_VERSION=1486072683' -D'QUIP_ARCH="linux_x86_64_ifort_icc"' -D'SIZEOF_FORTRAN_T=2' -DHAVE_NETCDF -DNETCDF4 -DHAVE_FX -DHAVE_GAP_FILLER -DHAVE_GAP -DHAVE_TB -DHAVE_QR -DHAVE_LOTF -DHAVE_CP2K -DHAVE_ONIOM -DHAVE_LOCAL_E_MIX -DHAVE_THIRDPARTY  -c /scratch/quip/QUIP/src/libAtoms/lbfgs.f -o lbfgs.o
ifort  -fpp -free -warn unused -fPIC -I/scratch/quip/QUIP/src/libAtoms -I/scratch/quip/QUIP/src/fox/objs.linux_x86_64_ifort_icc/finclude -I/usr/include -O3 -g -traceback -DDUMP_CORE_ON_ABORT  -DGETARG_F2003 -DFORTRAN_UNDERSCORE -D'GIT_VERSION="https://github.com/libAtoms/QUIP.git,8822f23-dirty"' -D'GAP_VERSION=1486072683' -D'QUIP_ARCH="linux_x86_64_ifort_icc"' -D'SIZEOF_FORTRAN_T=2' -DHAVE_NETCDF -DNETCDF4 -DHAVE_FX -DHAVE_GAP_FILLER -DHAVE_GAP -DHAVE_TB -DHAVE_QR -DHAVE_LOTF -DHAVE_CP2K -DHAVE_ONIOM -DHAVE_LOCAL_E_MIX -DHAVE_THIRDPARTY  -c -Tf /scratch/quip/QUIP/src/libAtoms/error.f95 -o error.o
ifort  -fpp -free -warn unused -fPIC -I/scratch/quip/QUIP/src/libAtoms -I/scratch/quip/QUIP/src/fox/objs.linux_x86_64_ifort_icc/finclude -I/usr/include -O3 -g -traceback -DDUMP_CORE_ON_ABORT  -DGETARG_F2003 -DFORTRAN_UNDERSCORE -D'GIT_VERSION="https://github.com/libAtoms/QUIP.git,8822f23-dirty"' -D'GAP_VERSION=1486072683' -D'QUIP_ARCH="linux_x86_64_ifort_icc"' -D'SIZEOF_FORTRAN_T=2' -DHAVE_NETCDF -DNETCDF4 -DHAVE_FX -DHAVE_GAP_FILLER -DHAVE_GAP -DHAVE_TB -DHAVE_QR -DHAVE_LOTF -DHAVE_CP2K -DHAVE_ONIOM -DHAVE_LOCAL_E_MIX -DHAVE_THIRDPARTY  -c -Tf /scratch/quip/QUIP/src/libAtoms/System.f95 -o System.o
/scratch/quip/QUIP/src/libAtoms/System.f95(1912): error #6185: This constant is out-of-range in a format list.   [0]
       write(tmp,'(g0.17)') r
--------------------^
/scratch/quip/QUIP/src/libAtoms/System.f95(2978): remark #7712: This variable has not been used.   [COMM]
  subroutine parallel_print(lines, comm, verbosity, file)
-----------------------------------^
/scratch/quip/QUIP/src/libAtoms/System.f95(1990): remark #7712: This variable has not been used.   [COMM]
  subroutine get_mpi_size_rank(comm, nproc, rank)
-------------------------------^
compilation aborted for /scratch/quip/QUIP/src/libAtoms/System.f95 (code 1)
make[1]: *** [System.o] Error 1
make[1]: Leaving directory `/scratch/quip/QUIP/build/linux_x86_64_ifort_icc'
make: *** [libAtoms] Error 2


========== last 20 lines of /opt/quip/report.ifort-11.1.069.linux_x86_64_ifort_icc_mpi.ALL.QUIP_build.faillog ==========
  subroutine c_dictionary_initialise
  subroutine c_dictionary_finalise
  subroutine c_dictionary_get_n
  subroutine c_dictionary_get_key
  subroutine c_dictionary_query_key
  subroutine c_dictionary_query_index
  subroutine c_dictionary_add_key
  subroutine c_extendable_str_concat
make[1]: Leaving directory `/scratch/quip/QUIP/build/linux_x86_64_ifort_icc_mpi'
make[1]: Entering directory `/scratch/quip/QUIP/build/linux_x86_64_ifort_icc_mpi'
mpif77    -fpp -fixed -fPIC -I/scratch/quip/QUIP/src/libAtoms -I/scratch/quip/QUIP/src/fox/objs.linux_x86_64_ifort_icc_mpi/finclude -I/usr/include -O3 -g -traceback -DDUMP_CORE_ON_ABORT  -DGETARG_F2003 -DFORTRAN_UNDERSCORE -D_MPI -D'GIT_VERSION="https://github.com/libAtoms/QUIP.git,8822f23-dirty"' -D'GAP_VERSION=1486072683' -D'QUIP_ARCH="linux_x86_64_ifort_icc_mpi"' -D'SIZEOF_FORTRAN_T=2' -DHAVE_NETCDF -DNETCDF4 -DHAVE_FX -DHAVE_GAP_FILLER -DHAVE_GAP -DHAVE_TB -DHAVE_QR -DHAVE_LOTF -DHAVE_CP2K -DHAVE_ONIOM -DHAVE_LOCAL_E_MIX -DHAVE_THIRDPARTY  -c /scratch/quip/QUIP/src/libAtoms/lbfgs.f -o lbfgs.o
mpif90   -fpp -free -warn unused -fPIC -I/scratch/quip/QUIP/src/libAtoms -I/scratch/quip/QUIP/src/fox/objs.linux_x86_64_ifort_icc_mpi/finclude -I/usr/include -O3 -g -traceback -DDUMP_CORE_ON_ABORT  -DGETARG_F2003 -DFORTRAN_UNDERSCORE -D_MPI -D'GIT_VERSION="https://github.com/libAtoms/QUIP.git,8822f23-dirty"' -D'GAP_VERSION=1486072683' -D'QUIP_ARCH="linux_x86_64_ifort_icc_mpi"' -D'SIZEOF_FORTRAN_T=2' -DHAVE_NETCDF -DNETCDF4 -DHAVE_FX -DHAVE_GAP_FILLER -DHAVE_GAP -DHAVE_TB -DHAVE_QR -DHAVE_LOTF -DHAVE_CP2K -DHAVE_ONIOM -DHAVE_LOCAL_E_MIX -DHAVE_THIRDPARTY  -c -Tf /scratch/quip/QUIP/src/libAtoms/error.f95 -o error.o
mpif90   -fpp -free -warn unused -fPIC -I/scratch/quip/QUIP/src/libAtoms -I/scratch/quip/QUIP/src/fox/objs.linux_x86_64_ifort_icc_mpi/finclude -I/usr/include -O3 -g -traceback -DDUMP_CORE_ON_ABORT  -DGETARG_F2003 -DFORTRAN_UNDERSCORE -D_MPI -D'GIT_VERSION="https://github.com/libAtoms/QUIP.git,8822f23-dirty"' -D'GAP_VERSION=1486072683' -D'QUIP_ARCH="linux_x86_64_ifort_icc_mpi"' -D'SIZEOF_FORTRAN_T=2' -DHAVE_NETCDF -DNETCDF4 -DHAVE_FX -DHAVE_GAP_FILLER -DHAVE_GAP -DHAVE_TB -DHAVE_QR -DHAVE_LOTF -DHAVE_CP2K -DHAVE_ONIOM -DHAVE_LOCAL_E_MIX -DHAVE_THIRDPARTY  -c -Tf /scratch/quip/QUIP/src/libAtoms/System.f95 -o System.o
/scratch/quip/QUIP/src/libAtoms/System.f95(1912): error #6185: This constant is out-of-range in a format list.   [0]
       write(tmp,'(g0.17)') r
--------------------^
compilation aborted for /scratch/quip/QUIP/src/libAtoms/System.f95 (code 1)
make[1]: *** [System.o] Error 1
make[1]: Leaving directory `/scratch/quip/QUIP/build/linux_x86_64_ifort_icc_mpi'
make: *** [libAtoms] Error 2


========== last 20 lines of /opt/quip/report.ifort-11.1.069.linux_x86_64_ifort_icc_openmp.ALL.QUIP_build.faillog ==========
make[1]: Entering directory `/scratch/quip/QUIP/build/linux_x86_64_ifort_icc_openmp'
ifort   -fpp -fixed -fPIC -openmp -fPIC -I/scratch/quip/QUIP/src/libAtoms -I/scratch/quip/QUIP/src/fox/objs.linux_x86_64_ifort_icc_openmp/finclude -I/usr/include -O3 -g -traceback -DDUMP_CORE_ON_ABORT  -DGETARG_F2003 -DFORTRAN_UNDERSCORE -D_OPENMP -D'GIT_VERSION="https://github.com/libAtoms/QUIP.git,8822f23-dirty"' -D'GAP_VERSION=1486072683' -D'QUIP_ARCH="linux_x86_64_ifort_icc_openmp"' -D'SIZEOF_FORTRAN_T=2' -DHAVE_NETCDF -DNETCDF4 -DHAVE_FX -DHAVE_GAP_FILLER -DHAVE_GAP -DHAVE_TB -DHAVE_QR -DHAVE_LOTF -DHAVE_CP2K -DHAVE_ONIOM -DHAVE_LOCAL_E_MIX -DHAVE_THIRDPARTY  -c /scratch/quip/QUIP/src/libAtoms/lbfgs.f -o lbfgs.o
fpp: warning: macro redefined: _OPENMP
ifort  -fpp -free -warn unused -fPIC -openmp -fPIC -I/scratch/quip/QUIP/src/libAtoms -I/scratch/quip/QUIP/src/fox/objs.linux_x86_64_ifort_icc_openmp/finclude -I/usr/include -O3 -g -traceback -DDUMP_CORE_ON_ABORT  -DGETARG_F2003 -DFORTRAN_UNDERSCORE -D_OPENMP -D'GIT_VERSION="https://github.com/libAtoms/QUIP.git,8822f23-dirty"' -D'GAP_VERSION=1486072683' -D'QUIP_ARCH="linux_x86_64_ifort_icc_openmp"' -D'SIZEOF_FORTRAN_T=2' -DHAVE_NETCDF -DNETCDF4 -DHAVE_FX -DHAVE_GAP_FILLER -DHAVE_GAP -DHAVE_TB -DHAVE_QR -DHAVE_LOTF -DHAVE_CP2K -DHAVE_ONIOM -DHAVE_LOCAL_E_MIX -DHAVE_THIRDPARTY  -c -Tf /scratch/quip/QUIP/src/libAtoms/error.f95 -o error.o
fpp: warning: macro redefined: _OPENMP
ifort  -fpp -free -warn unused -fPIC -openmp -fPIC -I/scratch/quip/QUIP/src/libAtoms -I/scratch/quip/QUIP/src/fox/objs.linux_x86_64_ifort_icc_openmp/finclude -I/usr/include -O3 -g -traceback -DDUMP_CORE_ON_ABORT  -DGETARG_F2003 -DFORTRAN_UNDERSCORE -D_OPENMP -D'GIT_VERSION="https://github.com/libAtoms/QUIP.git,8822f23-dirty"' -D'GAP_VERSION=1486072683' -D'QUIP_ARCH="linux_x86_64_ifort_icc_openmp"' -D'SIZEOF_FORTRAN_T=2' -DHAVE_NETCDF -DNETCDF4 -DHAVE_FX -DHAVE_GAP_FILLER -DHAVE_GAP -DHAVE_TB -DHAVE_QR -DHAVE_LOTF -DHAVE_CP2K -DHAVE_ONIOM -DHAVE_LOCAL_E_MIX -DHAVE_THIRDPARTY  -c -Tf /scratch/quip/QUIP/src/libAtoms/System.f95 -o System.o
fpp: warning: macro redefined: _OPENMP
/scratch/quip/QUIP/src/libAtoms/System.f95(1912): error #6185: This constant is out-of-range in a format list.   [0]
       write(tmp,'(g0.17)') r
--------------------^
/scratch/quip/QUIP/src/libAtoms/System.f95(2978): remark #7712: This variable has not been used.   [COMM]
  subroutine parallel_print(lines, comm, verbosity, file)
-----------------------------------^
/scratch/quip/QUIP/src/libAtoms/System.f95(1990): remark #7712: This variable has not been used.   [COMM]
  subroutine get_mpi_size_rank(comm, nproc, rank)
-------------------------------^
compilation aborted for /scratch/quip/QUIP/src/libAtoms/System.f95 (code 1)
make[1]: *** [System.o] Error 1
make[1]: Leaving directory `/scratch/quip/QUIP/build/linux_x86_64_ifort_icc_openmp'
make: *** [libAtoms] Error 2
@tdaff
Copy link
Contributor Author

tdaff commented Feb 17, 2017

Fixed

@tdaff tdaff closed this as completed Feb 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant