Fixed Filter.get_pandas_dataframe(...) to use new distribcell paths as optimization

This commit is contained in:
Will Boyd 2016-03-23 14:44:56 -04:00
parent 83f19e8cf1
commit c88f51de57
4 changed files with 1565 additions and 132 deletions

View file

@ -519,7 +519,7 @@
" License: http://mit-crpg.github.io/openmc/license.html\n",
" Version: 0.7.1\n",
" Git SHA1: 5f252e2df51930b9175fd41bafa8db01f3eaeb92\n",
" Date/Time: 2016-03-23 11:41:09\n",
" Date/Time: 2016-03-23 14:42:51\n",
" MPI Processes: 1\n",
" OpenMP Threads: 16\n",
"\n",
@ -606,20 +606,20 @@
"\n",
" =======================> TIMING STATISTICS <=======================\n",
"\n",
" Total time for initialization = 5.7200E-01 seconds\n",
" Reading cross sections = 1.3300E-01 seconds\n",
" Total time in simulation = 2.7830E+00 seconds\n",
" Time in transport only = 2.1610E+00 seconds\n",
" Time in inactive batches = 4.1200E-01 seconds\n",
" Time in active batches = 2.3710E+00 seconds\n",
" Time synchronizing fission bank = 8.0000E-03 seconds\n",
" Sampling source sites = 5.0000E-03 seconds\n",
" SEND/RECV source sites = 2.0000E-03 seconds\n",
" Total time for initialization = 4.6200E-01 seconds\n",
" Reading cross sections = 1.3100E-01 seconds\n",
" Total time in simulation = 2.4000E+00 seconds\n",
" Time in transport only = 2.1340E+00 seconds\n",
" Time in inactive batches = 2.6400E-01 seconds\n",
" Time in active batches = 2.1360E+00 seconds\n",
" Time synchronizing fission bank = 2.0000E-03 seconds\n",
" Sampling source sites = 2.0000E-03 seconds\n",
" SEND/RECV source sites = 0.0000E+00 seconds\n",
" Time accumulating tallies = 0.0000E+00 seconds\n",
" Total time for finalization = 0.0000E+00 seconds\n",
" Total time elapsed = 3.3710E+00 seconds\n",
" Calculation Rate (inactive) = 60679.6 neutrons/second\n",
" Calculation Rate (active) = 42176.3 neutrons/second\n",
" Total time for finalization = 1.0000E-03 seconds\n",
" Total time elapsed = 2.8800E+00 seconds\n",
" Calculation Rate (inactive) = 94697.0 neutrons/second\n",
" Calculation Rate (active) = 46816.5 neutrons/second\n",
"\n",
" ============================> RESULTS <============================\n",
"\n",
@ -914,7 +914,7 @@
" <td>6.250000e-07</td>\n",
" <td>total</td>\n",
" <td>(((total / flux) - (absorption / flux)) - (sca...</td>\n",
" <td>0.000000e+00</td>\n",
" <td>8.881784e-16</td>\n",
" <td>0.011292</td>\n",
" </tr>\n",
" <tr>\n",
@ -924,7 +924,7 @@
" <td>2.000000e+01</td>\n",
" <td>total</td>\n",
" <td>(((total / flux) - (absorption / flux)) - (sca...</td>\n",
" <td>-3.330669e-16</td>\n",
" <td>-9.992007e-16</td>\n",
" <td>0.002570</td>\n",
" </tr>\n",
" </tbody>\n",
@ -937,8 +937,8 @@
"1 1 6.25e-07 2.00e+01 total \n",
"\n",
" score mean std. dev. \n",
"0 (((total / flux) - (absorption / flux)) - (sca... 0.00e+00 1.13e-02 \n",
"1 (((total / flux) - (absorption / flux)) - (sca... -3.33e-16 2.57e-03 "
"0 (((total / flux) - (absorption / flux)) - (sca... 8.88e-16 1.13e-02 \n",
"1 (((total / flux) - (absorption / flux)) - (sca... -9.99e-16 2.57e-03 "
]
},
"execution_count": 23,

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long