Search found 5 matches

by leommcruz
Wed Nov 10, 2010 12:30 am
Forum: ROMS Problems
Topic: error compiling with g95
Replies: 0
Views: 1117

error compiling with g95

Dear all, I had to change from gfortran to g95 (please don't ask me why) and after recompilling all netcdf stuff (e.g. hdf5 zlib, etc) I got the following error: cd /Users/Shared/ROMS/PROJECTS/BG/Build; /opt/local/bin/g95 -c -fno-second-underscore -g -fbounds-check -ftrace=full set_avg.f90 In file s...
by leommcruz
Fri Oct 08, 2010 11:48 am
Forum: ROMS Benchmarks
Topic: Serial faster then openmp
Replies: 6
Views: 11042

Re: Serial faster then openmp

Dear all, It seems to me that the cputime is realy a bug in the openmp runs. The cputime shown in the logfile is always much longer than it really is. Regards the tile option, in my case, the best results I got were using a 2x2 tile (remembering my grid - 200x256x30). I also tried running benchmark3...
by leommcruz
Tue Sep 28, 2010 10:13 pm
Forum: ROMS Benchmarks
Topic: Serial faster then openmp
Replies: 6
Views: 11042

Serial faster then openmp

Hi all, I'm running a grid with 200x256x30 (x,y,z) using ifort and openmp in a 64bit-8cpu machine: model name : Intel(R) Xeon(R) CPU E5410 @ 2.33GHz cpu MHz : 2333.414 cache size : 6144 KB I have two doubts: 1) my serial runs are always faster then the openmp ones. No matter which tile I use. With a...
by leommcruz
Thu Jun 17, 2010 12:22 am
Forum: ROMS Installation
Topic: Problems Running Upwelling
Replies: 7
Views: 4653

Re: Problems Running Upwelling

Dear all, After a non-error compilling: ROMS/Bin/cpp_clean /Users/leo/ROMS/PROJECTS/Build/master.f90 cd /Users/leo/ROMS/PROJECTS/Build; /usr/local/bin/gfortran -c -frepack-arrays -O3 -ftree-vectorize -msse3 -O3 -ffast-math master.f90 /usr/local/bin/gfortran -frepack-arrays -O3 -ftree-vectorize -msse...
by leommcruz
Thu Jun 10, 2010 3:56 am
Forum: ROMS Installation
Topic: NETCDF4.1.1 HDF5-1.8.4-patch1 and snow leopard
Replies: 0
Views: 1646

NETCDF4.1.1 HDF5-1.8.4-patch1 and snow leopard

Dear all, I'm just trying to compile ROMS using the specification mentioned in the subject with no success I'm using the build.bash script already set with my information. the error is when compiling the mod_param.f90, as follows: cd /Users/leo/ROMS/PROJECTS/Build; /usr/bin/g95 -c -fno-second-unders...