allow MPI to compute term size.

This commit is contained in:
Vítor Santos Costa
2012-02-05 11:57:03 +00:00
parent bd677152e7
commit 0b1c98d3f6
2 changed files with 16 additions and 7 deletions

View File

@@ -31,5 +31,4 @@
mpi_msg_size(Term, Size) :-
terms:export_term(Term, Buf, Size),
terms:import_term(Buf, _).
terms:kill_exported_term(Buf).