Uses of Enum Class
dev.civl.abc.ast.node.IF.acsl.MPICollectiveBlockNode.MPICommunicatorMode
Packages that use MPICollectiveBlockNode.MPICommunicatorMode
Package
Description
Submodule ast.node defines every kind of
node in an AST.
-
Uses of MPICollectiveBlockNode.MPICommunicatorMode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF with parameters of type MPICollectiveBlockNode.MPICommunicatorModeModifier and TypeMethodDescriptionNodeFactory.newMPICollectiveBlockNode(Source source, ExpressionNode mpiComm, MPICollectiveBlockNode.MPICommunicatorMode kind, SequenceNode<ContractNode> body) Creates a new MPI Collective block node -
Uses of MPICollectiveBlockNode.MPICommunicatorMode in dev.civl.abc.ast.node.IF.acsl
Methods in dev.civl.abc.ast.node.IF.acsl that return MPICollectiveBlockNode.MPICommunicatorModeModifier and TypeMethodDescriptionMPICollectiveBlockNode.getCollectiveKind()Returns the node corresponding to the specific MPI collective kindReturns the enum constant of this class with the specified name.MPICollectiveBlockNode.MPICommunicatorMode.values()Returns an array containing the constants of this enum class, in the order they are declared.