Ronald Rahaman

Results 21 comments of Ronald Rahaman

I'm also a little unclear why your `CMAKE_C_FLAGS_DEBUG` and `CMAKE_CXX_FLAGS_DEBUG` didn't include `-g`?

I did fresh installs of both standalone OpenMC (v0.12.2) and ENRICO (master branch), and everything looks fine on my end. I configured OpenMC with this command, using system-wide MPI and...

Which Linux distro are you using? And do you experience this issue with other MPI programs?

This is an error from OCCA (the parallel backend in NekRS). I would raise the issue to them: https://github.com/libocca/occa It's pretty likely that they could fix this by locating the...

Sorry for not getting back to you sooner! So OCCA has addressed this issue: https://github.com/libocca/occa/pull/432/files#diff-dd832eaf5a2504c8796682e7c123e78446d83478cc01e479931350f8fc2d9df1 However, NekRS uses it's own fork of OCCA, and they haven't merged these upstream changes....

Have you tried setting the environment variable `OMP_NUM_THREADS=16`?

You can generate a .nek5000 file using the nrsvis or visnek scripts in `vendor/nekRS/scripts/nrsvis` or `vendor/nek5000/scripts/visnek` like you would for any other field file. So in the case you described,...

Is this from `qscrod_short#f.#####` or `rod_short#.f#####`?

The "temperature" field in `qscrrod_short#.f#####` is actually the heat source (in W/cm^3). It's certainly a little confusing. * In Nek5000 runs, we're able to output both the temperature and the...

No problem! I was really hoping nekRS would let us use a passive scalar field for heat source. However, for a conjugate heat transfer problem in nekRS, the additional (non-temperature)...