Search found 4 matches

by Jingcs
Tue Jan 11, 2005 1:03 am
Forum: ROMS Discussion
Topic: serial processing
Replies: 2
Views: 2561

of course it can!
I suggest you install Linux OS and any fortran compilers, it need no modification to run on a PC.
by Jingcs
Tue Jan 11, 2005 12:55 am
Forum: ROMS Problems
Topic: Can not run on Altix3700 system with OpenMP version of ROMS2
Replies: 1
Views: 2765

Re: Can not run on Altix3700 system with OpenMP version of R

ygwang_FIO wrote::cry:
The problem is "libgcc_s.so.1 must be installed for pthread_cancel to work".
It's very clear that you have not installed gcc library on your altix machine.
by Jingcs
Thu Dec 16, 2004 1:27 am
Forum: ROMS FAQ
Topic: Intel Compiler, Red Hat Linux, and ROMS/TOMS 2.1 Makefile
Replies: 2
Views: 8970

another way to deal with 'undefined MAIN_' error

Use the makefile.ifort to compile the model, the error 'undefined for_main' will appear. Hernan supplied one way to solve this problem, here provides another way to deal with it.
Change the FFLAGS in file Makefile.ifort to

Code: Select all

 FFLAGS = -ip -03 -nofor_main -tpp7 -xW 
try it.
by Jingcs
Sat Jun 12, 2004 3:55 am
Forum: ROMS FAQ
Topic: How to generate ROMS climatology NetCDF file?
Replies: 1
Views: 8272

Sorry to disturb. Could you tell me how to creat a makefile in Linux redhat 9 with pgf90 complier? thanks