https://github.com/geodynamics/citcoms
Revision 00bb8739e62501f00746e48fedd5ac8b804109d0 authored by Leif Strand on 18 June 2005, 04:20:35 UTC, committed by Leif Strand on 18 June 2005, 04:20:35 UTC
1 parent 4f6f6a3
Raw File
Tip revision: 00bb8739e62501f00746e48fedd5ac8b804109d0 authored by Leif Strand on 18 June 2005, 04:20:35 UTC
Added example batch scripts for NCSA and TACC TeraGrid clusters.
Tip revision: 00bb873
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