Changes between Version 16 and Version 17 of u/adebrech/code/AMR_line_transfer


Ignore:
Timestamp:
04/04/19 12:06:41 (6 years ago)
Author:
adebrech
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/adebrech/code/AMR_line_transfer

    v16 v17  
    454510. [[span(style=color: #00FF00, *)]] Multiple rays (2D), 8 processors, 2 levels (neighborchild).
    4646
     47[[Image(http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test100000.png, link=http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test10.gif, width=500)]]
     48
    474911. [[span(style=color: #FF0000, *)]] Multiple rays (2D), 8 processors, 3 levels with improper nesting.
    4850
    49 12. [[span(style=color: #000000, *)]] Single ray (1D), single processor, for radiation pressure.
     51Fails only on standard partition when compiled with optimizations, with some processors stuck waiting for rays on O3, segfault when waitall for sends on O2/1. Need to work backwards through tests on standard partition.
    5052
    51 13. [[span(style=color: #000000, *)]] Single ray (1D), single processor, for radiation pressure.
     53[[Image(http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test110000.png, link=http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test11.gif, width=500)]]
    5254
    53 14. [[span(style=color: #000000, *)]] Compare runs from [https://astrobear.pas.rochester.edu/trac/wiki/u/adebrech/LineTransfer combination test].
     5512. [[span(style=color: #00FF00, *)]] Single ray, single processor for radiation pressure (still as in the test [https://astrobear.pas.rochester.edu/trac/wiki/u/adebrech/Matlab/RadiationPressure here]).
    5456
    55 15. [[span(style=color: #000000, *)]] Compare 1-2 parameter space runs.
     57[[Image(http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test120000.png, link=http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test12.gif, width=500)]]
     58
     59Acceleration of 0.0075 cm/s^2^, much less than the 980 cm/s^2^ used.
     60
     6113. [[span(style=color: #000000, *)]] Compare runs from [https://astrobear.pas.rochester.edu/trac/wiki/u/adebrech/LineTransfer combination test].
     62
     6314. [[span(style=color: #000000, *)]] Compare 1-2 parameter space runs.
    5664
    5765Comments: y and z directions are treated identically, so it's unnecessary to test both "2D" and "3D" cases (note that nDim is always set to 3 in global.data, resolution just set to 1 and size very small in "1D" and "2D" cases). Believe the above set should test all cases in each if statement.