Doc review 2023 03 round 01#869
Conversation
| If you plan to use OpenMC_, you can follow their installation instructions with | ||
| DAGMC built-in. |
There was a problem hiding this comment.
Might be good to link to the instructions here: https://docs.openmc.org/en/stable/quickinstall.html
| ~~~~~~~~~~~~~~~~~ | ||
|
|
||
| As of DAGMC version 3.1, MOAB version 5.1.0 or higher is required. The following | ||
| As of DAGMC version 3.2, MOAB version 5.3.0 or higher is required. The following |
There was a problem hiding this comment.
Why is this again? My recollection is that we could still build the latest DAGMC with MOAB v5.1.0.
There was a problem hiding this comment.
Good question... it may be <5.3.0 ? I'll check...
There was a problem hiding this comment.
Just built DAGMC develop and v3.2 against MOAB v5.1.0 and didn't run into any issues. Maybe we can leave this for now.
caa1948 to
2cc4b7b
Compare
pshriwise
left a comment
There was a problem hiding this comment.
Two small suggestions and I think that we're looking good here!
9a4aab9 to
9c5a15b
Compare
2204d39 to
b652fe7
Compare
8606700 to
da04814
Compare
|
This is failing windows tests @pshriwise - but it's probably not because of this PR... I've addressed your questions, so let me know if you think it's ready to merge. |
Yes, I have also faced a similar problem in my PR #860. I am not sure, but I am assuming there is a bug in MOAB. |
|
Its a build failure due to Gtest bizzarely
|
Dear @makeclean, I have updated gtest to v1.13.0 and found the same error. Here is the log. |
|
Dear @gonuke, I believe that some of the resolved changes might have been accidentally dropped in the latest force-push. Could you please check? |
Oh no! You may be right! Let me see if I can recover them manually |
9af046e to
3f459ce
Compare
3f459ce to
96e4aed
Compare
|
Converted this to draft until #880 is merged |
b53e1ad to
ef287dd
Compare
|
This has been rebased & tested (over-tested for now since it's only a doc change) and ready to merge once @pshriwise approves changes. |
Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
25c9df6 to
c3f4eb1
Compare
| ~~~~~~~~~~~~~~~~~ | ||
|
|
||
| As of DAGMC version 3.1, MOAB version 5.1.0 or higher is required. The following | ||
| As of DAGMC version 3.2, a MOAB version between 5.1.0 and 5.3.0 is required. The following |
There was a problem hiding this comment.
Why does this need to be between 5.10 and 5.3.0 again? I thought we could also support newer versions.
There was a problem hiding this comment.
There are significant changes in v5.4.0 that are causing some build fail. We need to resolve this issue before proceeding to v5.4 MOAB.
There was a problem hiding this comment.
Ah, I see. Perhaps we could clarify that the restriction to 5.4.0 is only for Windows if that is the case?
There was a problem hiding this comment.
Our CI is stuck on 5.3.0 until we can figure out all the issues. It's a limitation for Ubuntu as well for 20.04 and older - seems to work on 22.04, though.
With all those caveats, it's seems best to stick with 5.3.0 for now
There was a problem hiding this comment.
Fair enough! Strange though... hopefully we can figure it out someday.
|
@ahnaf-tahmid-chowdhury I'm happy with this if you are. If you don't have any further comments, feel free to merge! ... if you have permissions, that is. Otherwise I can take care of it. |
|
I'm also satisfied with it. After my most recent active PR gets merged, I'm considering creating a new PR to address the latest version of MOAB. It appears that I inadvertently created a forked repo from another fork last time. |
Description
First round of incremental documentation improvements in Spring 2023.
Motivation and Context
Documentation has become confusingly out of date and needs to be improved.
This round focuses on the home page and installation info.