Running into some trouble scaling up a problem to more procs. The fuel geometry is graphite spheres with thin shells on the outside that have fuel in them.
Everything works fine at 100 MPI procs. At 500 I got errors about some ranks not having any fission sites - so I upped the particles and all seemed well. At 1000 MPI ranks I get this:
ERROR: More than 95% of external source sites sampled were rejected. Please
check your external source definition.
For now I have literally just gone into source.cpp and commented out that error… and everything seems to be running fine. But: I don’t know the repercussions of doing such a thing (seems like it shouldn’t matter, other than the first iteration is going to waste a lot of time).
Below you’ll find my current settings.xml… let me know if there is something else I should try:
<?xml version='1.0' encoding='utf-8'?> eigenvalue 100000 50 20Thanks for your help!
Derek