Skip to Content.
Sympa Menu

forum - Installation_problem

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Installation_problem


Chronological Thread 
  • From: bandri@tu.koszalin.pl
  • To: forum@abinit.org
  • Subject: Installation_problem
  • Date: Thu, 16 Dec 2004 15:14:39 +0100

Dear ABINIT Users,
My PC (machine) is i686. And I do't know how to do the proper changes
of the configuration files of ABINIT v4.2 to execute successful compilation
of
the code.

So, after first compilation of the initial code I have obtained the
following communication:

/opt/intel_fc_80/bin/ifort -FR -c herald_cpp.f
fortcom: Error: herald_cpp.f, line 61: This name does not have a type,
and must
have an explicit type. [HOST]
&HOST,' computer)'
-^
compilation aborted for herald_cpp.f (code 1)
make[2]: *** [herald.o] Error 1

Then, I have added the following two lines (95,96) into the 'herald.f'
file:
#elif defined i686
#define HOST 'i686'

After the next compilation I have obtained the following communication:
rm -f timein_cpp.f
/usr/bin/cpp -C -Di686 -P timein.f > timein_cpp.f
/opt/intel_fc_80/bin/ifort -FR -c timein_cpp.f
fortcom: Error: timein_cpp.f, line 92: Syntax error, found IDENTIFIER
'FIND' whe
n expecting one of: ( : % . = => PLEASE FIND TIMER FOR THIS MACHINE
--------^
compilation aborted for timein_cpp.f (code 1)
make[2]: *** [timein.o] Error 1

What I have to do?
Please, help me to insert proper changes into the compilation scripts.
Thank you in advance for your reply.

Best regards,
Bohdan Andriyevsky



Archive powered by MHonArc 2.6.16.

Top of Page