Re: ncdf + x-connection + many files = crazy. [message #74924 is a reply to message #74919] |
Tue, 08 February 2011 15:17   |
Paul Van Delst[1]
Messages: 1157 Registered: April 2002
|
Senior Member |
|
|
Matt wrote:
> Hey all,
>
> I've got a great riddle for you today. (Long story short, can you run
> the test code included below to completion on your machine?)
Dunno if another couple datapoints will help or not, but:
#1:
IDL> crash_ncdf
% Compiled module: CRASH_NCDF.
% Loaded DLM: NCDF.
Successfully completed first iterations
Successfully completed second iterations
IDL> print, !version
{ x86 linux unix linux 8.0.1 Oct 6 2010 32 64}
IDL> help, 'ncdf', /dlm
** NCDF - IDL NetCDF support (loaded)
Version: 4.1.1, Build Date: JUN 18 2010, Source: ITT Visual Information Solutions
Path: /usr/local/idl/idl/idl80/bin/bin.linux.x86/idl_netcdf.so
#2:
IDL> crash_ncdf
% Compiled module: CRASH_NCDF.
% Loaded DLM: NCDF.
Successfully completed first iterations
Successfully completed second iterations
IDL> print, !version
{ ibmr2 AIX unix AIX 6.4 Mar 24 2007 64 64}
IDL> help, 'ncdf', /dlm
** NCDF - IDL NetCDF support (loaded)
Version: 3.5.0, Build Date: MAR 24 2007, Source: ITT Visual Information Solutions
Path: /usrx/local/rsi64/idl64/bin/bin.ibm.rs6000_64/idl_netcdf.a
cheers,
paulv
|
|
|