nalu-wind icon indicating copy to clipboard operation
nalu-wind copied to clipboard

probe name

Open petesilk opened this issue 3 years ago • 5 comments

I am running a case with multiple line_of_site_specifications: probes. They have names such as "- name: probeM0", "- name: probeM2", etc. However, if I include the name "- name: probeM1", the case will not start. Does a core dump and creates the log and error files attached. If I change that one probe name, even simply by removing the "o" to make it "prbeM1", the case runs fine.

is "probeM1" a reserved or special name? why does this not work?

Thank you. user_script.stderr.txt TM.log

petesilk avatar Aug 13 '20 15:08 petesilk

Note that if I start from a mesh, instead of trying to use the "restart" from a previous solution.....I do not have the above problem.

petesilk avatar Aug 13 '20 18:08 petesilk

Interesting. when you remove the "o" are you getting probe data from your probes? Also did you have these probes with the run you used to create your restart dataset?

psakievich avatar Aug 13 '20 21:08 psakievich

Yes, when I remove the “o” I do get data.

No, did not have these particular probes on in the run that created the restart data. That said, other new probes (that were not on in the run that generated the restart file) with names other than probeM1 did work fine.

Thank you, Peter

From: psakievich [email protected] Sent: Thursday, August 13, 2020 5:03 PM To: Exawind/nalu-wind [email protected] Cc: Silkowski, Peter (GE Research, US) [email protected]; Author [email protected] Subject: EXT: Re: [Exawind/nalu-wind] probe name (#677)

Interesting. when you remove the "o" are you getting probe data from your probes? Also did you have these probes with the run you used to create your restart dataset?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/Exawind/nalu-wind/issues/677#issuecomment-673709097, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AQJAUQD2IXQFRJ5FKDZRVGLSARIJRANCNFSM4P6SHCDA.

petesilk avatar Aug 13 '20 21:08 petesilk

I was just looking at Nalu-Wind and saw this bug report. The initial data probes implementation was really sensitive to restarting. There were plenty of use-cases that worked, however, may common ones that failed. You may want to check out Nalu for the fix. The nuance is the mapping of the probe to a mpi rank and and allowing for modifications at restart in addition to more details. The Nalu commit history has more info.

https://github.com/NaluCFD/Nalu/commit/0a57ef5389c45b1a8eb8949abe327347993b7416

spdomin avatar Sep 04 '20 20:09 spdomin

Thanks much.

From: Stefan P. Domino [email protected] Sent: Friday, September 04, 2020 4:08 PM To: Exawind/nalu-wind [email protected] Cc: Silkowski, Peter (GE Research, US) [email protected]; Author [email protected] Subject: EXT: Re: [Exawind/nalu-wind] probe name (#677)

I was just looking at Nalu-Wind and saw this bug report. The initial data probes implementation was really sensitive to restarting. There were plenty of use-cases that worked, however, may common ones that failed. You may want to check out Nalu for the fix. The nuance is the mapping of the probe to a mpi rank and and allowing for modifications at restart in addition to more details. The Nalu commit history has more info.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/Exawind/nalu-wind/issues/677#issuecomment-687356875, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AQJAUQGT4V2XQHWA6SVLNW3SEFCLHANCNFSM4P6SHCDA.

petesilk avatar Sep 04 '20 22:09 petesilk