Revision 30e2f0291454156c4c138696866bc8e50d3c1c3e authored by Peter Teuben on 13 October 2022, 15:53:54 UTC, committed by Peter Teuben on 13 October 2022, 15:53:54 UTC
2 parent s 88a426a + 3d204ae
Raw File
nemo_start.in
#! /bin/csh
#
#   @WARNING@
#
#   nemo_start:
#
#   source this file to start NEMO. You can override the root by presetting NEMO.
# 
#   this file reads nemo.rc, which is a control file that source the following
#   files (and checke for their precense) in the order given
#         NEMORC
#         NEMORC.local
#

#  set a reasonable NEMO if it's not present  (from original dir hostinstallation)
#  if you mannually patch this value, also be sure to look in the following files:
#        $NEMOLIB/makedefs   (derived from $NEMO/makedefs)
#        $NEMO/NEMORC.local  (derived from $NEMO/NEMORC.gen)
#
if ($?NEMO == 0) setenv NEMO @NEMO@

source $NEMO/nemo.rc
back to top