Nathalie Furmento
							
						 | 
						
							
							
								534e9acd5b
							
							disk: fix bugs detected by coverity
						 | 
						9 éve  | 
					
				
					
						
							
								   Terry Cojean
							
						 | 
						
							
							
								e780abfe9f
							
							Fix some problem with contexts created with r17654 with minimal changes. Since then, barriers do not return 0 upon success but return the amount of waited tasks.
						 | 
						9 éve  | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								247ed5b742
							
							Only recent versions of simgrid support setting xbt_cfg_set_string before starting simgrid
						 | 
						9 éve  | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								173e6139ac
							
							automatically set contexts/factory:thread when using MSG_process_attach, and test this
						 | 
						9 éve  | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								b11fcecb22
							
							Make sure to have both v3 and v4 simgrid platform files, since we don't know at that point which version will be needed
						 | 
						9 éve  | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								8cc4eac03c
							
							Benefit from MSG_process_attach
						 | 
						9 éve  | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								43f68b70d4
							
							Fix execution with simgrid git
						 | 
						9 éve  | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								cd11bb3f79
							
							revert r17989, blas availability in simgrid mode was actually already fixed globally
						 | 
						9 éve  | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								692cab9d17
							
							Fix inversion...
						 | 
						9 éve  | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								02b82caf1b
							
							allow building sgemm & dgemm in simgrid mode without a blas lib
						 | 
						9 éve  | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								09a252be33
							
							avoid using deprecated simgrid function
						 | 
						9 éve  | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								c135e2c23a
							
							Fix build with simgrid without cuda or blas
						 | 
						9 éve  | 
					
				
					
						
							
								   Corentin Salingue
							
						 | 
						
							
							
								591e1f620a
							
							Change error message to warning message
						 | 
						9 éve  | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								428e4ca6c7
							
							Completely drop 0-byte transfers, we don't actually produce any in reality
						 | 
						9 éve  | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								1649cc0711
							
							better document failure of o_direct variant
						 | 
						9 éve  | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								5d82bf9e30
							
							drop spurious extra size
						 | 
						9 éve  | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								966c035f9e
							
							add compatibility with simgrid 3.13
						 | 
						9 éve  | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								ec1f34dea4
							
							note why we don't use MSG_process_join yet
						 | 
						9 éve  | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								5c5ea509bb
							
							Fix confusion between local variable and includer variable
						 | 
						9 éve  | 
					
				
					
						
							
								   Terry Cojean
							
						 | 
						
							
							
								d2952fbe0e
							
							Solve Alfredo's problem with context deletion. Unlocking the worker's sched_mutex becomes too much of a hassle in this case, so instead make use of an internal mutex.
						 | 
						9 éve  | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								b474d7ab4e
							
							fix pointer computation
						 | 
						9 éve  | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								38097a0048
							
							fix spurious trace event
						 | 
						9 éve  | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								53816fd5db
							
							fix warning
						 | 
						9 éve  | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								251365a3c5
							
							Check for validity of registered pointers early, to avoid deferring that until the low-level GPU copy routine is involved deep inside the request mechanisms...
						 | 
						9 éve  | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								21cc796080
							
							fix some compatibility issues with simgrid 3.13, not complete though :/
						 | 
						9 éve  | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								3fdb99a725
							
							Add support for arch-specific but easy-to-user cost function
						 | 
						9 éve  | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								204e364248
							
							Fix crash in simgrid mode with void datas
						 | 
						9 éve  | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								2999f665f2
							
							fix bugs detected by scan clang tool
						 | 
						9 éve  | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								9109d34b21
							
							fux bugs detected by scan clang tool
						 | 
						9 éve  | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								37529e0c2a
							
							fix bugs detected by coverity
						 | 
						9 éve  |