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
I was wondering if someone could help out with the following errors during build using Visual Studio 2022 (With CUDA Enabled).
Error: static assertion failed with "PackComponents is expected to satisfy the concept DataPacking." amrex_3d on amrex\Src\Base\AMReX_NonLocalBC.H 605
Error static assertion failed with "ApplyDtosAndProjectionOnReciever<> is expected to satisfy the DataPacking concept." amrex_3d amrex\Src\Base\AMReX_NonLocalBC.H 666
....
and
Error C2244 'amrex::FabArray::array': unable to match function definition to an existing declaration amrex_3d
amrex\Src\Base\AMReX_FabArray.H 1552
Error C2244 'amrex::FabArray::const_array': unable to match function definition to an existing declaration amrex_3d
amrex\Src\Base\AMReX_FabArray.H 1584
...
there are many errors but with a similar error code.
Would be great if someone could give some pointers on how to fix these.
Thank you much.
Ram.
The text was updated successfully, but these errors were encountered:
Unfortunately we don't have windows machines for testing. There is a PR trying to set up a GitHub Action for Windows + CUDA. But it still has some issues. It seems to have a different issue than what you have. @ramsampath maybe you can offer some help on #1585.
Hello,
I was wondering if someone could help out with the following errors during build using Visual Studio 2022 (With CUDA Enabled).
Error: static assertion failed with "PackComponents is expected to satisfy the concept DataPacking." amrex_3d on amrex\Src\Base\AMReX_NonLocalBC.H 605
Error static assertion failed with "ApplyDtosAndProjectionOnReciever<> is expected to satisfy the DataPacking concept." amrex_3d amrex\Src\Base\AMReX_NonLocalBC.H 666
....
and
Error C2244 'amrex::FabArray::array': unable to match function definition to an existing declaration amrex_3d
amrex\Src\Base\AMReX_FabArray.H 1552
Error C2244 'amrex::FabArray::const_array': unable to match function definition to an existing declaration amrex_3d
amrex\Src\Base\AMReX_FabArray.H 1584
...
there are many errors but with a similar error code.
Would be great if someone could give some pointers on how to fix these.
Thank you much.
Ram.
The text was updated successfully, but these errors were encountered: