This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/library/mpi/mpe.yap

12 lines
179 B
Prolog

:- module(mpe,[
mpi_open/0,
mpi_start/0,
mpi_close/1,
mpi_create_event/1,
mpi_create_state/4]).
:- load_foreign_files([mpe], [], init_mpe).