https://github.com/geodynamics/citcoms
Revision 63b41551c1e94567ff90c7a256d150bda6da2c50 authored by Leif Strand on 28 November 2006, 23:28:36 UTC, committed by Leif Strand on 28 November 2006, 23:28:36 UTC
transition.

Using a pidXXXX.cfg file as input should "work" now, although it still
doesn't reproduce the original simulation, since at least one
parameter is missing ('steps').  I maintain that dumping the
configuration is really the job of the framework (Pyre).
Unfortunately, Pyre's current capabilities in this area are buggy in
the case of '.pml' files, and non-existent in the case of '.cfg'
files.

Note: 'nproc_surf' is now a real inventory item, instead of a fake
one.  It looks like it doesn't belong in the inventory at all, though.
(I left it there to avoid breakage.)

1 parent 08658cd
Raw File
Tip revision: 63b41551c1e94567ff90c7a256d150bda6da2c50 authored by Leif Strand on 28 November 2006, 23:28:36 UTC
Fixed some bugs, some of which were introduced during the C -> C++
Tip revision: 63b4155
Makefile.am
## Process this file with automake to produce Makefile.in
##
##<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>

# $Id$


ACLOCAL_AMFLAGS = -I ./m4

if COND_PYRE
    MAYBE_PYRE = CitcomS etc examples module tests visual
endif

SUBDIRS = lib $(MAYBE_PYRE) bin


## end of Makefile.am
back to top