https://github.com/teuben/nemo
Raw File
Tip revision: d0f673bdaeabe8dffa77528c13d81063a20d29f6 authored by Peter Teuben on 03 April 2024, 01:39:10 UTC
format
Tip revision: d0f673b
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