*** Geant4_VMC compiled successfully *** **** Checking libraries in /home/panda/fairsoft/fairsoft_mar15p2/buildFairSoft/lib **** *** Downloading MillepedeII sources with subversion*** A MillepedeII/vertpr.f90 A MillepedeII/minresqlpBlasModule.f90 A MillepedeII/mp2-logo.png A MillepedeII/Mille.cc A MillepedeII/mpdef.f90 A MillepedeII/Mille.h A MillepedeII/mpnum.f90 A MillepedeII/mptest1.f90 A MillepedeII/Dbandmatrix.f90 A MillepedeII/minresDataModule.f90 A MillepedeII/mptest2.f90 A MillepedeII/mpbits.f90 A MillepedeII/mpdalc.f90 A MillepedeII/readc.c A MillepedeII/mille.f90 A MillepedeII/minresModule.f90 A MillepedeII/randoms.f90 A MillepedeII/tools A MillepedeII/tools/readPedeHists.C A MillepedeII/tools/readMilleBinary.py A MillepedeII/WIKI A MillepedeII/linesrch.f90 A MillepedeII/cfortran.h A MillepedeII/mphistab.f90 A MillepedeII/minresqlpDataModule.f90 A MillepedeII/mpmod.f90 A MillepedeII/pede.f90 A MillepedeII/minresqlpModule.f90 A MillepedeII/Makefile A MillepedeII/mptext.f90 Checked out revision 140. *** Compiling Millepede ................ patching file Makefile make: gcc44: Command not found Using gcc version make: gcc44: Command not found gfortran -Wall -fautomatic -fno-backslash -O3 -cpp -fopenmp -DREAD_C_FILES -c mpdef.f90 -o mpdef.o gfortran: unrecognized option '-cpp' gfortran -Wall -fautomatic -fno-backslash -O3 -cpp -fopenmp -DREAD_C_FILES -c mpdalc.f90 -o mpdalc.o gfortran: unrecognized option '-cpp' In file mpdalc.f90:33 REAL(mpd), DIMENSION(:), INTENT(IN OUT), ALLOCATABLE :: array 1 Error: ALLOCATABLE attribute conflicts with DUMMY attribute at (1) In file mpdalc.f90:38 ALLOCATE (array(length),stat=ifail) 1 Error: Syntax error in ALLOCATE statement at (1) In file mpdalc.f90:44 REAL(mps), DIMENSION(:), INTENT(IN OUT), ALLOCATABLE :: array 1 Error: ALLOCATABLE attribute conflicts with DUMMY attribute at (1) In file mpdalc.f90:49 ALLOCATE (array(length),stat=ifail) 1 Error: Syntax error in ALLOCATE statement at (1) In file mpdalc.f90:55 INTEGER(mpi), DIMENSION(:), INTENT(IN OUT), ALLOCATABLE :: array 1 Error: ALLOCATABLE attribute conflicts with DUMMY attribute at (1) In file mpdalc.f90:60 ALLOCATE (array(length),stat=ifail) 1 Error: Syntax error in ALLOCATE statement at (1) In file mpdalc.f90:66 REAL(mps), DIMENSION(:,:), INTENT(IN OUT), ALLOCATABLE :: array 1 Error: ALLOCATABLE attribute conflicts with DUMMY attribute at (1) In file mpdalc.f90:72 ALLOCATE (array(rows,cols),stat=ifail) 1 Error: Syntax error in ALLOCATE statement at (1) In file mpdalc.f90:78 INTEGER(mpi), DIMENSION(:,:), INTENT(IN OUT), ALLOCATABLE :: array 1 Error: ALLOCATABLE attribute conflicts with DUMMY attribute at (1) In file mpdalc.f90:84 ALLOCATE (array(rows,cols),stat=ifail) 1 Error: Syntax error in ALLOCATE statement at (1) In file mpdalc.f90:90 INTEGER(mpl), DIMENSION(:,:), INTENT(IN OUT), ALLOCATABLE :: array 1 Error: ALLOCATABLE attribute conflicts with DUMMY attribute at (1) In file mpdalc.f90:96 ALLOCATE (array(rows,cols),stat=ifail) 1 Error: Syntax error in ALLOCATE statement at (1) In file mpdalc.f90:102 TYPE(listItem), DIMENSION(:), INTENT(IN OUT), ALLOCATABLE :: array 1 Error: ALLOCATABLE attribute conflicts with DUMMY attribute at (1) In file mpdalc.f90:107 ALLOCATE (array(length),stat=ifail) 1 Error: Syntax error in ALLOCATE statement at (1) In file mpdalc.f90:113 CHARACTER, DIMENSION(:), INTENT(IN OUT), ALLOCATABLE :: array 1 Error: ALLOCATABLE attribute conflicts with DUMMY attribute at (1) In file mpdalc.f90:118 ALLOCATE (array(length),stat=ifail) 1 Error: Syntax error in ALLOCATE statement at (1) In file mpdalc.f90:146 REAL(mpd), DIMENSION(:), INTENT(IN OUT), ALLOCATABLE :: array 1 Error: ALLOCATABLE attribute conflicts with DUMMY attribute at (1) In file mpdalc.f90:157 REAL(mps), DIMENSION(:), INTENT(IN OUT), ALLOCATABLE :: array 1 Error: ALLOCATABLE attribute conflicts with DUMMY attribute at (1) In file mpdalc.f90:168 INTEGER(mpi), DIMENSION(:), INTENT(IN OUT), ALLOCATABLE :: array 1 Error: ALLOCATABLE attribute conflicts with DUMMY attribute at (1) In file mpdalc.f90:179 REAL(mps), DIMENSION(:,:), INTENT(IN OUT), ALLOCATABLE :: array 1 Error: ALLOCATABLE attribute conflicts with DUMMY attribute at (1) In file mpdalc.f90:190 INTEGER(mpi), DIMENSION(:,:), INTENT(IN OUT), ALLOCATABLE :: array 1 Error: ALLOCATABLE attribute conflicts with DUMMY attribute at (1) In file mpdalc.f90:201 INTEGER(mpl), DIMENSION(:,:), INTENT(IN OUT), ALLOCATABLE :: array 1 Error: ALLOCATABLE attribute conflicts with DUMMY attribute at (1) In file mpdalc.f90:212 TYPE(listItem), DIMENSION(:), INTENT(IN OUT), ALLOCATABLE :: array 1 Error: ALLOCATABLE attribute conflicts with DUMMY attribute at (1) In file mpdalc.f90:223 CHARACTER, DIMENSION(:), INTENT(IN OUT), ALLOCATABLE :: array 1 Error: ALLOCATABLE attribute conflicts with DUMMY attribute at (1) In file mpdalc.f90:112 SUBROUTINE mpalloccvec(array,length,text) 1 Error: Symbol 'array' at (1) has no IMPLICIT type In file mpdalc.f90:54 SUBROUTINE mpallocivec(array,length,text) 1 Error: Symbol 'array' at (1) has no IMPLICIT type In file mpdalc.f90:32 SUBROUTINE mpallocdvec(array,length,text) 1 Error: Symbol 'array' at (1) has no IMPLICIT type In file mpdalc.f90:43 SUBROUTINE mpallocfvec(array,length,text) 1 Error: Symbol 'array' at (1) has no IMPLICIT type In file mpdalc.f90:65 SUBROUTINE mpallocfarr(array,rows,cols,text) 1 Error: Symbol 'array' at (1) has no IMPLICIT type In file mpdalc.f90:77 SUBROUTINE mpallociarr(array,rows,cols,text) 1 Error: Symbol 'array' at (1) has no IMPLICIT type In file mpdalc.f90:145 SUBROUTINE mpdeallocdvec(array) 1 Error: Symbol 'array' at (1) has no IMPLICIT type In file mpdalc.f90:101 SUBROUTINE mpalloclist(array,length,text) 1 Error: Symbol 'array' at (1) has no IMPLICIT type In file mpdalc.f90:89 SUBROUTINE mpalloclarr(array,rows,cols,text) 1 Error: Symbol 'array' at (1) has no IMPLICIT type In file mpdalc.f90:222 SUBROUTINE mpdealloccvec(array) 1 Error: Symbol 'array' at (1) has no IMPLICIT type In file mpdalc.f90:178 SUBROUTINE mpdeallocfarr(array) 1 Error: Symbol 'array' at (1) has no IMPLICIT type In file mpdalc.f90:189 SUBROUTINE mpdeallociarr(array) 1 Error: Symbol 'array' at (1) has no IMPLICIT type In file mpdalc.f90:156 SUBROUTINE mpdeallocfvec(array) 1 Error: Symbol 'array' at (1) has no IMPLICIT type In file mpdalc.f90:200 SUBROUTINE mpdealloclarr(array) 1 Error: Symbol 'array' at (1) has no IMPLICIT type In file mpdalc.f90:167 SUBROUTINE mpdeallocivec(array) 1 Error: Symbol 'array' at (1) has no IMPLICIT type In file mpdalc.f90:211 SUBROUTINE mpdealloclist(array) 1 Error: Symbol 'array' at (1) has no IMPLICIT type In file mpdalc.f90:21 mpallocfarr, mpallociarr, mpalloclarr, mpalloclist, mpalloccvec 1 Error: Ambiguous interfaces 'mpalloccvec' and 'mpalloclist' in generic interface 'mpalloc' at (1) In file mpdalc.f90:26 ccvec 1 Error: Ambiguous interfaces 'mpdealloccvec' and 'mpdealloclist' in generic interface 'mpdealloc' at (1) In file mpdalc.f90:227 isize = (size(array,kind=mpl)+mpi-1)/mpi 1 Error: Can't find keyword named 'kind' in call to 'size' at (1) In file mpdalc.f90:216 isize = ((mpi+mps)*size(array,kind=mpl))/mpi 1 Error: Can't find keyword named 'kind' in call to 'size' at (1) In file mpdalc.f90:205 isize = (mpl*size(array,kind=mpl))/mpi 1 Error: Can't find keyword named 'kind' in call to 'size' at (1) In file mpdalc.f90:194 isize = size(array,kind=mpl) 1 Error: Can't find keyword named 'kind' in call to 'size' at (1) In file mpdalc.f90:183 isize = (mps*size(array,kind=mpl))/mpi 1 Error: Can't find keyword named 'kind' in call to 'size' at (1) In file mpdalc.f90:172 isize = size(array,kind=mpl) 1 Error: Can't find keyword named 'kind' in call to 'size' at (1) In file mpdalc.f90:161 isize = (mps*size(array,kind=mpl))/mpi 1 Error: Can't find keyword named 'kind' in call to 'size' at (1) In file mpdalc.f90:150 isize = (mpd*size(array,kind=mpl))/mpi 1 Error: Can't find keyword named 'kind' in call to 'size' at (1) make: *** [mpdalc.o] Error 1 cp: cannot stat `/home/panda/fairsoft/fairsoft_mar15p2/basics/MillepedeII/pede': No such file or directory -- The Fortran compiler identification is GNU -- Check for working Fortran compiler: /usr/bin/gfortran -- Check for working Fortran compiler: /usr/bin/gfortran -- works -- Detecting Fortran compiler ABI info -- Detecting Fortran compiler ABI info - done -- Checking whether /usr/bin/gfortran supports Fortran 90 -- Checking whether /usr/bin/gfortran supports Fortran 90 -- yes -- The C compiler identification is GNU 4.1.2 -- The CXX compiler identification is GNU 4.1.2 -- Check for working C compiler: /usr/lib64/ccache/gcc -- Check for working C compiler: /usr/lib64/ccache/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/lib64/ccache/g++ -- Check for working CXX compiler: /usr/lib64/ccache/g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Configuring done -- Generating done -- Build files have been written to: /home/panda/fairsoft/fairsoft_mar15p2/basics/MillepedeII/build Scanning dependencies of target Mille [100%] Building CXX object CMakeFiles/Mille.dir/Mille.cc.o Linking CXX shared library libMille.so [100%] Built target Mille Install the project... -- Install configuration: "" -- Installing: /home/panda/fairsoft/fairsoft_mar15p2/buildFairSoft/lib/libMille.so -- Installing: /home/panda/fairsoft/fairsoft_mar15p2/buildFairSoft/include/Mille.h *** ERROR: Millepede could not be created. *** End installation of external packages with Errors***