Merge: Message Passing Interface (MPI) in Nit and partial C language module
authorJean Privat <jean@pryen.org>
Wed, 9 Jul 2014 20:58:10 +0000 (16:58 -0400)
committerJean Privat <jean@pryen.org>
Wed, 9 Jul 2014 20:58:10 +0000 (16:58 -0400)
commit6822f7a70e2fbd2e0d65dc25d13cca3903717901
tree710c7c122372e8f9175ed9e83847d9e34068d056
parent31135b47fa7fcdc793990e899ab0dffa068de5a3
parentc4754a7ead9a2ea9a799f56bfdfafb02e116c8bb
Merge: Message Passing Interface (MPI) in Nit and partial C language module

mpi.nit brings parallel programming to Nit using Message Passing Interface with OpenMPI. Will be used to implement a distributed tester.

c.nit offers low-level structures for performance critical code. More structure and services could be added as needed.

Warning: Does not yet pass all tests on nitg-e, will need to solve the "No provided declaration" error on extern classes with virtual types. I'll update this PR to solve this soon.

Pull-Request: #548
Reviewed-by: Jean Privat <jean@pryen.org>
lib/json_serialization.nit
lib/standard/string.nit