https://github.com/geodynamics/citcoms
Revision 98518a5ac51a848bf25c19e8c2283b80f15de88f authored by Leif Strand on 20 July 2005, 04:23:38 UTC, committed by Leif Strand on 20 July 2005, 04:23:38 UTC
1 parent 453f580
Raw File
Tip revision: 98518a5ac51a848bf25c19e8c2283b80f15de88f authored by Leif Strand on 20 July 2005, 04:23:38 UTC
Use 'python' instead of 'mpipython.exe' -- on some TeraGrid clusters,
Tip revision: 98518a5
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