https://github.com/geodynamics/citcoms
Revision d508dff69fea45f73519dea0b6e80b2ad90a9401 authored by Leif Strand on 27 July 2005, 08:58:31 UTC, committed by Leif Strand on 27 July 2005, 08:58:31 UTC
creating CitcomS's own version of LauncherMPICH, and tweaking the MPI
launchers so that CitcomS re-execs itself under 'mpipython.exe' when
it is run under plain old 'python'.  Also:  made "--launcher.dry" work;
ignore 'nodegen' in LauncherBatch (so that the examples "just work"
on the TeraGrid); added some 'tips' ("--launcher.help-properties");
added SimpleApp.usage().

1 parent d667e5b
Raw File
Tip revision: d508dff69fea45f73519dea0b6e80b2ad90a9401 authored by Leif Strand on 27 July 2005, 08:58:31 UTC
Fixed it so that the uniprocessor examples work again. This invovled
Tip revision: d508dff
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