Search found 12 matches

by mark.tolman
Fri Jan 11, 2013 11:57 am
Forum: Installation
Topic: Error: Automatic array 'shifts' at (1) cannot have an initia
Replies: 7
Views: 25262

Re: Error: Automatic array 'shifts' at (1) cannot have an in

That didn't work. I'm still getting the error. Any thoughts?
by mark.tolman
Fri Jan 11, 2013 11:05 am
Forum: Installation
Topic: Error: Automatic array 'shifts' at (1) cannot have an initia
Replies: 7
Views: 25262

Re: Error: Automatic array 'shifts' at (1) cannot have an in

I found a posting that suggested adding the "-fno-whole-file" flag when using 4.6.x. Where does one do that in ADL?

I'm going to try editing PRO_Config - line 399.
by mark.tolman
Fri Jan 11, 2013 11:00 am
Forum: Installation
Topic: Error: Automatic array 'shifts' at (1) cannot have an initia
Replies: 7
Views: 25262

Error: Automatic array 'shifts' at (1) cannot have an initia

I'm attempting to compile ADL 4.1.1 on Fedora 16. I'm getting errors when it gets to Wave_monitor_tc.f. Here's an example of the errors: Wave_monitor_tc.f:292.28: errshifts(maxlines), err_f(max_nspec_ccd), err_parm(64), & 1 Error: Automatic array 'errshifts' at (1) cannot have an initializer Wav...
by mark.tolman
Mon Jan 07, 2013 3:32 pm
Forum: Installation
Topic: SSEC_ADL4_1_1.patch failed at 66
Replies: 6
Views: 24619

Re: SSEC_ADL4_1_1.patch failed at 66

I had to modify the installADL4.1.sh script to download but not install the SSEC_ADL4_1_1 patch, then apply them in the order you mentioned above.

BUILD SUCCESSFUL!

thanks!
by mark.tolman
Mon Jan 07, 2013 11:26 am
Forum: Installation
Topic: SSEC_ADL4_1_1.patch failed at 66
Replies: 6
Views: 24619

Re: SSEC_ADL4_1_1.patch failed at 66

Is it possible to get a copy of the correctly patched pfaast.f file, so I don't need to worry about apply the patch?
by mark.tolman
Mon Jan 07, 2013 9:06 am
Forum: Installation
Topic: SSEC_ADL4_1_1.patch failed at 66
Replies: 6
Views: 24619

SSEC_ADL4_1_1.patch failed at 66

I'm attempting to do a clean ADL 4.1 download and install. Everything goes well until the SSEC_ADL4_1_1.patch. See the log output below. When I attempt to build ADL, it fails to compile pfaast.f, so I know this is important. How do I fix this so it will compile on my CentOS 6.3 Linux box? Note: this...
by mark.tolman
Thu Nov 15, 2012 1:00 pm
Forum: Installation
Topic: ADL_Unpacker causes Segmentation Fault errors
Replies: 18
Views: 44521

Re: ADL_Unpacker causes Segmentation Fault errors

I think so. If I remember correctly, it is the H5Eset_auto2 that is causing the fault. Here is the code from the actual file: try { // Clean up any previous values set myHDFfileID = 0; // Shut off error printing // H5Eset_auto1(0, 0); Added for hdf5-1.87 usage H5Eset_auto2(H5E_DEFAULT, 0, 0); herr_t...
by mark.tolman
Thu Nov 15, 2012 11:48 am
Forum: ATMS SDR
Topic: DQTT Questions
Replies: 4
Views: 24774

Re: DQTT Questions

Thank you. The code you provided worked well.

Once I get the hdf5 Packer to stop core dumping I'll be able to test it on multiple granules. I've applied a patch that fixed the Unpacker, so I'm making progress. :D

Mark Tolman
MIT Lincoln Laboratory
by mark.tolman
Thu Nov 15, 2012 11:26 am
Forum: Installation
Topic: ADL_Unpacker causes Segmentation Fault errors
Replies: 18
Views: 44521

Re: ADL_Unpacker causes Segmentation Fault errors

The unpacker appears to work for me after applying the patch, but the packer still results in core dumps. An ATMS SDR hdf5 file appears to be created, but since ADL crashed, no further processing is done. I noticed the patch updated the DDSASC_H5FileProperties.cpp file under ADL_Unpacker/src , but d...
by mark.tolman
Thu Nov 15, 2012 10:45 am
Forum: Installation
Topic: ADL_Unpacker causes Segmentation Fault errors
Replies: 18
Views: 44521

Re: ADL_Unpacker causes Segmentation Fault errors

For the patch listed above, so I need to recompile the hdf5 COTS as well as ADL?

Mark Tolman
MIT Lincoln Laboratory

If you give someone a program, you will frustrate them for a day;
if you teach them how to program, you will frustrate them for a lifetime.

- Anonymous