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
Arccore
Arcane
Even if Arccore remains an independent component, this will reduce complexity for new users and help moving some classes from Arcane to Arccore.
using Arccore::*
arcane/utils/*
arcane/**/.h
Arccore::MessagePassing::Mpi
Arcane::MessagePassing::Mpi
Arccore::MessagePassing
Arcane::MessagePassing
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Even if Arccore remains an independent component, this will reduce complexity for new users and help moving some classes from Arcane to Arccore.
using Arccore::*
defined in Arcane components inArccore
header files to make them usable by Arccore usersusing Arccore::*
fromarcane/utils/*
to Arccore #1963using Arccore::*
fromarcane/**/.h
to Arccore #1967Arccore::MessagePassing::Mpi
toArcane::MessagePassing::Mpi
Arccore::MessagePassing::Mpi
toArcane::MessagePassing::Mpi
#1974Arccore::MessagePassing
toArcane::MessagePassing
.The text was updated successfully, but these errors were encountered: