Dear Jörg,<div><br></div><div>It gives me the following: </div><div><br></div><div><div>pgf90-Warning-Unknown switch: --version</div><div>/usr/local/pgi-9.0-4/linux86-64/9.0-4/libso/f90main.o: In function `main':</div>
<div>f90main.c:(.text+0x3c): undefined reference to `MAIN_'</div><div><br></div><div>I used Linux-x86-64-gfortran.popt, the modified version of sopt.</div><div><div><br></div><br><div class="gmail_quote">On Fri, Jul 6, 2012 at 10:36 AM, Jörg Saßmannshausen <span dir="ltr"><<a href="mailto:j.sassma...@ucl.ac.uk" target="_blank">j.sassma...@ucl.ac.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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>
<div class="im"><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>
</div>> *Output:*<br>
<div class="im">><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" target="_blank">opt-login04.osc.edu</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" target="_blank">opt-login04.osc.edu</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" target="_blank">opt-login04.osc.edu</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>
</div>> v.F mpif90   -c -O2 -ffast-math -funroll-loops -ftree-vectorize<br>
<div class="im">> -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" target="_blank">opt-login04.osc.edu</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>
</div>> v.F mpif90   -c -O2 -ffast-math -funroll-loops -ftree-vectorize<br>
<div class="im">> -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" target="_blank">opt-login04.osc.edu</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>
</div>> v.F mpif90   -c -O2 -ffast-math -funroll-loops -ftree-vectorize<br>
<div class="im">> -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" target="_blank">opt-login04.osc.edu</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>
</div>> v.F mpif90   -c -O2 -ffast-math -funroll-loops -ftree-vectorize<br>
<div><div class="h5">> -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" target="_blank">opt-login04.osc.edu</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" target="_blank">opt-login04.osc.edu</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" target="_blank">opt-login04.osc.edu</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" target="_blank">opt-login04.osc.edu</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>
</div></div>> .F PGF90-S-0021-Label field of continuation line is not blank<br>
<div><div class="h5">> (/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" target="_blank">opt-login04.osc.edu</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>
</div></div>> gs.F mpif90   -c -O2 -ffast-math -funroll-loops -ftree-vectorize<br>
<div><div class="h5">> -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" target="_blank">opt-login04.osc.edu</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" target="_blank">opt-login04.osc.edu</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>
</div></div>> _v.F: 17)<br>
<div class="im">> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_zp2d<br>
> _v.F: 19)<br>
<div class="im">> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_zp2d<br>
> _v.F: 20)<br>
<div class="im">> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_zp2d<br>
<div class="im">> _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>
</div>> _v.F: 31)<br>
<div class="im">> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_zp2d<br>
> _v.F: 32)<br>
<div class="im">> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_zp2d<br>
<div class="im">> _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>
</div>> d_v.F: 37)<br>
<div class="im">> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_zp2d<br>
<div><div class="h5">> _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>
</div></div><div class="im">> _v.F: 15)<br>
> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br>
> _v.F: 17)<br>
<div class="im">> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br>
> _v.F: 19)<br>
<div class="im">> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br>
> _v.F: 20)<br>
<div class="im">> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br>
<div class="im">> _v.F: 30)<br>
> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br>
> _v.F: 31)<br>
<div class="im">> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br>
> _v.F: 32)<br>
<div class="im">> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br>
<div class="im">> _v.F: 34)<br>
> PGF90-S-0034-Syntax error at or near ,<br>
</div>> (/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>
<div class="im">> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br>
<div class="im">> _v.F: 39)<br>
> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br>
<div class="im">> _v.F: 41)<br>
> PGF90-S-0034-Syntax error at or near ::<br>
</div>> (/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>
<div class="im">> d_v.F: 48)<br>
> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br>
<div class="im">> _v.F: 50)<br>
> PGF90-S-0034-Syntax error at or near (<br>
</div>> (/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>
<div class="im">> d_v.F: 52)<br>
> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br>
<div class="im">> _v.F: 54)<br>
> PGF90-S-0034-Syntax error at or near ::<br>
</div>> (/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>
<div class="im">> d_v.F: 60)<br>
> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br>
<div class="im">> _v.F: 62)<br>
> PGF90-S-0034-Syntax error at or near (<br>
</div>> (/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>
<div class="im">> d_v.F: 64)<br>
> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_sp2d<br>
<div class="im">> _v.F: 68)<br>
> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/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>
<div><div class="h5">> _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>
</div></div>> _v.F: 20)<br>
<div class="im">> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2d<br>
<div class="im">> _v.F: 30)<br>
> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2d<br>
> _v.F: 31)<br>
<div class="im">> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2d<br>
> _v.F: 32)<br>
<div class="im">> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2d<br>
<div class="im">> _v.F: 34)<br>
> PGF90-S-0034-Syntax error at or near ,<br>
</div>> (/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>
<div class="im">> 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>
</div><div class="im">> _v.F: 39)<br>
> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2d<br>
<div class="im">> _v.F: 41)<br>
> PGF90-S-0034-Syntax error at or near ::<br>
</div>> (/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>
<div class="im">> d_v.F: 48)<br>
> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2d<br>
<div class="im">> _v.F: 50)<br>
> PGF90-S-0034-Syntax error at or near (<br>
</div>> (/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>
<div class="im">> d_v.F: 52)<br>
> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2d<br>
<div class="im">> _v.F: 54)<br>
> PGF90-S-0034-Syntax error at or near ::<br>
</div>> (/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>
<div class="im">> d_v.F: 60)<br>
> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2d<br>
<div class="im">> _v.F: 62)<br>
> PGF90-S-0034-Syntax error at or near (<br>
</div>> (/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>
<div class="im">> d_v.F: 64)<br>
> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_cp2d<br>
<div class="im">> _v.F: 68)<br>
> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/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>
<div class="im">> _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>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br>
<div class="im">> _v.F: 15)<br>
> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br>
> _v.F: 17)<br>
<div class="im">> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br>
> _v.F: 19)<br>
<div class="im">> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br>
> _v.F: 20)<br>
<div class="im">> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br>
<div class="im">> _v.F: 30)<br>
> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br>
> _v.F: 31)<br>
<div class="im">> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br>
> _v.F: 32)<br>
<div class="im">> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br>
<div class="im">> _v.F: 34)<br>
> PGF90-S-0034-Syntax error at or near ,<br>
</div>> (/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>
<div class="im">> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br>
<div class="im">> _v.F: 39)<br>
> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br>
<div class="im">> _v.F: 41)<br>
> PGF90-S-0034-Syntax error at or near ::<br>
</div>> (/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>
<div class="im">> d_v.F: 48)<br>
> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br>
<div class="im">> _v.F: 50)<br>
> PGF90-S-0034-Syntax error at or near (<br>
</div>> (/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>
<div class="im">> d_v.F: 52)<br>
> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br>
<div class="im">> _v.F: 54)<br>
> PGF90-S-0034-Syntax error at or near ::<br>
</div>> (/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>
<div class="im">> d_v.F: 60)<br>
> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br>
<div class="im">> _v.F: 62)<br>
> PGF90-S-0034-Syntax error at or near (<br>
</div>> (/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>
<div class="im">> d_v.F: 64)<br>
> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/btree_i8_k_dp2d<br>
<div class="im">> _v.F: 68)<br>
> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/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>
<div><div class="h5">> _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>
</div></div>> ngs.F: 21)<br>
<div class="im">> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_dummy_c_bindi<br>
> ngs.F: 23)<br>
<div class="im">> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_dummy_c_bindi<br>
> ngs.F: 25)<br>
<div class="im">> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_dummy_c_bindi<br>
> ngs.F: 27)<br>
<div class="im">> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/arch_lib/ma_dummy_c_bindi<br>
<div class="im">> 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>
</div><div class="im">> s.F: 21)<br>
> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dummy_c_binding<br>
<div class="im">> s.F: 23)<br>
> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dummy_c_binding<br>
<div class="im">> s.F: 25)<br>
> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dummy_c_binding<br>
<div class="im">> s.F: 27)<br>
> PGF90-S-0021-Label field of continuation line is not blank<br>
</div>> (/nfs/13/ucn1076/cp2k/trunk/cp2k/makefiles/../src/dbcsr_lib/dummy_c_binding<br>
<div><div class="h5">> 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">alinm...@gmail.com</a>> wrote:<br>
</div></div>> > **<br>
<div><div class="h5">> ><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" target="_blank">http://alin.elenaworld.net</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">cp...@googlegroups.com</a>.<br>
> > To unsubscribe from this group, send email to<br>
> > <a href="mailto:cp2k%2Bun...@googlegroups.com">cp2k+uns...@googlegroups.com</a>.<br>
> > For more options, visit this group at<br>
> > <a href="http://groups.google.com/group/cp2k?hl=en" target="_blank">http://groups.google.com/group/cp2k?hl=en</a>.<br>
<br>
</div></div>--<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">j.sassma...@ucl.ac.uk</a><br>
web: <a href="http://sassy.formativ.net" target="_blank">http://sassy.formativ.net</a><br>
<br>
Please avoid sending me Word or PowerPoint attachments.<br>
See <a href="http://www.gnu.org/philosophy/no-word-attachments.html" target="_blank">http://www.gnu.org/philosophy/no-word-attachments.html</a><br>
<div class="HOEnZb"><div class="h5"><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">cp...@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href="mailto:cp2k%2Bun...@googlegroups.com">cp2k+uns...@googlegroups.com</a>.<br>
For more options, visit this group at <a href="http://groups.google.com/group/cp2k?hl=en" target="_blank">http://groups.google.com/group/cp2k?hl=en</a>.<br>
<br>
</div></div></blockquote></div><br></div></div>