You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to document and test how to build AMReX on Windows with GPU (CUDA) support. Downstream, we have users for ImpactX/HiPACE++/WarpX actively asking for this feature.
I suggest you to use WSL under Windows, and build AMReX+CUDA like what exactly is done under Linux system. This is what I am doing right now. The efficiency of WSL is good (like original Linux). The only difference is the cuda installation under WSL is a little difference from the original Linux system, see the guides on nvidia websites. Meanwhile, the unified memory feather can not be used under WSL, therefore you should set "amrex.the_arena_is_managed=0" to ensure the program can run correctly.
Hi. Unfortunately, WSL has security issues and is therefore blacklisted in some companies/institutions. It would be great to have a way to build AMReX on Windows natively.
We need to document and test how to build AMReX on Windows with GPU (CUDA) support. Downstream, we have users for ImpactX/HiPACE++/WarpX actively asking for this feature.
So far, @robertmaynard @sayerhs @mic84 and me gave this a stab in #1585. But we could not yet find a working CI configuration.
The text was updated successfully, but these errors were encountered: