https://github.com/geodynamics/citcoms
Revision 1d3bff156acfc6d0b3b2724f851082bb067243e9 authored by Leif Strand on 31 January 2006, 23:11:38 UTC, committed by Leif Strand on 31 January 2006, 23:11:38 UTC
1 parent dd746bc
Raw File
Tip revision: 1d3bff156acfc6d0b3b2724f851082bb067243e9 authored by Leif Strand on 31 January 2006, 23:11:38 UTC
Fix for issue9, "need a property for extra LSF
Tip revision: 1d3bff1
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