#!/bin/csh -f #------------------------------------------------------------------------ # DEMETER System/C++ Version 5.0 # Copyright (c) 1993 Northeastern University # File: run #------------------------------------------------------------------------ # Startup script file for applications written with the # Demeter System/C++ # # A Demeter application needs at least the executable file run-exec, # and often the files cd-parse, cd-print if the Demeter Scanner is # used. This script keeps track of where the location of these three # files is with respect to each other. If you move around any of them # adjust their location here. In particular, the environment variable # GEN_DIR is used to point to the location of cd-parse and cd-print. # #------------------------------------------------------------------------ setenv GEN_DIR ./scanner ./notmod/`/proj/tools/demeter/master/bin/get-cpu`/run-exec $*