Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove comm from src_proc->comms and dst_proc->comms when finish it,
[simgrid.git] / src /
2012-12-16 Marion GuthmullerRemove comm from src_proc->comms and dst_proc->comms...
2012-12-16 Marion Guthmullerremove comm from rdv if comm destroyed before being...
2012-12-12 Augustin Degommechange the way we handle MPI_Request termination
2012-12-12 Arnaud GierschAnother missing include, needed with tracing=off.
2012-12-11 Arnaud GierschRemove/add a few includes.
2012-12-11 Arnaud GierschRevert "I'm so glad that this line is useless"
2012-12-11 Arnaud GierschRemove now unused support for remote exceptions.
2012-12-11 Arnaud GierschRename function (create->reset), and kill empty functio...
2012-12-11 Arnaud GierschUse a sinlock instead of a mutex for mallocators.
2012-12-11 Arnaud GierschFactorize code for mutex locks.
2012-12-11 Arnaud GierschProtect mallocators for concurrent acces only with...
2012-12-11 Martin Quinsonmake an error message informative
2012-12-11 Martin QuinsonI should stop coding at night -- sorry
2012-12-10 Marion Guthmullermodel-checker : forget one fix in MC_state_set_executed...
2012-12-10 Marion Guthmullermodel-checker : fix dpor algorithm if max depth reached
2012-12-10 Marion Guthmullermodel-checker : restore previous version of MC_state_se...
2012-12-10 Augustin Degommeadd a bunch of new fortran bindings, to make bigdft...
2012-12-10 Marion Guthmullermodel-checker : remove independance between iSend/iRecv...
2012-12-10 Marion Guthmullermodel-checker : one region in snapshot for data and...
2012-12-10 Martin Quinsondocument an ugly pimple in the code that were added...
2012-12-07 Martin QuinsonI'm so glad that this line is useless
2012-12-06 Augustin Degommehandle proper cleanup of mpi datatypes with MPI_Type_fr...
2012-12-06 Augustin Degommemallocators were not initialized and used since commit...
2012-12-06 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-12-06 Marion Guthmullermodel-checker : improve debug message if different...
2012-12-06 Marion Guthmullermodel-checker : ignore global variables corresponding...
2012-12-05 Martin Quinsonthese includes are useless
2012-12-05 Augustin Degommemodify the way we handle MPI_ANY_SOURCE, MPI_ANY_TAG...
2012-12-05 Augustin Degommemake valgrind happy with smpi by handling action destru...
2012-12-04 Marion Guthmullermodel-checker : ignore new variables
2012-12-04 Marion Guthmullermodel-checker : display instruction pointer if differen...
2012-12-04 Marion Guthmullermodel-checker : ignore simcall result in heap comparison
2012-12-04 Marion Guthmullermodel-checker : remove unused code
2012-12-04 Marion Guthmullermodel-checker : set raw heap for initialization step
2012-12-04 Marion Guthmullermodel-checker : get libsimgrid_path with MC_init_memory...
2012-12-04 bedarideDirty Fix to handle model checking with new simcalls
2012-12-03 Marion Guthmullermodel-checker : fix MC_state_set_executed_request
2012-12-03 shensheiFix debug message in simix
2012-12-03 Augustin Degommecomment a bit of code in sender_gap for smpi, which...
2012-12-03 Augustin Degommeremove sender's side data from mpi_send in the receiver...
2012-12-03 Augustin Degommehopefully remove leak in permanent receive mode
2012-12-03 Arnaud GierschRemove spurious semicolon.
2012-12-03 Arnaud GierschDefine inline functions in header file (again).
2012-12-03 Arnaud GierschRemove prototypes.
2012-12-03 Arnaud GierschDefine inline function in header file.
2012-12-03 Arnaud GierschPrint a message and exit if file was not found.
2012-12-02 Marion Guthmullermodel-checker : remove independance between iRecv and...
2012-12-02 Marion Guthmullermodel-checker : statistics printed twice if exhaustive...
2012-12-02 Marion Guthmullermodel-checker : get global variables with objdump and...
2012-12-02 Marion Guthmullermodel-checker : get segments start only in MC_init_memo...
2012-12-02 Marion Guthmullermodel-checker : text segment is read and exec only
2012-12-02 Marion Guthmullermodel-checker : cleanups in comments
2012-12-02 Marion Guthmullermodel-checker : get .got.plt sections
2012-11-30 sutertypos
2012-11-30 Augustin Degommehave the smpif90 file replace the main program clause...
2012-11-30 Augustin Degommefix a memory leak happening with smpi_replay
2012-11-30 Augustin Degommeadd support of smpif90 file
2012-11-30 Augustin Degommeadd yet another stunt with smpi_simulated_main to provi...
2012-11-30 Augustin Degommereplace smpi_simulated main by smpi_simulated_main__...
2012-11-30 Augustin Degommeadd two functions to fortran bindings, needed by specfem
2012-11-30 shensheiMerge ../simgrid
2012-11-30 shensheiNew simcalls work
2012-11-29 suterprinting the final simulation time also has to be done...
2012-11-29 suterassuming that rank 0 is the last to finish is a bad...
2012-11-29 suterclean stuff even when the scheduled is not good
2012-11-28 shensheiChange simcall functions
2012-11-28 paul bedarideAdd macros to generate simcalls code
2012-11-28 Cristian RosaMake SimGrid compile again :)
2012-11-28 Cristian RosaWIP on simcalls: fd8c267 Stop making direct calls to...
2012-11-28 Cristian RosaStop making direct calls to SIMIX for host handling...
2012-11-28 Cristian RosaKill unused macro.
2012-11-28 Cristian RosaMove Hosts related simcalls to the new API.
2012-11-28 Cristian RosaAdd new type of scalar value 'STRING' for const char*
2012-11-28 Cristian RosaExtend definition of simcalls to include a pointer...
2012-11-28 Cristian RosaMove SIMCALL_HOST_EXECUTE to the new simcall architectu...
2012-11-28 Cristian RosaAdd new simcall interface definitions.
2012-11-28 Cristian RosaExtend definition of simcalls to include a pointer...
2012-11-28 Cristian RosaMove SIMCALL_HOST_EXECUTE to the new simcall architectu...
2012-11-28 Cristian RosaAdd new simcall interface definitions.
2012-11-28 schnorr[trace] avoiding key clashes on paje links
2012-11-28 Augustin Degommeforgot to add color for computing in previous commit
2012-11-28 Augustin Degommeadd option to generate states for code outside smpi...
2012-11-28 jean-noel quintin[smpi,simix-network] remove a useless function
2012-11-28 schnorr[trace] header re-organization (now with a basic version)
2012-11-28 schnorr[trace] fix color for MPI operations to correctly follo...
2012-11-28 schnorr[trace] new option tracing/basic (used to generate...
2012-11-28 Marion Guthmullermodel-checker : init result of simcalls for snapshot...
2012-11-28 Marion Guthmullermodel-checker : try first to associate each block or...
2012-11-27 Marion Guthmullermodel-checker : remove unnecessary step
2012-11-27 Marion Guthmullermodel-checker : equal_to field of blocks/fragments...
2012-11-27 Marion Guthmullermodelc-checker : reset list of blocks/fragments pairs...
2012-11-27 Marion Guthmullermodel-checker : init equal_to field to -1 for each...
2012-11-27 Marion Guthmullermodel-checker : set size used to 0 when free fragment
2012-11-27 Arnaud GierschTypo + kill useless empty lines.
2012-11-27 Arnaud GierschCall xbt_log_postexit() at the end.
2012-11-27 Arnaud Gierschgras_os_time() has vanished.
2012-11-27 Arnaud GierschFile is unused since commit 678328fb7b84cbcebfff2e5df24...
2012-11-26 Arnaud GierschRemove needless volatile qualifier.
2012-11-26 suterchange default value of tcp_gamma to use something...
2012-11-26 Martin Quinsondoxygen is sooooo roten, it drives me crazy
next