Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Priorities now fixed in the default model
[simgrid.git] / src / smpi /
2007-08-24 marklsmoving smpi.h to public include directory.
2007-08-24 marklsupdated internal data structures to allow smpi to run...
2007-08-24 marklsencapsulated simdata in private data structures so...
2007-08-21 marklschanged smpirun to delete temp files.
2007-08-21 marklsapparently we can't just pop items off the cond_list...
2007-08-21 marklsremoved unregister_action_to_condition calls. The...
2007-08-08 marklsneeded to add new input files to build scripts to cvs.
2007-08-08 marklssmpicc/smpirun no longer require special envirnment...
2007-08-06 mquinsonwin needs some love for symbols not defined in the...
2007-08-06 alegrandKeep up with last SIMIX modifications.
2007-08-06 mquinsonFix windows build (don't ask why this helps)
2007-08-06 marklsremoving all sub directories and private build stuff.
2007-08-05 marklsmoving smpi into the mainstream build...
2007-08-05 marklsremoved unused variables
2007-08-02 marklsminor changes
2007-08-01 marklsmakes a lot more sense to use request->cond than a...
2007-07-30 marklsglobal variables successfully moved into encapsulating...
2007-07-30 marklsglobal variables moved into structs and everything...
2007-07-30 marklswrapping global variables in structs. not finished...
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 marklshad to add make file to make it possible to actually...
2007-06-12 marklsadded smpi to cvs repository. still need to do a lot...