Skip to Content.
Sympa Menu

forum - compile problem with IFC

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

compile problem with IFC


Chronological Thread 
  • From: Xin Liu <dut_liuxin@yahoo.com.cn>
  • To: forum@abinit.org
  • Subject: compile problem with IFC
  • Date: Sat, 21 Dec 2002 23:42:03 +0800 (CST)

Dear all:

When I tried to compile abinis with intel fortran
compiler (V7.00.64) and gcc (V3.2) on a P4 2.4G with
Redhat linux 8.0, I found that the compiling process
is carried out smoothly, but the result--- the "abinis
" doesn't work, it can not determine the point group
of any input tests.

Can anybody give me a reasonable solution to it?

The makefile_macros I used is as follow:

# Machine type
MACHINE=P6
# Fortran optimized compilation
FC=/opt/intel/compiler70/ia32/bin/ifc
FFLAGS=-FR -O3 -w
FFLAGS_LIBS= -O3 -w

# C preprocessor, used to preprocess the fortran
source.
CPP=/lib/cpp
CPP_FLAGS=-P -traditional -D__IFC
# The cpp directive CHGSTDIO changes the standard I/O
definition
# Uncomment the next line for this to happen.
#CPP_FLAGS=-P -DCHGSTDIO

# C optimized compilation.
CC=cc
CFLAGS=-O

# Location of perl . Used to generate the script
fldiff, in ~ABINIT/Utilities .
PERL=/usr/bin/perl

# List of machine-dependent routines
MACHINE_DEP_C_SEQ_SUBS_LIST=etime.o

Thank you in advance for your future help!

Sincerely yours

Xin,Liu



_________________________________________________________
Do You Yahoo!?
"您想享受2-7折星级酒店价格吗?"
http://cn.travel.yahoo.com/



Archive powered by MHonArc 2.6.16.

Top of Page