https://github.com/geodynamics/citcoms
Revision 1cfc861bfea03a5a235ad0984654521ebbe97843 authored by Thorsten Becker on 08 February 2011, 04:06:28 UTC, committed by Thorsten Becker on 08 February 2011, 04:06:28 UTC
screwed up tracer-based runs with  large number of processors (12x3x3x2). 
Weird, but oh well. Someone advise why this didn't work?


1 parent 9086505
Raw File
Tip revision: 1cfc861bfea03a5a235ad0984654521ebbe97843 authored by Thorsten Becker on 08 February 2011, 04:06:28 UTC
Removed the srand() call that seemed like a good idea (rev. 17175) but
Tip revision: 1cfc861
.gitignore
# ignore svn externals
.svn
archimedes
m4

# 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

back to top