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
The GetMemoryType function of an mfem Device is returning a python integer rather than a mfem MemoryType.
I have only observed this from the mfem.ser build using the cpu device type, so this may be the trivial case, but limits code portability between difference hardwares. I have found this to be a problem for constructing a BlockVector with a specified MemoryType.
Below is a minimum code example to demonstrate the issue.
The GetMemoryType function of an mfem Device is returning a python integer rather than a mfem MemoryType.
I have only observed this from the mfem.ser build using the cpu device type, so this may be the trivial case, but limits code portability between difference hardwares. I have found this to be a problem for constructing a BlockVector with a specified MemoryType.
Below is a minimum code example to demonstrate the issue.
The text was updated successfully, but these errors were encountered: