Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to fixup the context mess
[simgrid.git] / src / smpi /
2008-03-07 mquinsoncosmetics
2008-03-07 marklsmoved XBT_LOG_CONNECT calls into smpi_global so that...
2008-03-06 marklsfixed nasty border condition bug.
2008-03-06 mquinsonConnect correctly the log channels manually for windows...
2008-03-06 mquinsonDo connect all log channel manually to parent using...
2008-02-28 marklsadded simple usage message to smpirun and removed nonwo...
2007-12-24 marklssome of the action checking code didn't work right...
2007-12-23 marklsaccidently tried to compare action to state. now fixed.
2007-12-23 marklsblah
2007-11-30 marklsI just realized that the changes I made to the cond...
2007-11-30 marklschaned global execute_mutex and execute_cond to host...
2007-11-27 marklsrenamed MPI_ functions to avoid namespace collisions...
2007-11-12 marklsrenamed DO_ONCE to SMPI_DO_ONCE.
2007-11-12 marklsmade some changes to allow more than one DO_ONCE block...
2007-11-10 marklscleaning up and refactoring some of the code to create...
2007-11-09 marklscleaned up action code to destroy completed actions...
2007-11-09 marklsadded code to allow for DO_ONCE loops. very preliminary.
2007-11-07 marklssmall change to calls to SIMIX_action_communicate and...
2007-11-07 marklsupdated smpirun to use new xml format and made changes...
2007-11-06 marklsadded compute timer test
2007-10-12 marklscode cleanup, streamlining, removed some redundant...
2007-10-10 marklsupdated to use branching-tree broadcast instead of...
2007-09-18 marklsadded very crufy hacked together broadcast and split.
2007-09-16 marklsworking on mpi_comm_split.
2007-09-15 marklsadding very hacked together and inefficient implementat...
2007-09-09 marklsused host user data to store global index values and...
2007-09-08 marklsremoving references to mpi_comm_world from internal...
2007-09-04 marklsrenamed some functions and moved some data structures...
2007-09-02 marklsrequests were not being makred uncompleted before being...
2007-08-31 marklsminor change broke the build. My bad. It should be...
2007-08-31 marklstrying to debug a persistent problem.
2007-08-29 marklsmoved some more data structures into private.h. Still...
2007-08-29 marklsremoved some unnecessary waiting
2007-08-28 marklsrefactored smpi into multiple source files.
2007-08-28 marklsremoved some files I need to add back again...
2007-08-28 marklsrefactoring smpi into multiple source files.
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...