Shreyas Ananthan

Results 41 comments of Shreyas Ananthan

# `cvfemHC` run on NREL Peregrine `mpiexec -np 1 -map-by numa:PE=$OMP_NUM_THREADS` ``` NP = 1; NT = 1; time = 3.15047 NP = 1; NT = 2; time = 1.90648...

For reference the attached file is the submit script I am using to submit jobs on Cori via `sbatch`. This was generated using [Cori script generator](https://my.nersc.gov/script_generator.php) as a starting point,...

I'd encountered this issue in #502 and submitted a fix in #512 can you check if `HAS_FORTRAN2008_FEATURES` was activated in your build?

Thanks @annacclark and @ArnoldTUB , I've a MacBook with the M1 chip, I'll test this on that machine and post any workarounds that I can figure out.

@ax3l May be add a cron option to `on:` to compile the Windows+CUDA build on a weekly basis?

@alanw0 I did some experiments on build times for `src/ngp_algorithms/NodalGradPOpenBoundaryAlg.C`. Just compiling that file alone again and again gives approximately `~122s` for the build in `.ninja_log`. Next, I removed all...

@alanw0 Since we use `stk::mesh::Part::topology()` at runtime to determine which exact instantiation we will use, we will need all the possible combinations instantiated. See the following functions for example https://github.com/Exawind/nalu-wind/blob/78ebed21e86e90c039d4765a9c325fe049d890eb/include/ngp_utils/NgpCreateElemInstance.h#L121-L125...

@lucbv that's a good suggestion. I'll take a look at it.

@mchurchf can you resubmit this pull-request with only Rayleigh damping code on top of the latest main branch?

https://github.com/Exawind/nalu-wind/blob/180441f3ac6aab09bb6704e6953f33b1f32f5c86/src/ngp_algorithms/ABLWallFrictionVelAlg.C#L36-L44