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:
Bryan Herman 2013-08-22 17:00:57 -04:00
parent 0eed581c4d
commit d202207101
131 changed files with 223383 additions and 223336 deletions

View file

@ -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:

View file

@ -1,2 +1,2 @@
k-combined:
0.30408759 0.00088008
3.040876E-01 8.800801E-04