Users mailing list in DAKOTA is managed by Majordomo
mailing list software.
Following users lists are available in it:
dakota-users <
BR>
mdo_forum &nbs
p;
mdotc_private
mdotc_public <
BR>
opt-info  
;
opt-research <
BR>
test-endo
Most of those lists are inactive or no index was found.
I found the below two links after subscribing to those lists:
HREF="http://endo.sandia.gov/DAKOTA/lists.html">http://endo.sandia.gov/
DAKOTA/lists.html
HREF="http://endo.sandia.gov/AIAA_MDOTC/forum/MDOTC_forum.html">http://
endo.sandia.gov/AIAA_MDOTC/forum/MDOTC_forum.html
The dakota developers list is for internal use by the DAKOTA development
team and has restricted access.
I have to get information through dakota@sandia.gov and other project
members of dakota.
Thanks,
Vinay Rao


Building DAKOTA
I obtained the following errors when building DAKOTA on medusa,
make[4]: lex: Command not found
make[4]: *** [/home/vinayrao/Dakota/VendorPackages/idr/i686-unknown-linux/idr-gen.o] Error 127
make[3]: *** [idrtest] Error 2
make[2]: *** [install] Error 2
make[3]: pgf90: Command not found
make[3]: *** [/home/vinayrao/Dakota/VendorOptimizers/LHS/i686-unknown-linux/Parms.o] Error 127
make[2]: *** [install] Error 2
make[1]: *** [build] Error 2
cc1plus: note: -fwritable-strings is deprecated; see documentation for details
keywordtable.C:22:25: idr-keyword.h: No such file or directory
keywordtable.C:525: error: elements of array `const KeywordHandler idrKeywordTable[]' have incomplete type
keywordtable.C:525: error: uninitialized const `idrKeywordTable'
keywordtable.C:525: error: storage size of `idrKeywordTable' isn't known
make[2]: *** [/home/vinayrao/Dakota/src/i686-unknown-linux/keywordtable.o] Error 1
make[1]: *** [install] Error 2
/usr/bin/ld: cannot find -lfl
collect2: ld returned 1 exit status
make[2]: *** [/home/vinayrao/Dakota/test/i686-unknown-linux/text_book] Error 1
make[1]: *** [install] Error 2
cp: cannot stat `/home/vinayrao/Dakota/src/i686-unknown-linux/dakota': No such file or directory
cp: cannot stat `/home/vinayrao/Dakota/src/i686-unknown-linux/dakota_restart_util': No such file or directory
cp: cannot stat `/home/vinayrao/Dakota/src/i686-unknown-linux/libdakota.a': No such file or directory
cp: cannot stat `/home/vinayrao/Dakota/VendorPackages/idr/i686-unknown-linux/libidr.a': No such file or directory
cp: cannot stat `/home/vinayrao/Dakota/VendorOptimizers/LHS/i686-unknown-linux/liblhs.a': No such file or directory
We need to install Flex on medusa,
http://howtos.linux.com/guides/html/appendixa/flex.shtml
Fortran 90 compiler has to be installed. I am getting some linker errors (collect2: ld returned 1 exit status) and install errors.
after all the packages (selected ones) have been successfully compiled, the main "dakota" executable will be created. I am not able to understand the Install and Build errors. Any help will be appreciated,
Thanks,
Vinay Rao