Creates an options list object detailing the pathways to the ADMB home directory, the GCC home directory, the MSYS (Unix utilities) bin directoy, and the user's preferred text editor. Also keeps track of software versions for ADMB and GCC.
setADpath(admbpath, gccpath, msysbin, editor)
setADver(admbver, gccver)
Creates a global, hidden list object called .PBSadmb
,
located in the temporary environment .PBSadmbEnv
.
Use the functions atget
, atput
, atcall
, and
atprint
to get, put, call, and print the object .PBSadmb
.
The function alisp
lists all the objects in the .PBSadmbEnv
environment.
character
-- explicit path to the user's ADMB home directory.
character
-- explicit path to the user's GCC home directory.
character
-- explicit path to the user's MSYS bin directory (binary executables and libraries).
character
-- explicit path and program to use for editing text.
character
-- version number of ADMB software.
character
-- version number of g++ software.
Alex Couture-Beil, Software Engineer, Victoria BC
Rowan Haigh, Program Head -- Offshore Rockfish
Pacific Biological Station (PBS), Fisheries & Oceans Canada (DFO), Nanaimo BC
locus opus: Offsite, Vancouver BC
Last modified Rd: 2018-09-28
readADopts
, writeADopts