CVS vtstcode and optimizer
Posted: Mon Sep 25, 2006 10:21 am
Hi,
I downloaded the vtstcode from the CVS server but I have trouble to compile the sources with the pgf 5.2 compiler:
/opt/mpich2/bin/mpif90 -Mfree -tp k8-64 -i4 -O3 -fast -fastsse -c bfgs.f90
PGF90-S-0083-Vector expression used where scalar expression required (bfgs.f90: 92)
PGF90-W-0189-Argument number 2 to dirkar: association of scalar actual argument to array dummy argument (bfgs.f90: 95)
PGF90-S-0083-Vector expression used where scalar expression required (bfgs.f90: 121)
PGF90-S-0083-Vector expression used where scalar expression required (bfgs.f90: 141)
PGF90-W-0189-Argument number 2 to kardir: association of scalar actual argument to array dummy argument (bfgs.f90: 145)
PGF90-S-0038-Symbol, r, has not been explicitly declared (bfgs.f90)
PGF90-S-0038-Symbol, f, has not been explicitly declared (bfgs.f90)
0 inform, 2 warnings, 5 severes, 0 fatal for bfgs_step
PGF90-S-0074-Illegal number or type of arguments to sum - keyword argument array (bfgs.f90: 157)
PGF90-S-0038-Symbol, change_in_r, has not been explicitly declared (bfgs.f90)
PGF90-S-0038-Symbol, change_in_f, has not been explicitly declared (bfgs.f90)
PGF90-S-0038-Symbol, w, has not been explicitly declared (bfgs.f90)
PGF90-S-0038-Symbol, outter_product, has not been explicitly declared (bfgs.f90)
PGF90-S-0038-Symbol, matrixmultiply, has not been explicitly declared (bfgs.f90)
PGF90-S-0038-Symbol, aa, has not been explicitly declared (bfgs.f90)
PGF90-S-0038-Symbol, outerproduct, has not been explicitly declared (bfgs.f90)
PGF90-S-0038-Symbol, vdot, has not been explicitly declared (bfgs.f90)
PGF90-S-0038-Symbol, u, has not been explicitly declared (bfgs.f90)
PGF90-S-0038-Symbol, uu, has not been explicitly declared (bfgs.f90)
0 inform, 0 warnings, 11 severes, 0 fatal for invh_update
I understand that the CVS versions are for development but still could you tell me how to compile them and in which order (which seems to matter).
Secondly, how are your optimizers different from the VASP code? Do they achieve better performance?
And last but not least, does the number of images in a NEB run affect the stability of the convergence to the MEP? I use 5 images due to a lack of MPI nodes at the moment and the convergence is quite poor (vtstcode from the website).
Thank you very much. I appreciate your help.
I downloaded the vtstcode from the CVS server but I have trouble to compile the sources with the pgf 5.2 compiler:
/opt/mpich2/bin/mpif90 -Mfree -tp k8-64 -i4 -O3 -fast -fastsse -c bfgs.f90
PGF90-S-0083-Vector expression used where scalar expression required (bfgs.f90: 92)
PGF90-W-0189-Argument number 2 to dirkar: association of scalar actual argument to array dummy argument (bfgs.f90: 95)
PGF90-S-0083-Vector expression used where scalar expression required (bfgs.f90: 121)
PGF90-S-0083-Vector expression used where scalar expression required (bfgs.f90: 141)
PGF90-W-0189-Argument number 2 to kardir: association of scalar actual argument to array dummy argument (bfgs.f90: 145)
PGF90-S-0038-Symbol, r, has not been explicitly declared (bfgs.f90)
PGF90-S-0038-Symbol, f, has not been explicitly declared (bfgs.f90)
0 inform, 2 warnings, 5 severes, 0 fatal for bfgs_step
PGF90-S-0074-Illegal number or type of arguments to sum - keyword argument array (bfgs.f90: 157)
PGF90-S-0038-Symbol, change_in_r, has not been explicitly declared (bfgs.f90)
PGF90-S-0038-Symbol, change_in_f, has not been explicitly declared (bfgs.f90)
PGF90-S-0038-Symbol, w, has not been explicitly declared (bfgs.f90)
PGF90-S-0038-Symbol, outter_product, has not been explicitly declared (bfgs.f90)
PGF90-S-0038-Symbol, matrixmultiply, has not been explicitly declared (bfgs.f90)
PGF90-S-0038-Symbol, aa, has not been explicitly declared (bfgs.f90)
PGF90-S-0038-Symbol, outerproduct, has not been explicitly declared (bfgs.f90)
PGF90-S-0038-Symbol, vdot, has not been explicitly declared (bfgs.f90)
PGF90-S-0038-Symbol, u, has not been explicitly declared (bfgs.f90)
PGF90-S-0038-Symbol, uu, has not been explicitly declared (bfgs.f90)
0 inform, 0 warnings, 11 severes, 0 fatal for invh_update
I understand that the CVS versions are for development but still could you tell me how to compile them and in which order (which seems to matter).
Secondly, how are your optimizers different from the VASP code? Do they achieve better performance?
And last but not least, does the number of images in a NEB run affect the stability of the convergence to the MEP? I use 5 images due to a lack of MPI nodes at the moment and the convergence is quite poor (vtstcode from the website).
Thank you very much. I appreciate your help.