Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
minor code cleanups. Realized I wasn't deallocating message buffers.
[simgrid.git] / src / smpi / src / smpi_base.c
2007-07-26 marklsminor code cleanups. Realized I wasn't deallocating...
2007-07-24 marklsseems to work again!!!
2007-07-23 marklseverything compiles and basic program runs again, but...
2007-07-20 marklsbasic code in place, most compile errors gone, possible...
2007-07-20 marklsEverything should work at this point, but doesn't....
2007-07-19 marklschanged received messages to use own data structure.
2007-07-18 marklsadded proper use of mutex to smpi_wait. smpi_receiver...
2007-07-13 marklsmore work on smpi receiver. basically everything is...
2007-07-10 marklssome more work on smpi_sender and smpi_receiver. It...
2007-07-07 marklsported most of smpi_sender to simix, smpi_receiver...
2007-07-06 marklsadded in code to add computation action to simulation...
2007-07-04 marklsdo-nothing program that uses only MPI_Init and MPI_Fina...
2007-07-03 marklsfinally putting in proper use of mutexes. code still...
2007-07-03 marklsre-start smpi from scratch to use SIMIX.
2007-06-28 marklsA lot has been moved over to simix, but getting rid...
2007-06-19 marklsporting smpi from msg to simix. This may be more work...
2007-06-12 marklsadded smpi to cvs repository. still need to do a lot...