mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
script now runs all compiler options, not survival biasing test does not work for mpi, result precision is now 12.6E
This commit is contained in:
parent
0eed581c4d
commit
d202207101
131 changed files with 223383 additions and 223336 deletions
|
|
@ -18,7 +18,7 @@ outstr = ''
|
|||
|
||||
# write out k-combined
|
||||
outstr += 'k-combined:\n'
|
||||
outstr += "{0:10.8f} {1:10.8f}\n".format(sp.k_combined[0], sp.k_combined[1])
|
||||
outstr += "{0:12.6E} {1:12.6E}\n".format(sp.k_combined[0], sp.k_combined[1])
|
||||
|
||||
# write results to file
|
||||
with open('results_test.dat','w') as fh:
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
k-combined:
|
||||
0.30408759 0.00088008
|
||||
3.040876E-01 8.800801E-04
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue