Skip to content

Conversation

@nandu90
Copy link

@nandu90 nandu90 commented Sep 17, 2025

Details of the postprocessor are described in nandu90#1

moosetest added 30 commits November 29, 2022 19:39
@aprilnovak
Copy link
Collaborator

Thanks @nandu90! I just sent you an invite to join the cardinal-devs organization, which you'll need to accept in order for the test suite to launch. If you can give me permissions, I can push to your branch to update the file diffs.

@aprilnovak
Copy link
Collaborator

You'll also want to rebase your nekCI branch off of the latest Cardinal devel branch and then update this PR. I can help if needed

@nandu90
Copy link
Author

nandu90 commented Sep 18, 2025

I have accepted the invite. Thanks!

I am not sure which permission you mentioned. Do you mean to nandu90/cardinal ? Should i add you as collaborator on that fork?

@aprilnovak
Copy link
Collaborator

Yes, if you make me a collaborator on nandu/cardinal then I can push directly there (or if you prefer, I can open a pull request to your fork but IMO this will be a bit easier and save you some time if you let me update it directly). I can do the rebase part for you

@nandu90
Copy link
Author

nandu90 commented Sep 18, 2025

Sure! just sent an invite for collaborator access

@aprilnovak
Copy link
Collaborator

got it, thanks! will work on this soon

@aprilnovak aprilnovak closed this Sep 18, 2025
@aprilnovak
Copy link
Collaborator

sorry, accidentally hit close

@aprilnovak aprilnovak reopened this Sep 18, 2025
@aprilnovak
Copy link
Collaborator

@nandu90, are there any tests which use the NekInfoPostprocessor? Or are those all going to be in nek_ci?

@nandu90
Copy link
Author

nandu90 commented Sep 20, 2025

All of them are in nek_ci. I am not sure how I would create one without a nek case.

@aprilnovak
Copy link
Collaborator

We will need to have test cases in the repo itself, since this will be a valid object users can use and we are not considering nek_ci to be part of the code requirements. The object is pretty simple so I can create those tests.

@nandu90
Copy link
Author

nandu90 commented Sep 25, 2025

Thanks @aprilnovak appreciate your time for creating these tests. If there is anything that you would like to see changes in NekInfoPostprocessor itself please let me know.
I will test out the suite with latest devel, once you have completed the commit.

}

// Mesh - X minimum value
else if (_test_type == "xmin") {
Copy link
Collaborator

@aprilnovak aprilnovak Sep 26, 2025

Choose a reason for hiding this comment

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

FYI these mesh operations will not be robust if running in parallel - I think these all need MPI communication to find the min/max coordinate across all ranks. Will fix this in the new version.

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.

3 participants