patch by Fab. Riguzzi to fix MPI interface

This commit is contained in:
Vítor Santos Costa 2015-02-06 18:11:44 +00:00
parent 7b4cd0d256
commit 42d7b305c0
1 changed files with 2 additions and 1 deletions

View File

@ -208,7 +208,8 @@ message and _Data_ with the message itself.
mpi_barrier/0,
mpi_msg_buffer_size/2,
mpi_msg_size/2,
mpi_gc/0
mpi_gc/0,
mpi_default_buffer_size/2
]).
:- load_foreign_files([yap_mpi], [], init_mpi).