Running ROMS on Intel Xeon Dual CPU processor(shared memory)

Facts, news, and guidance about ROMS software

Moderators: arango, robertson

Post Reply
Message
Author
goutam

Running ROMS on Intel Xeon Dual CPU processor(shared memory)

#1 Unread post by goutam »

Hi,
I am using Fedora Core 4, on hp workstation xw6200 Intel Xeon Dual CPU processor(shared memory). I got success for serial processing with g95 fortran compiler. But I want to run by parallel procesing(OpenMP). I have tried with Intel ifort 9.0 compiler(non commercial version). I have gone through the message "ROMS on Fedora Core 4". But nothing is working for me(not even NETCDF). Please help me.

goutam

#2 Unread post by goutam »

Hi,
I could install netcdf and compile ROMS using the OpenMP support.
The flags and compilers used are:-
export CC='gcc'
export CXX='g++'
export CPPFLAGS='-DNDEBUG -DpgiFortran'
export FC='ifort'
export F90='ifort'
export FFLAGS='-O -g -mp'
export OBJECT_MODE=64

Bye
Goutam

Post Reply