-
Notifications
You must be signed in to change notification settings - Fork 9
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
Try building on windows #154
Merged
greole
merged 40 commits into
exasim-project:ci/win
from
Fitanium:try-building-on-windows
Oct 14, 2024
Merged
Try building on windows #154
greole
merged 40 commits into
exasim-project:ci/win
from
Fitanium:try-building-on-windows
Oct 14, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…on was made to 'demangle' function
…iles as CUDA source files
Open
…annot be referenced -- it is a deleted function
…nt function ('CATCH2_INTERNAL_TEST_0') for an extended __host__ __device__ lambda cannot have internal or no linkage
I created a branch/PR to add enable building NeoFOAM without mpi support, see #156. Once, that is ready we should add windows support without mpi first. |
greole
requested changes
Oct 6, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a quick and not complete review. Looks already in good shape, thank you!
Two general comments:
- Please move the additional benchmarking and non windows build related changes to a separate PR. This helps to keep the PRs easy to review.
- Please remove the MPI related changes, since we try to add support for builds without MPI first.
greole
force-pushed
the
ci/win
branch
2 times, most recently
from
October 8, 2024 18:53
cebb577
to
1088d50
Compare
…ing parent function ('CATCH2_INTERNAL_TEST_0') for an extended __host__ __device__ lambda cannot have internal or no linkage" This reverts commit cf84406.
greole
reviewed
Oct 9, 2024
greole
reviewed
Oct 9, 2024
…l depend the configuration of Kokkos if found
greole
reviewed
Oct 10, 2024
Fitanium
force-pushed
the
try-building-on-windows
branch
from
October 13, 2024 08:45
76e4db3
to
9349d1d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In this PR I made some changes to NeoFOAM so that it can be built on Windows.
My hardware configuration:
CMake command line:
Build with MS-Build:
MSBuild.exe -p:configuration=Release -p:platform=x64 -m:8 .\NeoFOAM.sln
The following is screenshot of some logs:
Hope this helps.