[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[netCDF #PFW-890922]: questions
- Subject: [netCDF #PFW-890922]: questions
- Date: Tue, 19 Jul 2011 18:38:05 -0600
> Hello,
>
> I have two questions about java netcdf library:
>
> 1. If I want to write a parallel application, and each process will try
> to read some part of the same file, more specifically of the same
> griddataset, each will try to do griddataset.makeSubset(..), should
> I worry about synchronization here?
each thread must open its own copy of the file. after that, there is no problem
with synchronization.
Ticket Details
===================
Ticket ID: PFW-890922
Department: Support netCDF Java
Priority: Normal
Status: Closed