https://github.com/geodynamics/citcoms
Revision 56451d90ed06d49993844dc2ddaed8f841e24392 authored by Rajesh Kommu on 24 September 2014, 19:22:32 UTC, committed by Rajesh Kommu on 24 September 2014, 19:22:32 UTC
1 parent 1221a3a
Raw File
Tip revision: 56451d90ed06d49993844dc2ddaed8f841e24392 authored by Rajesh Kommu on 24 September 2014, 19:22:32 UTC
Changed the shape of E->trace.ielement as part of caps_per_proc_removal
Tip revision: 56451d9
.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