Search found 8 matches

by krboswell
Tue Feb 22, 2011 4:03 pm
Forum: Installation
Topic: ADL 2.0 Installation on GRAVITE - Comments
Replies: 5
Views: 4059

Re: ADL 2.0 Installation on GRAVITE - Comments

Tim, The compiler warnings from GCC are normal. We turned on more compiler warnings for GCC, apparently, than we did for the xlC compiler. Therefore, many of these warnings were new to us when we did the port to GCC/Linux. Due to tight time constraints, we considered them a low priority as they do n...
by krboswell
Mon Jan 31, 2011 3:16 pm
Forum: Input and Output
Topic: Optional Inputs
Replies: 1
Views: 1990

Re: Optional Inputs

Optional inputs are specified with the Mode config value in the algorithm config guides (in $ADL_HOME/cfg). (From your last post, it sounds like you've already had your run-in with these.) Basically, you'll see something like this: <group name="Inputs"> <!-- --> <!-- SpaceCraft Diary RDR I...
by krboswell
Mon Jan 31, 2011 3:08 pm
Forum: Input and Output
Topic: Viewing XML Files
Replies: 1
Views: 1937

Re: Viewing XML Files

David,

These are currently not viewable with a browser because no style sheet has been provided to date.
by krboswell
Fri Jan 21, 2011 4:55 pm
Forum: Installation
Topic: ADL 2.0 Installation on GRAVITE - Comments
Replies: 5
Views: 4059

Re: ADL 2.0 Installation on GRAVITE - Comments

The following should also work, although I haven't tried it:

Code: Select all

export PERL5LIB=$HOME/lib/perl
This would obviously be better, since you wouldn't have to always modify the script file.
by krboswell
Fri Jan 21, 2011 3:26 pm
Forum: Installation
Topic: Glance and Python "holyhandgrenade" analysis environment
Replies: 1
Views: 2062

Re: Glance and Python "holyhandgrenade" analysis environment

Good stuff. Thanks for sharing it.
by krboswell
Fri Jan 21, 2011 3:24 pm
Forum: Installation
Topic: ADL 2.0 Installation on GRAVITE - Comments
Replies: 5
Views: 4059

Re: ADL 2.0 Installation on GRAVITE - Comments

David, It is also possible to install perl modules to non-standard directories. However, you will have to edit $ADL_HOME/perl/src/generateSourceFiles.pl to make it work. For instance, if you install XML::Simple to $HOME/lib/perl, you will have to insert the following line within the BEGIN{ } block i...
by krboswell
Fri Jan 21, 2011 3:16 pm
Forum: Installation
Topic: Latest Documentation?
Replies: 1
Views: 2419

Re: Latest Documentation?

David,

All of the documents distributed with ADL 2.0 are the latest. So the document reference must be in error.
by krboswell
Wed Jan 19, 2011 4:36 pm
Forum: Runtime
Topic: XML Editor Help/Requests Forum
Replies: 0
Views: 2131

XML Editor Help/Requests Forum

Will an administrator please create a Forum for XML Editor Issues and Feature Requests? Thank you.