Problem in compiling of ROMS2.1 on SGI3800

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
tkono

Problem in compiling of ROMS2.1 on SGI3800

#1 Unread post by tkono »

Hello members
I am compiling ROMS2.1 on a parallel machine SGI Origin3800.
It ends and an executable file is made, though giving a message as
" touch libocean.a
f90 -n32 -mips4 -mp -MP:open_mp=ON -u -U -O3 -TENV:X=3 -OPT:Olimit=4038 -o oceanO libocean.a -L/rent/toki/ROMS_assist/netcdf-3.5.1/lib -lnetcdf
ld32: WARNING 84 : libocean.a is not used for resolving any symbol.
ld32: WARNING 84 : /rent/toki/ROMS_assist/netcdf-3.5.1/lib/libnetcdf.a is not used for resolving any symbol. "
The generated executable file won't run with a message as
"No Fortran MAIN program to execute.
I tried to make a single and an open MP versions using "
Makefile.sgi and Makefile.OMP_sgi, which failed showing similar
messages.
Could you please help me?

ps. The compiling of ROMS2.0 were succesful.

Post Reply