<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;">
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; "> </p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">mpif90 -show </p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">should show you what it the compile/link line used by the wrapper.</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">As Jorg pointed out... you say you use gfortran by  -D__GFORTRAN</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">but you are trying to use pgi... and that is bad, bad, bad actually is totally wrong.</p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; "> </p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Alin</p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; "> </p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">On Fri 06 Jul 2012 10:43:36 ayse arslanargin wrote:<br /></p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:40px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Dear Jörg,</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:40px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:40px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">It gives me the following: </p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:40px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:40px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">pgf90-Warning-Unknown switch: --version</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:40px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">/usr/local/pgi-9.0-4/linux86-64/9.0-4/libso/f90main.o: In function `main':</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:40px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">f90main.c:(.text+0x3c): undefined reference to `MAIN_'</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:40px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:40px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">I used Linux-x86-64-gfortran.popt, the modified version of sopt.</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:40px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:40px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">On Fri, Jul 6, 2012 at 10:36 AM, Jörg Saßmannshausen <<a href="mailto:j.sassma...@ucl.ac.uk"><span style=" text-decoration: underline; color:#0057ae;">j.sassma...@ucl.ac.uk</span></a>> wrote:<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Dear Ayse,<br /><br />if you do<br /><br />$mpif90 --version<br /><br />it will tell you which fortran compiler you are using for the parallel build.<br />Your input file is that for a gfortran compiler, however you mention the PGI<br />compiler. Which compiler are you using (see above)?<br /><br />Regards<br /><br />Jörg<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br />On Friday 06 July 2012 15:29:29 ayse arslanargin wrote:<br />> Thanks for the help. I could compile Linux-x86-64-gfortran.sopt finally.<br />> The Lapcak/Blas libraries were compiled with previous version of gcc.<br />> That's why I got undefined reference to `_gfortran_pow_r8_i4' error.<br />><br />> Now I'm trying to compile the parallel version. I am sure the problem is<br />> related to PGI compiler, but I have no idea how to solve it. This is my<br />> first trial to compile a code on a cluster. Do you have any idea about the<br />> solution?<br />><br />> CC       = gcc<br />> CPP      =<br />><br />> FC       = mpif90<br />> LD       = mpif90<br />><br />> AR       = ar -r<br />><br />> CPPFLAGS =<br />> DFLAGS   = -D__GFORTRAN -D__FFTSG -D__parallel -D__BLACS -D__SCALAPACK<br />> -D__FFTW3<br />> FCFLAGS  = -O2 -ffast-math -funroll-loops -ftree-vectorize -march=native<br />> -ffree-form -l -g $(DFLAGS) \-I/usr/local/fftw3-3.3-gnu/include<br />> LDFLAGS  = $(FCFLAGS)<br />> LIBS     =/usr/local/scalapack-gnu/lib/libscalapack.a \<br />>           /nfs/13/ucn1076/lapack-3.4.1/liblapack.a \<br />>            /nfs/13/ucn1076/lapack-3.4.1/librefblas.a \<br />>            /usr/local/fftw3-3.3-gnu/lib/libfftw3.a \<br />><br />> OBJECTS_ARCHITECTURE = machine_gfortran.o<br />><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> *Output:*<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">><br />> make[1]: Entering directory<br />> `/nfs/13/ucn1076/cp2k/trunk/cp2k/obj/Linux-x86-64-gfortran/popt'<br />> mpif90   -c -O2 -ffast-math -funroll-loops -ftree-vectorize -march=native<br />> -ffree-form -l -g -D__GFORTRAN -D__FFTSG -D__parallel -D__BLACS<br />> -D__SCALAPACK -D__FFTW3  \-I/usr/local/fftw3-3.3-gnu/include<br />> -D__COMPILE_ARCH="\"Linux-x86-64-gfortran\"" -D__COMPILE_DATE="\"Fri Jul  6<br />> 10:26:46 EDT 2012\"" -D__COMPILE_HOST="\"<a href="http://opt-login04.osc.edu"><span style=" text-decoration: underline; color:#0057ae;">opt-login04.osc.edu</span></a>\""<br />> -D__COMPILE_REVISION="\"12263\"" -D__SHORT_FILE__="\"f77_blas_poison.F\""<br />> /nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/f77_blas_poison.F<br />> mpif90   -c -O2 -ffast-math -funroll-loops -ftree-vectorize -march=native<br />> -ffree-form -l -g -D__GFORTRAN -D__FFTSG -D__parallel -D__BLACS<br />> -D__SCALAPACK -D__FFTW3  \-I/usr/local/fftw3-3.3-gnu/include<br />> -D__COMPILE_ARCH="\"Linux-x86-64-gfortran\"" -D__COMPILE_DATE="\"Fri Jul  6<br />> 10:26:46 EDT 2012\"" -D__COMPILE_HOST="\"<a href="http://opt-login04.osc.edu"><span style=" text-decoration: underline; color:#0057ae;">opt-login04.osc.edu</span></a>\""<br />> -D__COMPILE_REVISION="\"12263\"" -D__SHORT_FILE__="\"dbcsr_kinds.F\""<br />> /nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dbcsr_kinds.F<br />> mpif90   -c -O2 -ffast-math -funroll-loops -ftree-vectorize -march=native<br />> -ffree-form -l -g -D__GFORTRAN -D__FFTSG -D__parallel -D__BLACS<br />> -D__SCALAPACK -D__FFTW3  \-I/usr/local/fftw3-3.3-gnu/include<br />> -D__COMPILE_ARCH="\"Linux-x86-64-gfortran\"" -D__COMPILE_DATE="\"Fri Jul  6<br />> 10:26:46 EDT 2012\"" -D__COMPILE_HOST="\"<a href="http://opt-login04.osc.edu"><span style=" text-decoration: underline; color:#0057ae;">opt-login04.osc.edu</span></a>\""<br />> -D__COMPILE_REVISION="\"12263\"" -D__SHORT_FILE__="\"btree_i8_k_zp2d_v.F\""<br />> /nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_zp2d_<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> v.F mpif90   -c -O2 -ffast-math -funroll-loops -ftree-vectorize<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> -march=native -ffree-form -l -g -D__GFORTRAN -D__FFTSG -D__parallel<br />> -D__BLACS<br />> -D__SCALAPACK -D__FFTW3  \-I/usr/local/fftw3-3.3-gnu/include<br />> -D__COMPILE_ARCH="\"Linux-x86-64-gfortran\"" -D__COMPILE_DATE="\"Fri Jul  6<br />> 10:26:46 EDT 2012\"" -D__COMPILE_HOST="\"<a href="http://opt-login04.osc.edu"><span style=" text-decoration: underline; color:#0057ae;">opt-login04.osc.edu</span></a>\""<br />> -D__COMPILE_REVISION="\"12263\"" -D__SHORT_FILE__="\"btree_i8_k_sp2d_v.F\""<br />> /nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d_<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> v.F mpif90   -c -O2 -ffast-math -funroll-loops -ftree-vectorize<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> -march=native -ffree-form -l -g -D__GFORTRAN -D__FFTSG -D__parallel<br />> -D__BLACS<br />> -D__SCALAPACK -D__FFTW3  \-I/usr/local/fftw3-3.3-gnu/include<br />> -D__COMPILE_ARCH="\"Linux-x86-64-gfortran\"" -D__COMPILE_DATE="\"Fri Jul  6<br />> 10:26:46 EDT 2012\"" -D__COMPILE_HOST="\"<a href="http://opt-login04.osc.edu"><span style=" text-decoration: underline; color:#0057ae;">opt-login04.osc.edu</span></a>\""<br />> -D__COMPILE_REVISION="\"12263\"" -D__SHORT_FILE__="\"btree_i8_k_dp2d_v.F\""<br />> /nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d_<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> v.F mpif90   -c -O2 -ffast-math -funroll-loops -ftree-vectorize<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> -march=native -ffree-form -l -g -D__GFORTRAN -D__FFTSG -D__parallel<br />> -D__BLACS<br />> -D__SCALAPACK -D__FFTW3  \-I/usr/local/fftw3-3.3-gnu/include<br />> -D__COMPILE_ARCH="\"Linux-x86-64-gfortran\"" -D__COMPILE_DATE="\"Fri Jul  6<br />> 10:26:46 EDT 2012\"" -D__COMPILE_HOST="\"<a href="http://opt-login04.osc.edu"><span style=" text-decoration: underline; color:#0057ae;">opt-login04.osc.edu</span></a>\""<br />> -D__COMPILE_REVISION="\"12263\"" -D__SHORT_FILE__="\"btree_i8_k_cp2d_v.F\""<br />> /nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2d_<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> v.F mpif90   -c -O2 -ffast-math -funroll-loops -ftree-vectorize<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> -march=native -ffree-form -l -g -D__GFORTRAN -D__FFTSG -D__parallel<br />> -D__BLACS<br />> -D__SCALAPACK -D__FFTW3  \-I/usr/local/fftw3-3.3-gnu/include<br />> -D__COMPILE_ARCH="\"Linux-x86-64-gfortran\"" -D__COMPILE_DATE="\"Fri Jul  6<br />> 10:26:46 EDT 2012\"" -D__COMPILE_HOST="\"<a href="http://opt-login04.osc.edu"><span style=" text-decoration: underline; color:#0057ae;">opt-login04.osc.edu</span></a>\""<br />> -D__COMPILE_REVISION="\"12263\"" -D__SHORT_FILE__="\"array_types.F\""<br />> /nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/array_types.F<br />> mpif90   -c -O2 -ffast-math -funroll-loops -ftree-vectorize -march=native<br />> -ffree-form -l -g -D__GFORTRAN -D__FFTSG -D__parallel -D__BLACS<br />> -D__SCALAPACK -D__FFTW3  \-I/usr/local/fftw3-3.3-gnu/include<br />> -D__COMPILE_ARCH="\"Linux-x86-64-gfortran\"" -D__COMPILE_DATE="\"Fri Jul  6<br />> 10:26:46 EDT 2012\"" -D__COMPILE_HOST="\"<a href="http://opt-login04.osc.edu"><span style=" text-decoration: underline; color:#0057ae;">opt-login04.osc.edu</span></a>\""<br />> -D__COMPILE_REVISION="\"12263\"" -D__SHORT_FILE__="\"fft_kinds.F\""<br />> /nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/fft_lib/fft_kinds.F<br />> pgf90-Warning-Unknown switch: -ffast-math<br />> pgf90-Warning-Unknown switch: -funroll-loops<br />> pgf90-Warning-Unknown switch: -ftree-vectorize<br />> pgf90-Warning-Unknown switch: -march=native<br />> pgf90-Warning-Unknown switch: -ffree-form<br />> mpif90   -c -O2 -ffast-math -funroll-loops -ftree-vectorize -march=native<br />> -ffree-form -l -g -D__GFORTRAN -D__FFTSG -D__parallel -D__BLACS<br />> -D__SCALAPACK -D__FFTW3  \-I/usr/local/fftw3-3.3-gnu/include<br />> -D__COMPILE_ARCH="\"Linux-x86-64-gfortran\"" -D__COMPILE_DATE="\"Fri Jul  6<br />> 10:26:46 EDT 2012\"" -D__COMPILE_HOST="\"<a href="http://opt-login04.osc.edu"><span style=" text-decoration: underline; color:#0057ae;">opt-login04.osc.edu</span></a>\""<br />> -D__COMPILE_REVISION="\"12263\"" -D__SHORT_FILE__="\"min_heap.F\""<br />> /nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/min_heap.F<br />> mpif90   -c -O2 -ffast-math -funroll-loops -ftree-vectorize -march=native<br />> -ffree-form -l -g -D__GFORTRAN -D__FFTSG -D__parallel -D__BLACS<br />> -D__SCALAPACK -D__FFTW3  \-I/usr/local/fftw3-3.3-gnu/include<br />> -D__COMPILE_ARCH="\"Linux-x86-64-gfortran\"" -D__COMPILE_DATE="\"Fri Jul  6<br />> 10:26:46 EDT 2012\"" -D__COMPILE_HOST="\"<a href="http://opt-login04.osc.edu"><span style=" text-decoration: underline; color:#0057ae;">opt-login04.osc.edu</span></a>\""<br />> -D__COMPILE_REVISION="\"12263\"" -D__SHORT_FILE__="\"dummy_c_bindings.F\""<br />> /nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dummy_c_bindings<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> .F PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/f77_blas_poison.F: 2)<br />> pgf90-Warning-Unknown switch: -ffast-math<br />> pgf90-Warning-Unknown switch: -funroll-loops<br />> pgf90-Warning-Unknown switch: -ftree-vectorize<br />> pgf90-Warning-Unknown switch: -march=native<br />> pgf90-Warning-Unknown switch: -ffree-form<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/f77_blas_poison.F: 17)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/f77_blas_poison.F: 19)<br />> PGF90-S-0034-Syntax error at or near ,<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/f77_blas_poison.F: 20)<br />> PGF90-S-0034-Syntax error at or near ,<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/f77_blas_poison.F: 21)<br />> PGF90-S-0034-Syntax error at or near ,<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/f77_blas_poison.F: 22)<br />> PGF90-S-0034-Syntax error at or near ,<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/f77_blas_poison.F: 23)<br />> PGF90-S-0034-Syntax error at or near ,<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/f77_blas_poison.F: 24)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/f77_blas_poison.F: 27)<br />> PGF90-S-0034-Syntax error at or near end of line<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/f77_blas_poison.F: 25)<br />> PGF90-S-0034-Syntax error at or near ,<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/f77_blas_poison.F: 28)<br />> PGF90-S-0034-Syntax error at or near ,<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/f77_blas_poison.F: 29)<br />> PGF90-S-0034-Syntax error at or near ,<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/f77_blas_poison.F: 30)<br />> PGF90-S-0034-Syntax error at or near ,<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/f77_blas_poison.F: 31)<br />> PGF90-S-0034-Syntax error at or near ,<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/f77_blas_poison.F: 32)<br />> PGF90-S-0034-Syntax error at or near ,<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/f77_blas_poison.F: 33)<br />> PGF90-S-0034-Syntax error at or near ,<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/f77_blas_poison.F: 34)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/f77_blas_poison.F: 37)<br />> PGF90-S-0034-Syntax error at or near ,<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/f77_blas_poison.F: 35)<br />> PGF90-S-0034-Syntax error at or near ,<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/f77_blas_poison.F: 38)<br />> PGF90-S-0034-Syntax error at or near ,<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/f77_blas_poison.F: 39)<br />> PGF90-S-0034-Syntax error at or near ,<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/f77_blas_poison.F: 40)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/f77_blas_poison.F: 46)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/f77_blas_poison.F: 47)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/f77_blas_poison.F: 49)<br />> PGF90-F-0008-Error limit exceeded<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/f77_blas_poison.F: 41)<br />> PGF90/x86-64 Linux 9.0-4: compilation aborted<br />> mpif90   -c -O2 -ffast-math -funroll-loops -ftree-vectorize -march=native<br />> -ffree-form -l -g -D__GFORTRAN -D__FFTSG -D__parallel -D__BLACS<br />> -D__SCALAPACK -D__FFTW3  \-I/usr/local/fftw3-3.3-gnu/include<br />> -D__COMPILE_ARCH="\"Linux-x86-64-gfortran\"" -D__COMPILE_DATE="\"Fri Jul  6<br />> 10:26:46 EDT 2012\"" -D__COMPILE_HOST="\"<a href="http://opt-login04.osc.edu"><span style=" text-decoration: underline; color:#0057ae;">opt-login04.osc.edu</span></a>\""<br />> -D__COMPILE_REVISION="\"12263\""<br />> -D__SHORT_FILE__="\"ma_dummy_c_bindings.F\""<br />> /nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_dummy_c_bindin<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> gs.F mpif90   -c -O2 -ffast-math -funroll-loops -ftree-vectorize<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> -march=native -ffree-form -l -g -D__GFORTRAN -D__FFTSG -D__parallel<br />> -D__BLACS<br />> -D__SCALAPACK -D__FFTW3  \-I/usr/local/fftw3-3.3-gnu/include<br />> -D__COMPILE_ARCH="\"Linux-x86-64-gfortran\"" -D__COMPILE_DATE="\"Fri Jul  6<br />> 10:26:46 EDT 2012\"" -D__COMPILE_HOST="\"<a href="http://opt-login04.osc.edu"><span style=" text-decoration: underline; color:#0057ae;">opt-login04.osc.edu</span></a>\""<br />> -D__COMPILE_REVISION="\"12263\"" -D__SHORT_FILE__="\"ma_kinds.F\""<br />> /nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_kinds.F<br />> mpif90   -c -O2 -ffast-math -funroll-loops -ftree-vectorize -march=native<br />> -ffree-form -l -g -D__GFORTRAN -D__FFTSG -D__parallel -D__BLACS<br />> -D__SCALAPACK -D__FFTW3  \-I/usr/local/fftw3-3.3-gnu/include<br />> -D__COMPILE_ARCH="\"Linux-x86-64-gfortran\"" -D__COMPILE_DATE="\"Fri Jul  6<br />> 10:26:46 EDT 2012\"" -D__COMPILE_HOST="\"<a href="http://opt-login04.osc.edu"><span style=" text-decoration: underline; color:#0057ae;">opt-login04.osc.edu</span></a>\""<br />> -D__COMPILE_REVISION="\"12263\"" -D__SHORT_FILE__="\"ma_config.F\""<br />> /nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_config.F<br />> pgf90-Warning-Unknown switch: -ffast-math<br />> pgf90-Warning-Unknown switch: -funroll-loops<br />> pgf90-Warning-Unknown switch: -ftree-vectorize<br />> pgf90-Warning-Unknown switch: -march=native<br />> pgf90-Warning-Unknown switch: -ffree-form<br />> pgf90-Warning-Unknown switch: -ffast-math<br />> pgf90-Warning-Unknown switch: -funroll-loops<br />> pgf90-Warning-Unknown switch: -ftree-vectorize<br />> pgf90-Warning-Unknown switch: -march=native<br />> pgf90-Warning-Unknown switch: -ffree-form<br />> pgf90-Warning-Unknown switch: -ffast-mathpgf90-Warning-<br />> Unknown switch: -ffast-math<br />> pgf90-Warning-Unknown switch: -funroll-loops<br />> pgf90-Warning-Unknown switch: -funroll-loops<br />> pgf90-Warning-pgf90-Warning-Unknown switch: -ftree-vectorize<br />> pgf90-Warning-Unknown switch: -march=native<br />> Unknown switch: -ftree-vectorize<br />> pgf90-Warning-Unknown switch: -ffree-form<br />> pgf90-Warning-Unknown switch: -march=native<br />> pgf90-Warning-Unknown switch: -ffree-form<br />> pgf90-Warning-Unknown switch: -ffast-math<br />> pgf90-Warning-Unknown switch: -funroll-loops<br />> pgf90-Warning-Unknown switch: -ftree-vectorize<br />> pgf90-Warning-Unknown switch: -march=native<br />> pgf90-Warning-Unknown switch: -ffree-form<br />> pgf90-Warning-Unknown switch: -ffast-math<br />> pgf90-Warning-Unknown switch: -funroll-loops<br />> pgf90-Warning-Unknown switch: -ftree-vectorize<br />> pgf90-Warning-Unknown switch: -march=native<br />> pgf90-Warning-Unknown switch: -ffree-form<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dbcsr_kinds.F:<br />> 10)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dbcsr_kinds.F:<br />> 12)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dbcsr_kinds.F:<br />> 14)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dbcsr_kinds.F:<br />> 16)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dbcsr_kinds.F:<br />> 17)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dbcsr_kinds.F:<br />> 18)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dbcsr_kinds.F:<br />> 19)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dbcsr_kinds.F:<br />> 20)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dbcsr_kinds.F:<br />> 21)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dbcsr_kinds.F:<br />> 23)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dbcsr_kinds.F:<br />> 24)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dbcsr_kinds.F:<br />> 25)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dbcsr_kinds.F:<br />> 26)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dbcsr_kinds.F:<br />> 28)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dbcsr_kinds.F:<br />> 29)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dbcsr_kinds.F:<br />> 31)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dbcsr_kinds.F:<br />> 32)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dbcsr_kinds.F:<br />> 34)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dbcsr_kinds.F:<br />> 35)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dbcsr_kinds.F:<br />> 37)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dbcsr_kinds.F:<br />> 38)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dbcsr_kinds.F:<br />> 40)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dbcsr_kinds.F:<br />> 41)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dbcsr_kinds.F:<br />> 43)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dbcsr_kinds.F:<br />> 45)<br />> PGF90-F-0008-Error limit exceeded<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dbcsr_kinds.F)<br />> PGF90/x86-64 Linux 9.0-4: compilation aborted<br />> ln: creating symbolic link `mpif.h' to<br />> `/usr/local/mpi/mvapich-1.1-fixes-pgi/include/mpif.h': File exists<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_zp2d<br />> _v.F: 15)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_zp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 17)<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_zp2d<br />> _v.F: 19)<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_zp2d<br />> _v.F: 20)<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_zp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 30)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_zp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 31)<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_zp2d<br />> _v.F: 32)<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_zp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 34)<br />> PGF90-S-0034-Syntax error at or near ,<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_zp2d<br />> _v.F: 21)<br />> PGF90-S-0018-Illegal label field<br />>  (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_zp2<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> d_v.F: 37)<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_zp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 39)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_zp2d<br />> _v.F: 41)<br />> PGF90-S-0034-Syntax error at or near ::<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_zp2d<br />> _v.F: 37)<br />> PGF90-S-0018-Illegal label field<br />>  (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_zp2<br />> d_v.F: 48)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_zp2d<br />> _v.F: 50)<br />> PGF90-S-0034-Syntax error at or near (<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_zp2d<br />> _v.F: 48)<br />> PGF90-S-0018-Illegal label field<br />>  (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_zp2<br />> d_v.F: 52)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_zp2d<br />> _v.F: 54)<br />> PGF90-S-0034-Syntax error at or near ::<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_zp2d<br />> _v.F: 52)<br />> PGF90-S-0018-Illegal label field<br />>  (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_zp2<br />> d_v.F: 60)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_zp2d<br />> _v.F: 62)<br />> PGF90-S-0034-Syntax error at or near (<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_zp2d<br />> _v.F: 60)<br />> PGF90-S-0018-Illegal label field<br />>  (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_zp2<br />> d_v.F: 64)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_zp2d<br />> _v.F: 68)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_zp2d<br />> _v.F: 69)<br />> PGF90-F-0008-Error limit exceeded<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_zp2d<br />> _v.F: 64)<br />> PGF90/x86-64 Linux 9.0-4: compilation aborted<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 15)<br />> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br />> _v.F: 17)<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br />> _v.F: 19)<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br />> _v.F: 20)<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 30)<br />> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br />> _v.F: 31)<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br />> _v.F: 32)<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 34)<br />> PGF90-S-0034-Syntax error at or near ,<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br />> _v.F: 21)<br />> PGF90-S-0018-Illegal label field<br />>  (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2<br />> d_v.F: 37)<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 39)<br />> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 41)<br />> PGF90-S-0034-Syntax error at or near ::<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br />> _v.F: 37)<br />> PGF90-S-0018-Illegal label field<br />>  (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> d_v.F: 48)<br />> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 50)<br />> PGF90-S-0034-Syntax error at or near (<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br />> _v.F: 48)<br />> PGF90-S-0018-Illegal label field<br />>  (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> d_v.F: 52)<br />> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 54)<br />> PGF90-S-0034-Syntax error at or near ::<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br />> _v.F: 52)<br />> PGF90-S-0018-Illegal label field<br />>  (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> d_v.F: 60)<br />> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 62)<br />> PGF90-S-0034-Syntax error at or near (<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br />> _v.F: 60)<br />> PGF90-S-0018-Illegal label field<br />>  (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> d_v.F: 64)<br />> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 68)<br />> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br />> _v.F: 69)<br />> PGF90-F-0008-Error limit exceeded<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 64)<br />> PGF90/x86-64 Linux 9.0-4: compilation aborted<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/array_types.F:<br />> 15)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/array_types.F:<br />> 17)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/array_types.F:<br />> 18)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/array_types.F:<br />> 20)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/array_types.F:<br />> 22)<br />> PGF90-S-0034-Syntax error at or near identifier _i2d_obj<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/array_types.F:<br />> 23)<br />> PGF90-S-0034-Syntax error at or near identifier _d1d_obj<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/array_types.F:<br />> 24)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/array_types.F:<br />> 26)<br />> PGF90-S-0034-Syntax error at or near identifier _d2d_obj<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/array_types.F:<br />> 25)<br />> PGF90-S-0034-Syntax error at or near identifier _i2d_type<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/array_types.F:<br />> 27)<br />> PGF90-S-0034-Syntax error at or near identifier _d1d_type<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/array_types.F:<br />> 28)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/array_types.F:<br />> 30)<br />> PGF90-S-0034-Syntax error at or near identifier _d2d_type<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/array_types.F:<br />> 29)<br />> PGF90-S-0034-Syntax error at or near identifier _hold<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/array_types.F:<br />> 31)<br />> PGF90-S-0034-Syntax error at or near identifier _release<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/array_types.F:<br />> 32)<br />> PGF90-S-0034-Syntax error at or near identifier _nullify<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/array_types.F:<br />> 33)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/array_types.F:<br />> 35)<br />> PGF90-S-0034-Syntax error at or near identifier _exists<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/array_types.F:<br />> 34)<br />> PGF90-S-0034-Syntax error at or near identifier _size<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/array_types.F:<br />> 36)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/array_types.F:<br />> 38)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/array_types.F:<br />> 41)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2d<br />> _v.F: 15)<br />> PGF90-S-0034-Syntax error at or near identifier<br />> _equalityoduleprocedurearray_new_i1d<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/array_types.F:<br />> 37)<br />> PGF90-S-0034-Syntax error at or near identifier _new_d1d<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/array_types.F:<br />> 43)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2d<br />> _v.F: 17)<br />> PGF90-S-0018-Illegal label field<br />>  (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/array_types.F:<br />> 44)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2d<br />> _v.F: 19)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/array_types.F:<br />> 45)<br />> PGF90-F-0008-Error limit exceeded<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/array_types.F:<br />> 44)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 20)<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 30)<br />> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2d<br />> _v.F: 31)<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2d<br />> _v.F: 32)<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 34)<br />> PGF90-S-0034-Syntax error at or near ,<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2d<br />> _v.F: 21)<br />> PGF90-S-0018-Illegal label field<br />>  (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> d_v.F: 37)<br />> PGF90/x86-64 Linux 9.0-4: compilation aborted<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 39)<br />> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 41)<br />> PGF90-S-0034-Syntax error at or near ::<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2d<br />> _v.F: 37)<br />> PGF90-S-0018-Illegal label field<br />>  (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> d_v.F: 48)<br />> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 50)<br />> PGF90-S-0034-Syntax error at or near (<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2d<br />> _v.F: 48)<br />> PGF90-S-0018-Illegal label field<br />>  (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> d_v.F: 52)<br />> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 54)<br />> PGF90-S-0034-Syntax error at or near ::<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2d<br />> _v.F: 52)<br />> PGF90-S-0018-Illegal label field<br />>  (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> d_v.F: 60)<br />> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 62)<br />> PGF90-S-0034-Syntax error at or near (<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2d<br />> _v.F: 60)<br />> PGF90-S-0018-Illegal label field<br />>  (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> d_v.F: 64)<br />> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 68)<br />> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2d<br />> _v.F: 69)<br />> PGF90-F-0008-Error limit exceeded<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 64)<br />> PGF90/x86-64 Linux 9.0-4: compilation aborted<br />> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 15)<br />> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br />> _v.F: 17)<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br />> _v.F: 19)<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br />> _v.F: 20)<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 30)<br />> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br />> _v.F: 31)<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br />> _v.F: 32)<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 34)<br />> PGF90-S-0034-Syntax error at or near ,<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br />> _v.F: 21)<br />> PGF90-S-0018-Illegal label field<br />>  (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2<br />> d_v.F: 37)<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 39)<br />> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 41)<br />> PGF90-S-0034-Syntax error at or near ::<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br />> _v.F: 37)<br />> PGF90-S-0018-Illegal label field<br />>  (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> d_v.F: 48)<br />> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 50)<br />> PGF90-S-0034-Syntax error at or near (<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br />> _v.F: 48)<br />> PGF90-S-0018-Illegal label field<br />>  (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> d_v.F: 52)<br />> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 54)<br />> PGF90-S-0034-Syntax error at or near ::<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br />> _v.F: 52)<br />> PGF90-S-0018-Illegal label field<br />>  (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> d_v.F: 60)<br />> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 62)<br />> PGF90-S-0034-Syntax error at or near (<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br />> _v.F: 60)<br />> PGF90-S-0018-Illegal label field<br />>  (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> d_v.F: 64)<br />> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 68)<br />> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br />> _v.F: 69)<br />> PGF90-F-0008-Error limit exceeded<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> _v.F: 64)<br />> PGF90/x86-64 Linux 9.0-4: compilation aborted<br />> pgf90-Warning-Unknown switch: -ffast-math<br />> pgf90-Warning-Unknown switch: -funroll-loops<br />> pgf90-Warning-Unknown switch: -ftree-vectorize<br />> pgf90-Warning-Unknown switch: -march=native<br />> pgf90-Warning-Unknown switch: -ffree-form<br />> pgf90-Warning-Unknown switch: -ffast-math<br />> pgf90-Warning-Unknown switch: -funroll-loops<br />> pgf90-Warning-Unknown switch: -ftree-vectorize<br />> pgf90-Warning-Unknown switch: -march=native<br />> pgf90-Warning-Unknown switch: -ffree-form<br />> pgf90-Warning-Unknown switch: -ffast-math<br />> pgf90-Warning-Unknown switch: -funroll-loops<br />> pgf90-Warning-Unknown switch: -ftree-vectorize<br />> pgf90-Warning-Unknown switch: -march=native<br />> pgf90-Warning-Unknown switch: -ffree-form<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/fft_lib/fft_kinds.F: 14)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/fft_lib/fft_kinds.F: 20)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/fft_lib/fft_kinds.F: 21)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/fft_lib/fft_kinds.F: 32)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/fft_lib/fft_kinds.F: 33)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/fft_lib/fft_kinds.F: 34)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/fft_lib/fft_kinds.F: 38)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/fft_lib/fft_kinds.F: 46)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/fft_lib/fft_kinds.F: 49)<br />> PGF90/x86-64 Linux 9.0-4: compilation completed with severe errors<br />> pgf90-Warning-Unknown switch: -ffast-math<br />> pgf90-Warning-Unknown switch: -funroll-loops<br />> pgf90-Warning-Unknown switch: -ftree-vectorize<br />> pgf90-Warning-Unknown switch: -march=native<br />> pgf90-Warning-Unknown switch: -ffree-form<br />> pgf90-Warning-Unknown switch: -ffast-math<br />> pgf90-Warning-Unknown switch: -funroll-loops<br />> pgf90-Warning-Unknown switch: -ftree-vectorize<br />> pgf90-Warning-Unknown switch: -march=native<br />> pgf90-Warning-Unknown switch: -ffree-form<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/min_heap.F: 6)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/min_heap.F: 8)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/min_heap.F: 10)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/min_heap.F: 11)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/min_heap.F: 12)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/min_heap.F: 15)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/min_heap.F: 16)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/min_heap.F: 18)<br />> PGF90-S-0019-Illegally placed continuation line<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/min_heap.F: 19)<br />> PGF90-S-0019-Illegally placed continuation line<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/min_heap.F: 20)<br />> PGF90-S-0018-Illegal label field<br />>  (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/min_heap.F:<br />> 21) PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/min_heap.F: 23)<br />> PGF90-S-0034-Syntax error at or near (<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/min_heap.F: 21)<br />> PGF90-S-0018-Illegal label field<br />>  (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/min_heap.F:<br />> 25) PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/min_heap.F: 27)<br />> PGF90-S-0034-Syntax error at or near ::<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/min_heap.F: 25)<br />> PGF90-S-0018-Illegal label field<br />>  (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/min_heap.F:<br />> 30) PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/min_heap.F: 32)<br />> PGF90-S-0034-Syntax error at or near ,<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/min_heap.F: 30)<br />> PGF90-S-0018-Illegal label field<br />>  (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/min_heap.F:<br />> 34) PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/min_heap.F: 36)<br />> PGF90-S-0034-Syntax error at or near ,<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/min_heap.F: 34)<br />> PGF90-S-0018-Illegal label field<br />>  (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/min_heap.F:<br />> 38) PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/min_heap.F: 44)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/min_heap.F: 45)<br />> PGF90-F-0008-Error limit exceeded<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/min_heap.F: 38)<br />> PGF90/x86-64 Linux 9.0-4: compilation aborted<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_config.F: 15)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_config.F: 17)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_config.F: 19)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_config.F: 21)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_config.F: 24)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_config.F: 25)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_config.F: 26)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_config.F: 27)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_config.F: 28)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_config.F: 29)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_config.F: 30)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_config.F: 31)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_config.F: 32)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_config.F: 33)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_config.F: 34)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_config.F: 35)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_config.F: 39)<br />> PGF90-S-0034-Syntax error at or near &<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_config.F: 40)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_config.F: 42)<br />> PGF90-S-0034-Syntax error at or near &<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_config.F: 43)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_config.F: 45)<br />> PGF90-F-0004-Unable to open MODULE file _mempol.mod<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_config.F: 46)<br />> PGF90/x86-64 Linux 9.0-4: compilation aborted<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_dummy_c_bindi<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> ngs.F: 21)<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_dummy_c_bindi<br />> ngs.F: 23)<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_dummy_c_bindi<br />> ngs.F: 25)<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_dummy_c_bindi<br />> ngs.F: 27)<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_dummy_c_bindi<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> ngs.F: 51)<br />> PGF90/x86-64 Linux 9.0-4: compilation completed with severe errors<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dummy_c_binding<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> s.F: 21)<br />> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dummy_c_binding<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> s.F: 23)<br />> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dummy_c_binding<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> s.F: 25)<br />> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dummy_c_binding<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> s.F: 27)<br />> PGF90-S-0021-Label field of continuation line is not blank<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dummy_c_binding<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> s.F: 46)<br />> PGF90/x86-64 Linux 9.0-4: compilation completed with severe errors<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_kinds.F: 10)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_kinds.F: 12)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_kinds.F: 14)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_kinds.F: 16)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_kinds.F: 17)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_kinds.F: 18)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_kinds.F: 19)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_kinds.F: 20)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_kinds.F: 21)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_kinds.F: 23)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_kinds.F: 24)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_kinds.F: 25)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_kinds.F: 26)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_kinds.F: 28)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_kinds.F: 29)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_kinds.F: 31)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_kinds.F: 32)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_kinds.F: 34)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_kinds.F: 35)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_kinds.F: 37)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_kinds.F: 38)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_kinds.F: 40)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_kinds.F: 41)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_kinds.F: 43)<br />> PGF90-S-0021-Label field of continuation line is not blank<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_kinds.F: 45)<br />> PGF90-F-0008-Error limit exceeded<br />> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_kinds.F)<br />> PGF90/x86-64 Linux 9.0-4: compilation aborted<br />> /bin/rm: cannot remove `mpif.h': No such file or directory<br />> make[1]: *** [f77_blas_poison.o] Error 2<br />> make[1]: *** Waiting for unfinished jobs....<br />> make[1]: *** [dbcsr_kinds.o] Error 2<br />> make[1]: *** [btree_i8_k_zp2d_v.o] Error 2<br />> make[1]: *** [btree_i8_k_sp2d_v.o] Error 2<br />> make[1]: *** [btree_i8_k_dp2d_v.o] Error 2<br />> make[1]: *** [btree_i8_k_cp2d_v.o] Error 2<br />> make[1]: *** [array_types.o] Error 2<br />> make[1]: *** [fft_kinds.o] Error 2<br />> make[1]: *** [min_heap.o] Error 2<br />> make[1]: *** [dummy_c_bindings.o] Error 2<br />> make[1]: *** [ma_dummy_c_bindings.o] Error 2<br />> make[1]: *** [ma_kinds.o] Error 2<br />> make[1]: *** [ma_config.o] Error 2<br />> make[1]: Leaving directory<br />> `/nfs/13/ucn1076/cp2k/trunk/cp2k/obj/Linux-x86-64-gfortran/popt'<br />> make: *** [build] Error 2<br />><br />> On Fri, Jul 6, 2012 at 7:17 AM, Alin M Elena <<a href="mailto:alinm...@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alinm...@gmail.com</span></a>> wrote:<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> > **<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> ><br />> > On Thu 05 Jul 2012 21:38:25 ayse arslanargin wrote:<br />> > >     /usr/lib/gcc/x86_64-redhat-linux/4.1.1/libgfortran.a<br />> ><br />> > To me it looks like you have a big mixture of things there...<br />> ><br />> > that looks like gcc 4.1.1 -- gcc 4.1.1 was released in May 2006.<br />> ><br />> ><br />> ><br />> > Are you sure you know what you are doing?<br />> ><br />> ><br />> ><br />> > gfortran -v shall tell you almost all the info you need to determine what<br />> > version of the compiler you are using.<br />> ><br />> ><br />> ><br />> > Alin<br />> ><br />> ><br />> ><br />> ><br />> ><br />> > --<br />> ><br />> > Without Questions there are no Answers!<br />> ><br />> > ______________________________________________________________________<br />> ><br />> > Alin Marin ELENA<br />> ><br />> > Advanced Molecular Simulation Research Laboratory<br />> ><br />> > School of Physics, University College Dublin<br />> ><br />> > ----<br />> ><br />> > Ardionsamblú Móilíneach Saotharlann Taighde<br />> ><br />> > Scoil na Fisice, An Coláiste Ollscoile, Baile Átha Cliath<br />> ><br />> ><br />> ><br />> ><br />> > -------------------------------------------------------------------------<br />> > ----------<br />> ><br />> > <a href="http://alin.elenaworld.net"><span style=" text-decoration: underline; color:#0057ae;">http://alin.elenaworld.net</span></a><br />> ><br />> > ______________________________________________________________________<br />> ><br />> > --<br />> > You received this message because you are subscribed to the Google Groups<br />> > "cp2k" group.<br />> > To post to this group, send email to <a href="mailto:cp...@googlegroups.com"><span style=" text-decoration: underline; color:#0057ae;">cp...@googlegroups.com</span></a>.<br />> > To unsubscribe from this group, send email to<br />> > <a href="mailto:cp2k%2Bun...@googlegroups.com"><span style=" text-decoration: underline; color:#0057ae;">cp2k+uns...@googlegroups.com</span></a>.<br />> > For more options, visit this group at<br />> > <a href="http://groups.google.com/group/cp2k?hl=en"><span style=" text-decoration: underline; color:#0057ae;">http://groups.google.com/group/cp2k?hl=en</span></a>.<br /><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">--<br />*************************************************************<br />Jörg Saßmannshausen<br />University College London<br />Department of Chemistry<br />Gordon Street<br />London<br />WC1H 0AJ<br /><br />email: <a href="mailto:j.sassma...@ucl.ac.uk"><span style=" text-decoration: underline; color:#0057ae;">j.sassma...@ucl.ac.uk</span></a><br />web: <a href="http://sassy.formativ.net"><span style=" text-decoration: underline; color:#0057ae;">http://sassy.formativ.net</span></a><br /><br />Please avoid sending me Word or PowerPoint attachments.<br />See <a href="http://www.gnu.org/philosophy/no-word-attachments.html"><span style=" text-decoration: underline; color:#0057ae;">http://www.gnu.org/philosophy/no-word-attachments.html</span></a><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:46px; margin-right:40px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br />--<br />You received this message because you are subscribed to the Google Groups "cp2k" group.<br />To post to this group, send email to <a href="mailto:cp...@googlegroups.com"><span style=" text-decoration: underline; color:#0057ae;">cp...@googlegroups.com</span></a>.<br />To unsubscribe from this group, send email to <a href="mailto:cp2k%2Bun...@googlegroups.com"><span style=" text-decoration: underline; color:#0057ae;">cp2k+uns...@googlegroups.com</span></a>.<br />For more options, visit this group at <a href="http://groups.google.com/group/cp2k?hl=en"><span style=" text-decoration: underline; color:#0057ae;">http://groups.google.com/group/cp2k?hl=en</span></a>.<br /><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">-- <br />You received this message because you are subscribed to the Google Groups "cp2k" group.<br />To post to this group, send email to cp...@googlegroups.com.<br />To unsubscribe from this group, send email to cp2k+uns...@googlegroups.com.<br />For more options, visit this group at http://groups.google.com/group/cp2k?hl=en.<br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br /><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">-- </p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Without Questions there are no Answers!</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">______________________________________________________________________</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Alin Marin ELENA</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Advanced Molecular Simulation Research Laboratory</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">School of Physics, University College Dublin</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">----</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Ardionsamblú Móilíneach Saotharlann Taighde</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Scoil na Fisice, An Coláiste Ollscoile, Baile Átha Cliath</p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; "> </p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">-----------------------------------------------------------------------------------</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">http://alin.elenaworld.net</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">______________________________________________________________________</p></body></html>