[CIG-MC] Running CitcomS Cookbook 9
Eh Tan
tan2 at geodynamics.org
Mon Nov 12 13:41:34 PST 2007
There is a small error in the manual, Section 2.7
> $ cd CitcomS-3.0.0/
This line
> $ export PYTHONPATH=$HOME/cig/lib/python-2.3/site-packages:$PYTHONPATH
should become
> $ export PYTHONPATH=$HOME/cig/lib/python2.3/site-packages:$PYTHONPATH
Notice that it's python2.3/, not python-2.3/
> $ ./configure --with-exchanger
Also, a header file for the Exchanger is missing in the 3.0.0 tarball.
The header file is attached in the email. Please save the file to the
directory CitcomS-3.0.0/module/Exchanger if you are interested in
running Cookbook 9.
A bug-fix release will be coming soon.
Eh Tan
-------------- next part --------------
// -*- C++ -*-
//
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
//<LicenseText>
//
// CitcomS.py by Eh Tan, Eun-seo Choi, and Pururav Thoutireddy.
// Copyright (C) 2002-2005, California Institute of Technology.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
//</LicenseText>
//
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
#ifndef pyCitcom_Exchangermodule_h
#define pyCitcom_Exchangermodule_h
#ifdef __cplusplus
extern "C"
#endif
void
initExchangerLib();
#endif // pyCitcom_Exchangermodule_h
// End of file
More information about the CIG-MC
mailing list