[AMBER] installing AmberTools 1.4 on AIX

From: Mirko Cestari <m.cestari.cineca.it>
Date: Wed, 26 May 2010 15:16:38 +0200 (MEST)

Dear all,
   we are experiencing some troubles in installing AmberTools 1.4
on our IBM-AIX system. We are compiling using xlc and xlf compilers
after having modified accordingly the configure file.

The installation procedure has been working correctly so far (apart
from some minor issues like commas in "write(6,*), ...." lines) but
now we are stuck because of this problem:

>xlf90_r -c -O0 -ffree-form -qsuffix=cpp=f -o qm2_pm6_hof_module.o
_qm2_pm6_hof_module.f
  "_qm2_pm6_hof_module.f", line 75.23: 1514-163 (S) Procedures specified
in the same generic
interface must all be functions or all be subroutines. Procedure or
binding hofcorrectiongradient
will not be included in the pm6_correction generic interface.

Indeed file $AMBERHOME/AmberTools/src/sqm/_qm2_pm6_hof_module.f
contains an interface in which there are a function and a subroutine

====
   interface pm6_correction
      module procedure hofCorrection <- function
      module procedure hofCorrectionGradient <- subroutine
   end interface
====

Is there a way we can have this problem fixed?

Regards,
Mirko Cestari
HPC User Support, CINECA


_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Wed May 26 2010 - 06:30:07 PDT
Custom Search