We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
When using more than one GPU node, writing AMR-Wind boundary data in NETCDF format generates errors:
Below is the output after one iteration of a multiphase simulation:
This issue does not occur when running the same case on a single GPU node:
============================================================================== AMR-Wind (https://github.com/exawind/amr-wind)
AMR-Wind version :: v3.4.0-30-gfe3799a1 AMR-Wind Git SHA :: fe3799a AMReX version :: 25.02-23-g06b4a5b105f5
Exec. time :: Thu Apr 3 22:56:34 2025 Build time :: Apr 2 2025 09:50:56 C++ compiler :: NVHPC 23.9.0
MPI :: ON (Num. ranks = 4) GPU :: ON (Backend: CUDA) OpenMP :: OFF
Enabled third-party libraries: NetCDF 4.9.2 ``
The text was updated successfully, but these errors were encountered:
Can you try it with export CUDA_LAUNCH_BLOCKING=1 set?
export CUDA_LAUNCH_BLOCKING=1
Sorry, something went wrong.
@jrood-nrel I will run the case again with the above setting.
This issue is stale because it has been open 30 days with no activity.
No branches or pull requests
Bug description
When using more than one GPU node, writing AMR-Wind boundary data in NETCDF format generates errors:
Below is the output after one iteration of a multiphase simulation:
This issue does not occur when running the same case on a single GPU node:
AMR-Wind information
==============================================================================
AMR-Wind (https://github.com/exawind/amr-wind)
AMR-Wind version :: v3.4.0-30-gfe3799a1
AMR-Wind Git SHA :: fe3799a
AMReX version :: 25.02-23-g06b4a5b105f5
Exec. time :: Thu Apr 3 22:56:34 2025
Build time :: Apr 2 2025 09:50:56
C++ compiler :: NVHPC 23.9.0
MPI :: ON (Num. ranks = 4)
GPU :: ON (Backend: CUDA)
OpenMP :: OFF
Enabled third-party libraries:
NetCDF 4.9.2
``
The text was updated successfully, but these errors were encountered: