Fix a bug in the marsh_flooding/idealized_transect case#42
Conversation
|
@caozd999, can you comment here on what testing you did to ensure that this works as expected now? |
TestingI tested on my linux laptop using gnu compilers. I set up the test cases as: I had to reduce the number of MPI tasks from 36 to 4 to run well on my laptop. Given the size of the mesh ( I can verify that the script All tests and steps (including |
|
The "failed" Azure test seems to be a GitHub reporting glitch. The test passed just fine when I actually look at the run on Azure. |
xylar
left a comment
There was a problem hiding this comment.
The fix works. I'll merge but let me know first if you want to reduce the number of MPI tasks here before I merge.
|
@xylar Thanks for testing this branch. I changed the MPI to 2 and update the PR. |
|
@caozd999, could you retest the whole test case with this latest change? If it works for you, I'll merge tomorrow. If you have trouble with the new compass repo, let me know and I'll try to help you out. If you can't figure it out before tomorrow morning, I'll go ahead and retest tomorrow and merge if it works for me. |
|
@caozd999, I reran the test cases with the new MPI task count and everything ran fine for me. This time, I ran the 3 |
|
You should probably delete your branch to keep your fork tidy. |


This bug appeared in linking the python script
comparison.pyto thescript_test_dirdirectory. It intended to provide the path of the python script by usingpath_base, which generated to a invalid hyperlink of the script and failed to run the analysis. Changing it tosource_pathfixed this issue.