Skip to content

Commit

Permalink
add note to knownissues
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Sep 24, 2024
1 parent 61358f4 commit 865eba3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/knownissues.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,5 @@ However they have two limitations:
* [Julia's C-compatible function pointers](https://docs.julialang.org/en/v1/manual/calling-c-and-fortran-code/index.html#Creating-C-Compatible-Julia-Function-Pointers-1) cannot be used where the `stdcall` calling convention is expected, which is the case for 32-bit Microsoft MPI,
* closure cfunctions in Julia are based on LLVM trampolines, which are not supported on ARM architecture.
As an alternative [`@ReduceOp`](@ref) may be used to statically register reduction operations.

0 comments on commit 865eba3

Please sign in to comment.