UNPKG

@specs-feup/clava

Version:

A C/C++ source-to-source compiler written in Typescript

13 lines 341 B
import { Type } from "../../Joinpoints.js"; /** * Utility methods related to MPI. * */ export default class MpiUtils { static VAR_NUM_TASKS: string; static VAR_NUM_WORKERS: string; static VAR_RANK: string; static _VAR_MPI_STATUS: string; static getMpiType($type: Type): string; } //# sourceMappingURL=MpiUtils.d.ts.map