of course it can!
I suggest you install Linux OS and any fortran compilers, it need no modification to run on a PC.
Search found 4 matches
- Tue Jan 11, 2005 1:03 am
- Forum: ROMS Discussion
- Topic: serial processing
- Replies: 2
- Views: 2904
- 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: 3112
Re: Can not run on Altix3700 system with OpenMP version of R
It's very clear that you have not installed gcc library on your altix machine.ygwang_FIO wrote:
The problem is "libgcc_s.so.1 must be installed for pthread_cancel to work".
- 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: 14602
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
try it.
Change the FFLAGS in file Makefile.ifort to
Code: Select all
FFLAGS = -ip -03 -nofor_main -tpp7 -xW
- Sat Jun 12, 2004 3:55 am
- Forum: ROMS FAQ
- Topic: How to generate ROMS climatology NetCDF file?
- Replies: 1
- Views: 14283