ROMS on fedora core 4 64 bit with ifort, IPO link error

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
praveen
Posts: 6
Joined: Mon Aug 09, 2004 1:54 am
Location: New York University Abu Dhabi

ROMS on fedora core 4 64 bit with ifort, IPO link error

#1 Unread post by praveen »

to users,

I felt problem for compiling ROMS2.1 on fedora core 4. it was showing error ,
IPO link: can not find "("
ifort: error: problem during multi-file optimization compilation (code 1)

problem here makes is the linking with object (*.o) files than the previous versions of ifort.

But It works succesfully by adding master.f90 instead of master.o like below,

$(BIN): $(MYLIB)
$(LDR) $(FFLAGS) $(LDFLAGS) -o $(BIN) master.f90 $(MYLIB) $(LIBS)


hops this helps for some one.
Last edited by praveen on Mon Nov 07, 2005 6:18 am, edited 1 time in total.

User avatar
arango
Site Admin
Posts: 1349
Joined: Wed Feb 26, 2003 4:41 pm
Location: DMCS, Rutgers University
Contact:

#2 Unread post by arango »

Please download ROMS 2.2 and use its new makefile structure. The new makefile seems to solve all the problem with previous version Makefile.

Post Reply