-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
Compiling with MacOS arm64 #203
Comments
@sblondel gh actions on macos pass. Can we test this again with latest develop? |
Hi, I am facing issues making Xolotl (stable) with macOS. I have tried macOS systems with both arm64 and x86_64 architecture, but get the same error. I have used the following cmake command to configure. cmake -DCMAKE_BUILD_TYPE=Release -DKokkos_DIR=$KOKKOS_DIR/install -DPETSC_DIR=$PETSC_DIR The error that I get is: [ 91%] Linking CXX shared library libxolotlSolver.dylib I felt it would be relevant regarding this open issue. Just wanted to know if it is adifferent problem or related to the same issue. Thanks in advance. |
@sanjoymazumder13 Thank you for your post. |
Thanks @sblondel for the information. This was helpful. I am working with the #---------#
|
Try using |
Thanks @PhilipFackler. It worked with both the architectures. |
The code is currently not compiling with this architecture, it brakes when PETSc builds Kokkos or Kokkos-kernel.
The text was updated successfully, but these errors were encountered: