Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workshop2024 merge #2328

Merged
merged 32 commits into from
Jul 11, 2024
Merged

Workshop2024 merge #2328

merged 32 commits into from
Jul 11, 2024

Conversation

PaulTalbot-INL
Copy link
Collaborator

@PaulTalbot-INL PaulTalbot-INL commented Jun 4, 2024


Pull Request Description

What issue does this change request address? (Use "#" before the issue to link it, i.e., #42.)

close #2339

What are the significant changes in functionality due to this change request?

For Change Control Board: Change Request Review

The following review must be completed by an authorized member of the Change Control Board.

  • 1. Review all computer code.
  • 2. If any changes occur to the input syntax, there must be an accompanying change to the user manual and xsd schema. If the input syntax change deprecates existing input files, a conversion script needs to be added (see Conversion Scripts).
  • 3. Make sure the Python code and commenting standards are respected (camelBack, etc.) - See on the wiki for details.
  • 4. Automated Tests should pass, including run_tests, pylint, manual building and xsd tests. If there are changes to Simulation.py or JobHandler.py the qsub tests must pass.
  • 5. If significant functionality is added, there must be tests added to check this. Tests should cover all possible options. Multiple short tests are preferred over one large test. If new development on the internal JobHandler parallel system is performed, a cluster test must be added setting, in XML block, the node <internalParallel> to True.
  • 6. If the change modifies or adds a requirement or a requirement based test case, the Change Control Board's Chair or designee also needs to approve the change. The requirements and the requirements test shall be in sync.
  • 7. The merge request must reference an issue. If the issue is closed, the issue close checklist shall be done.
  • 8. If an analytic test is changed/added is the the analytic documentation updated/added?
  • 9. If any test used as a basis for documentation examples (currently found in raven/tests/framework/user_guide and raven/docs/workshop) have been changed, the associated documentation must be reviewed and assured the text matches the example.

@PaulTalbot-INL PaulTalbot-INL marked this pull request as draft June 4, 2024 20:06
@wangcj05
Copy link
Collaborator

@joshua-cogliati-inl It seems there is some problem with IDW rom:
image

Do you have time to take a look at it? You can check test at:

image

@joshua-cogliati-inl
Copy link
Collaborator

joshua-cogliati-inl commented Jun 24, 2024

@joshua-cogliati-inl It seems there is some problem with IDW rom:

Hm, I wonder if commenting out line 234 in crow/include/utilities/ND_Interpolation_Functions.h would fix it.
(That is virtual ~InverseDistanceWeighting() {}; )

@j-bryan or @mandd (Any ideas?)

It looks like the Constructors in src/utilities/inverseDistanceWeigthing.cxx do not have any allocation, so I am not sure why a destructor would be needed.

@j-bryan
Copy link
Collaborator

j-bryan commented Jun 24, 2024

@joshua-cogliati-inl I tried commenting out that line, rebuilding RAVEN, and running the test, and I still got that warning.

wangcj05 and others added 6 commits June 27, 2024 08:18
* Removing specifying liblapack.

* Switching to setuptools 69.

* Adding comment explaining setuptools version.

* Adding back windows lapack dependency to see if needed.
alfoa and others added 8 commits July 6, 2024 13:21
…ers (#2319)

* moved samplers-optimizers function tests in their own folder for clarity

* renamed

* modified test names and revisions

* moved subfolders

* Closes #2302

* usage base class function evaluation method in ensembleForward

* added error msg for detection of loop in function system

* added test for ensemble model passing strings (restart file paths) around

* removed trailing spaces

* Update ravenframework/Samplers/EnsembleForward.py

* Update ravenframework/Samplers/Sampler.py

* Update ravenframework/Samplers/Sampler.py

* Update ravenframework/Samplers/Sampler.py

* fixed comment

* we always check for isolated functions

* updated model.tex

* changed order to reflect order of appearance in the introduction of the Model sections

* modified test description to make them latex compatible

* specialization for EnsembleForward and CustomSampler

* Apply suggestions from code review

addressed Congjian's comments

* Apply suggestions from code review

* Apply suggestions from code review

* Update ravenframework/Samplers/Sampler.py

* updated setuptools dep

* updated to simply ver 69

* added utility function as Congjian's request

* plot entity

* model order

* added starting models

* Apply suggestions from code review

* Update ravenframework/utils/graphStructure.py

---------

Co-authored-by: Congjian Wang - INL <[email protected]>
* added custom arbitrary input extention to inputspecs and unit test

* removing internalParallel for adaptsobol cluster test
* Update FARM user manual and citation

* Remove space.

* Revert previous.

---------

Co-authored-by: Joshua J. Cogliati <[email protected]>
@wangcj05 wangcj05 changed the title [WIP] Workshop2024 merge Workshop2024 merge Jul 10, 2024
@wangcj05 wangcj05 marked this pull request as ready for review July 10, 2024 16:09
Copy link
Collaborator

@joshua-cogliati-inl joshua-cogliati-inl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This pull request adds workshop materials, but it also makes changes in ravenframework (especially in Samplers). It also does a submodule update. However, these are not explained in the Pull Request Description or in the linked Issue/Task.

The workshop additions and the workshop example additions look fine (tho' some of the powerpoint files are on the big side).

UPDATE: The extra changes shown were just a bug in github and was fixed by merging with devel.

Copy link
Collaborator

@joshua-cogliati-inl joshua-cogliati-inl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The merge fixed the extra changes, so I no longer think this needs changes.

Copy link
Collaborator

@joshua-cogliati-inl joshua-cogliati-inl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be worth trying to compress some of the powerpoint presentations.

@wangcj05
Copy link
Collaborator

@joshua-cogliati-inl FYI, I have reduced the sizes of slides based on your suggestion using print option.

Copy link
Collaborator

@joshua-cogliati-inl joshua-cogliati-inl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed and approve.

@wangcj05
Copy link
Collaborator

This PR only touches workshop materials, and there is no source code updates in this PR. Since HPC is under maintenance, the Test qsubs sawtooth can be skipped in this PR. Once other tests are green, this PR can be merged.

@joshua-cogliati-inl joshua-cogliati-inl merged commit 6a89f3b into devel Jul 11, 2024
11 of 12 checks passed
@joshua-cogliati-inl joshua-cogliati-inl deleted the workshop2024 branch July 11, 2024 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TASK] Update workshop materials