Changes between Version 16 and Version 17 of u/adebrech/code/AMR_line_transfer
- Timestamp:
- 04/04/19 12:06:41 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/adebrech/code/AMR_line_transfer
v16 v17 45 45 10. [[span(style=color: #00FF00, *)]] Multiple rays (2D), 8 processors, 2 levels (neighborchild). 46 46 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 47 49 11. [[span(style=color: #FF0000, *)]] Multiple rays (2D), 8 processors, 3 levels with improper nesting. 48 50 49 12. [[span(style=color: #000000, *)]] Single ray (1D), single processor, for radiation pressure.51 Fails 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. 50 52 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)]] 52 54 53 1 4. [[span(style=color: #000000, *)]] Compare runs from [https://astrobear.pas.rochester.edu/trac/wiki/u/adebrech/LineTransfer combination test].55 12. [[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]). 54 56 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 59 Acceleration of 0.0075 cm/s^2^, much less than the 980 cm/s^2^ used. 60 61 13. [[span(style=color: #000000, *)]] Compare runs from [https://astrobear.pas.rochester.edu/trac/wiki/u/adebrech/LineTransfer combination test]. 62 63 14. [[span(style=color: #000000, *)]] Compare 1-2 parameter space runs. 56 64 57 65 Comments: 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.