https://github.com/geodynamics/citcoms
Revision eb8eaab6d56cf5ac128f9b503f28acb2df2ea623 authored by Luis Armendariz on 04 February 2006, 00:04:48 UTC, committed by Luis Armendariz on 04 February 2006, 00:04:48 UTC
 * E->control.total_iteration_cycles
 * E->control.total_v_solver_calls

1 parent ab68e81
Raw File
Tip revision: eb8eaab6d56cf5ac128f9b503f28acb2df2ea623 authored by Luis Armendariz on 04 February 2006, 00:04:48 UTC
Need to initialize to zero the following variables
Tip revision: eb8eaab
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