// .simrc file to go in the home directory of all GENESIS users
//===========================================================================
//                         environment variables
//===========================================================================
//      SIMPATH - path to search for scripts (includes the startup path)
//      SIMNOTES - default file for simulator notes
//===========================================================================
setenv SIMPATH	. /usr/genesis/startup		\
		/usr/genesis/Scripts/neurokit   \
		/usr/genesis/Scripts/neurokit/prototypes
setenv SIMNOTES {getenv(HOME)}/.notes
setenv GENESIS_HELP /usr/genesis/Doc

//===========================================================================
//                         load in the libraries
//===========================================================================
echo LIBRARIES
include		shelllib
include		simlib
include		axonlib
include		buflib
include		conclib
include		devlib
include		hhlib
include		hineslib
include		olflib
include		outlib
include		perlib
include		seglib
include		synlib
include		toollib
include		userlib
include         porelib

// X11 Libraries
include		comlib
include		drawlib
include		genlib
include		widglib
include		xolib

//===========================================================================
//                             set up tables 
//===========================================================================
schedule			// default simulation schedule
//===========================================================================
//                             initialize graphics
//===========================================================================
include          xstartup        // start up the XODUS modules
// If you wish to make the use of XODUS optional (for example, when running
// simulations in the background) comment out this line and include
// xstartup in your simulation scripts.  (see /usr/genesis/startup/xstartup.g)
include          escapelist      // setup macro keys for DEC and SUN keyboards
// See /usr/genesis/startup/escapelist.g for macro definitions.  These allow
// you to use cursor keys for the recall and editting of previous commands
