https://github.com/geodynamics/citcoms
Revision 5ec54db7942ec87d4f144627b11d6833c35269c1 authored by Leif Strand on 31 January 2006, 20:23:54 UTC, committed by Leif Strand on 31 January 2006, 20:23:54 UTC
default time limit for batch jobs") from v2 branch
to trunk.

1 parent 866fd7a
Raw File
Tip revision: 5ec54db7942ec87d4f144627b11d6833c35269c1 authored by Leif Strand on 31 January 2006, 20:23:54 UTC
Merged r2573 (fix for issue8, "eliminate CitcomS
Tip revision: 5ec54db
citcoms_profile
#!/bin/sh
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
# <LicenseText>
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#


#export GEOFRAMEWORK=
export CITCOMSHOME=$GEOFRAMEWORK/packages/CitcomS
export PATH=$CITCOMSHOME/visual:$PATH

if [ x$DXMACROS = "x" ]; then
	export DXMACROS=""
fi

export DXMACROS=$CITCOMSHOME/visual/OpenDXMacro:$DXMACROS


# version
# $Id: citcoms_profile,v 1.1 2004/06/02 21:49:37 tan2 Exp $

# End of file
back to top