Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Environment variables

  1. Production MOOT at SLAC (lat-hobbit4/5)
    Code Block
    setenv MOOT_ARCHIVE /afs/slac/g/glast/moot/archive-mood
    setenv MOOT_XML     /usr/local/online/MOOT/xml/
    setenv FMX_C_FDB    /afs/slac/g/glast/fmx
    
  2. Production MOOT on the MCR
    Code Block
    setenv MOOT_ARCHIVE /nfs/moot/moot
    setenv FMX_C_FDB    /nfs/fmx
    
  3. TEST MOOT at SLAC
    Code Block
    setenv MOOT_ARCHIVE /afs/slac/g/glast/moot/srcArchive-user
    setenv FMX_C_FDB    /afs/slac/g/glast/flight/BFS/fmx/lat-mandos
    

...

MOOT configuration building

 To To install a new release of LICOS_Config into MOOT:

...