#!/bin/csh
#---------------------------------------------------------------------------
#
# Name: xp_acs_memdump
#
# Purpose: runs the ACS: DV,GC "super-stage" for memory dumps under OWL
#
# Args: repository ($1) = base directory for processing tree
#       dataset ($2)    = name of dataset to process
#
# History:
# 07/10/12  71706  MSwam         first version
#---------------------------------------------------------------------------
#
dv -i ACS -c -d ${REPOSITORY}/sis/acs/ ${DATASET}
#
# PLAN to make GC use the new command-line args package too, for now it doesn't
# (uses env vars instead)
xp_gc_acs
