https://github.com/geodynamics/citcoms
Revision 471eb0ed107314fa2d23ffb08d0c93c4c000fcfc authored by Eh Tan on 01 July 2005, 00:10:46 UTC, committed by Eh Tan on 01 July 2005, 00:10:46 UTC
1 parent 68e96ba
Raw File
Tip revision: 471eb0ed107314fa2d23ffb08d0c93c4c000fcfc authored by Eh Tan on 01 July 2005, 00:10:46 UTC
a fix for single-processor (eg. laptop)
Tip revision: 471eb0e
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