Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
added smpi to cvs repository. still need to do a lot of integration work.
authormarkls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 12 Jun 2007 04:25:02 +0000 (04:25 +0000)
committermarkls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 12 Jun 2007 04:25:02 +0000 (04:25 +0000)
commitd47debaeffa6807956ee9cc7da90759efe49beda
treea87a13e37ad3e80f26ce7a415fdf09b34606fa0a
parent1c080fdf88d3dc8cbf7413b1f8b3ce66d475070a
added smpi to cvs repository.  still need to do a lot of integration work.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3599 48e7efb5-ca39-0410-a469-dd3cf9ba447f
14 files changed:
src/smpi/include/smpi.h [new file with mode: 0644]
src/smpi/sample/allreduce.c [new file with mode: 0644]
src/smpi/sample/alltoall.c [new file with mode: 0644]
src/smpi/sample/bcast.c [new file with mode: 0644]
src/smpi/sample/bcbench.c [new file with mode: 0644]
src/smpi/sample/first.c [new file with mode: 0644]
src/smpi/sample/matrix.c [new file with mode: 0644]
src/smpi/sample/mvmul.c [new file with mode: 0644]
src/smpi/sample/reduce.c [new file with mode: 0644]
src/smpi/sample/ring_c.c [new file with mode: 0644]
src/smpi/scripts/smpicc [new file with mode: 0755]
src/smpi/scripts/smpirun [new file with mode: 0755]
src/smpi/src/smpi_base.c [new file with mode: 0644]
src/smpi/src/smpi_mpi.c [new file with mode: 0644]