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)
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>

1  2 
lib/json_serialization.nit
lib/standard/string.nit

Simple merge
Simple merge