https://github.com/geodynamics/citcoms
Revision 0777e0d21e7d0eb4128135c1d957a74d50108ee0 authored by Rajesh Kommu on 08 April 2014, 21:47:16 UTC, committed by Rajesh Kommu on 08 April 2014, 21:47:16 UTC
parameters used in the simulation are output to a file whose name begins with
letters pid and is followed by the process id of MPI process 0
1 parent 6b8f809
Raw File
Tip revision: 0777e0d21e7d0eb4128135c1d957a74d50108ee0 authored by Rajesh Kommu on 08 April 2014, 21:47:16 UTC
Completed the implementation of the print_all_config_parameters function. All
Tip revision: 0777e0d
.gitignore
# ignore svn externals
.svn

# ignore object files and static libraries
*.o
lib*.a

# ignore files generated by autoreconf
configure
aclocal.m4
autom4te.cache
aux-config
libtool
Makefile
Makefile.in
config.log
config.status
config.h.in
config.h
stamp-h1
.deps
*.net


# ignore python eggs
CitcomS.egg-info
pyconfig
python/*
*.egg

# ignore files generated by make
archimedes/__init__.pyc
bin/CitcomSFull
bin/CitcomSRegional
bin/citcoms
bin/mpipycitcoms
bin/pycitcoms
visual/project_geoid

# ignore LaTex aux files, log files, etc
*.aux
*.lof
*.log
*.out
*.toc
doc/citcoms-manual.synctex.gz
back to top