We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TclMPI does not compile out-of-the-box with Tcl 9.x (tested with Tcl9.0 released in September 2024).
Tcl_Size
Tcl_Size *
int
int *
typedef int Tcl_Size;
TCL_MAJOR_VERSION < 9
016
0o16
The text was updated successfully, but these errors were encountered:
akohlmey
No branches or pull requests
TclMPI does not compile out-of-the-box with Tcl 9.x (tested with Tcl9.0 released in September 2024).
Tcl_Size
orTcl_Size *
instead ofint
orint *
->typedef int Tcl_Size;
forTCL_MAJOR_VERSION < 9
016
syntax but require0o16
-> update integrated tests (Oo16 is supported by Tcl 8.6)The text was updated successfully, but these errors were encountered: