Uses of Enum Class
dev.civl.mc.model.IF.contract.MPICollectiveBehavior.MPICommunicationPattern
Packages that use MPICollectiveBehavior.MPICommunicationPattern
Package
Description
Module model defines a static model, i.e., the control flow graph, representation of a CIVL-C program.
Submodule model.expression defines expression in CIVL.
-
Uses of MPICollectiveBehavior.MPICommunicationPattern in dev.civl.mc.model.IF
Methods in dev.civl.mc.model.IF with parameters of type MPICollectiveBehavior.MPICommunicationPatternModifier and TypeMethodDescriptionModelFactory.mpiContractExpression(CIVLSource source, Scope scope, Expression communicator, Expression[] arguments, MPIContractExpression.MPI_CONTRACT_EXPRESSION_KIND kind, MPICollectiveBehavior.MPICommunicationPattern pattern) Creates anMPIContractExpressionwhich represents a special construct in MPI contracts system. -
Uses of MPICollectiveBehavior.MPICommunicationPattern in dev.civl.mc.model.IF.contract
Methods in dev.civl.mc.model.IF.contract that return MPICollectiveBehavior.MPICommunicationPatternModifier and TypeMethodDescriptionMPICollectiveBehavior.mpiCommunicationPattern()Returns the enum constant of this class with the specified name.MPICollectiveBehavior.MPICommunicationPattern.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.civl.mc.model.IF.contract with parameters of type MPICollectiveBehavior.MPICommunicationPatternModifier and TypeMethodDescriptionContractFactory.newMPICollectiveBehavior(CIVLSource source, Expression communicator, MPICollectiveBehavior.MPICommunicationPattern pattern) Creates a new instance of\mpi_collective(comm, pattern) -
Uses of MPICollectiveBehavior.MPICommunicationPattern in dev.civl.mc.model.IF.expression
Methods in dev.civl.mc.model.IF.expression that return MPICollectiveBehavior.MPICommunicationPatternModifier and TypeMethodDescriptionMPIContractExpression.getMpiCommunicationPattern()Summary Returns the MPI communication pattern.