AMBER Archive (2006)

Subject: RE: AMBER: AMBER9 installation error on Compaq machine.

From: Ross Walker (ross_at_rosswalker.co.uk)
Date: Thu May 18 2006 - 17:32:57 CDT


Hi Dalma,
 
This looks like a problem with your compiler not understanding the fortran
code here. Amber 9 needs at least a fortran 95 compiler and the latest
versions of Compaq f90 are actually F95 compilers even though the name is
still f90. Older versions may not be however.
 
Amber 9 compiles on Lemieux at PSC with no problems (although 1 change was
required to def_time.h - see below) using the following version of the
compiler:
 
% f90 -version
        HP Fortran V5.5A-3548
        HP Fortran Compiler X5.5A-4085-48E1K

You should check which version of the compiler you are using.
 
The change to def_timer.h is due to the pre-processor including comments in
the postprocessed code. No other preprocessor does this. Change line 101
from
 
/* #### GAP 101-101 ################## */
 
to
 
!/* #### GAP 101-101 ################## */
 
(Add an ! at the beginning of the line)
 
All the best
Ross

/\
\/
|\oss Walker

| HPC Consultant and Staff Scientist |
| San Diego Supercomputer Center |
| Tel: +1 858 822 0854 | EMail:- ross_at_rosswalker.co.uk |
| http://www.rosswalker.co.uk <http://www.rosswalker.co.uk/> | PGP Key
available on request |

Note: Electronic Mail is not secure, has no guarantee of delivery, may not
be read every day, and should not be used for urgent or sensitive issues.

 

  _____

From: owner-amber_at_scripps.edu [mailto:owner-amber_at_scripps.edu] On Behalf Of
Soonmin Jang
Sent: Thursday, May 18, 2006 00:12
To: amber_at_scripps.edu
Subject: AMBER: AMBER9 installation error on Compaq machine.

I am trying to install amber9 on COMPAQ alpha machine (ES40) and I got
following error message.
I have used " ./configure compaqf90 " to generate config.h file. (This is
serial installation)
Any help will be highly appreciated.
Thank you.

Soo

/lib/cpp -traditional -C -P ew_force.f > _ew_force.f
f90 -c -fast -O3 -tune host -arch host -free -o ew_force.o _ew_force.f
/lib/cpp -traditional -C -P ew_setup.f > _ew_setup.f
f90 -c -fast -O3 -tune host -arch host -free -o ew_setup.o _ew_setup.f
f90: Error: _ew_setup.f, line 2686: The attributes of this name conflict
with those made accessible by a USE statement. [A]
   double precision a,b,c,alpha,beta,gamma,skinnb
--------------------^
f90: Error: _ew_setup.f, line 2686: The attributes of this name conflict
with those made accessible by a USE statement. [B]
   double precision a,b,c,alpha,beta,gamma,skinnb
----------------------^
f90: Error: _ew_setup.f, line 2686: The attributes of this name conflict
with those made accessible by a USE statement. [C]
   double precision a,b,c,alpha,beta,gamma,skinnb
------------------------^
f90: Error: _ew_setup.f, line 2686: The attributes of this name conflict
with those made accessible by a USE statement. [ALPHA]
   double precision a,b,c,alpha,beta,gamma,skinnb
--------------------------^
f90: Error: _ew_setup.f, line 2686: The attributes of this name conflict
with those made accessible by a USE statement. [BETA]
   double precision a,b,c,alpha,beta,gamma,skinnb
--------------------------------^
f90: Error: _ew_setup.f, line 2686: The attributes of this name conflict
with those made accessible by a USE statement. [GAMMA]
   double precision a,b,c,alpha,beta,gamma,skinnb
-------------------------------------^
f90: Error: _ew_setup.f, line 2686: The attributes of this name conflict
with those made accessible by a USE statement. [SKINNB]
   double precision a,b,c,alpha,beta,gamma,skinnb
------------------------------ -------------^
f90: Error: _ew_setup.f, line 2687: The attributes of this name conflict
with those made accessible by a USE statement. [NBFLAG]
   integer nbflag,nbtell
-----------^
f90: Error: _ew_setup.f, line 2687: The attributes of this name conflict
with those made accessible by a USE statement. [NBTELL]
   integer nbflag,nbtell
------------------^
f90: Error: _ew_setup.f, line 3124: The use-name for this local-name is not
defined. [AMOD]
      a=amod
--------^
f90: Error: _ew_setup.f, line 3125: The use-name for this local-name is not
defined. [BMOD]
      b=bmod
--------^
f90: Error: _ew_setup.f, line 3126: The use-name for this local-name is not
defined. [CMOD]
      c=cmod
--------^
f90: Error: _ew_setup.f, line 3226: The use-name for this local-name is not
defined. [AMOD]
   amod=a
---^
f90: Error: _ew_setup.f, line 3227: The use-name for this local-name is not
defined. [BMOD]
   bmod=b
---^
f90: Error: _ew_setup.f, line 3228: The use-name for this local-name is not
defined. [CMOD]
   cmod=c
---^
f90: Error: _ew_setup.f, line 3229: The use-name for this local-name is not
defined. [ALPHAMOD]
   alphamod=alpha
---^
f90: Error: _ew_setup.f, line 3230: The use-name for this local-name is not
defined. [BETAMOD]
   betamod=beta
---^
f90: Error: _ew_setup.f, line 3231: The use-name for this local-name is not
defined. [GAMMAMOD]
   gammamod=gamma
---^
f90: Error: _ew_setup.f, line 3232: The use-name for this local-name is not
defined. [SKINNBMOD]
   skinnbmod=skinnb
---^
f90: Error: _ew_setup.f, line 3233: The use-name for this local-name is not
defined. [NBTELLMOD]
   nbtellmod=nbtell
---^
f90: Error: _ew_setup.f, line 3234: The use-name for this local-name is not
defined. [NBFLAGMOD]
   nbflagmod=nbflag
---^
*** Exit 1
Stop.
*** Exit 1
Stop.
dalma[src] 67>

-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber_at_scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo_at_scripps.edu