Problem with NETCDF PARALLEL IO

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
User avatar
bhatt.vihang
Posts: 11
Joined: Thu Aug 19, 2010 12:51 pm
Location: Indian Institute of Science

Problem with NETCDF PARALLEL IO

#1 Unread post by bhatt.vihang »

As I am putting an attempt to resolve my issues with large IO problem, I encounter new one. I was trying to build roms program with parallel_IO and in this quest, I followed the steps as shown. I get following error as mp_collect subroutine is non-existant in revion 712 it seems.
CALL mp_collect (ng, model, Npts, IniVal, Awrk)
-----------------^
cd /home/vihang/IO36/Build; /apps/intel/impi/4.0.3.008/bin64/mpif90 -c -heap-arrays 10 -fp-model precise -mcmodel=medium -i-dynamic -ip -O2 nf_fread3d_bry.f90
compilation aborted for nf_fread2d.f90 (code 1)
make: *** [/home/vihang/IO36/Build/nf_fread2d.o] Error 1
make: *** Waiting for unfinished jobs....
Would anyone, describe whehter I am missing somehting.

I am using preprocessing flags PARALLEL_IO AND NETCDF4

in build.bash I enabled parallel IO option.

I also compiled netcdf4.1.3 and hdf5-1.8.12 for the cluster.

Post Reply