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.
ROMS on fedora core 4 64 bit with ifort, IPO link error
ROMS on fedora core 4 64 bit with ifort, IPO link error
Last edited by praveen on Mon Nov 07, 2005 6:18 am, edited 1 time in total.