Samuel Thibault
							
						 | 
						
							
							
								3ebbf095cc
							
							Replace starpu_set_iteration/subiteration with starpu_iteration_push/pop, to make it nested
						 | 
						vor 8 Jahren | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								265cfa6687
							
							Set coordinates and iteration loops for MPI examples
						 | 
						vor 8 Jahren | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								8bb9a66912
							
							Fix data migration: we need to flush the cache too. Add starpu_mpi_data_migrate which does things properly
						 | 
						vor 9 Jahren | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								c0f741aa00
							
							Reduce completion time of make check in non-quick non-long mode
						 | 
						vor 9 Jahren | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								8ba08c8dfc
							
							mpi: check function return values and free memory
						 | 
						vor 9 Jahren | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								999486a395
							
							mpi: do not fail when needed workers are unavailable
						 | 
						vor 9 Jahren | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								b8dd6df73a
							
							Use starpu_mpi_comm_rank/size instead of MPI_Comm_rank/size in mpi applications
						 | 
						vor 10 Jahren | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								4879e8ebfa
							
							Reduce the number of iteration to reduce memory consumption
						 | 
						vor 10 Jahren | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								bb61f3808d
							
							update cnrs copyright
						 | 
						vor 10 Jahren | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								f8a78074a6
							
							mpi/examples/stencil/stencil5.c: lower number of iterations when quick-check is enabled
						 | 
						vor 10 Jahren | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								bd64def1aa
							
							mpi: rewrite applications
						 | 
						vor 10 Jahren | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								6757bca1b5
							
							Remove implementation array terminator in tests, examples, and documentation, since it is not actually used
						 | 
						vor 11 Jahren | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								4133eda967
							
							Add missing copyrights
						 | 
						vor 11 Jahren | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								8d6a3cf3df
							
							backport branches/starpu-1.1@13064: mpi/examples/stencil/stencil5.c: fix distribution function name
						 | 
						vor 11 Jahren | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								12ffd4005e
							
							mpi: update applications to use starpu_mpi_data_register instead of both starpu_data_set_tag and starpu_data_set_rank
						 | 
						vor 11 Jahren | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								2fc5035219
							
							Submit MPI data migration asynchronously, so it's all overlapped
						 | 
						vor 12 Jahren | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								c437b85f8b
							
							Document how to perform MPI data migration
						 | 
						vor 12 Jahren | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								98d9eb5c64
							
							Functions starpu_insert_task and starpu_mpi_insert_task are renamed
						 | 
						vor 12 Jahren | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								51eea5acc3
							
							mpi: turn tests and examples silent if environment variable STARPU_SSILENT is set
						 | 
						vor 12 Jahren | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								579be68c99
							
							use STARPU_MAIN_RAM instead of 0 to design main memory
						 | 
						vor 12 Jahren | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								b227dbcfdc
							
							Use STARPU_ATTRIBUTE_* macros
						 | 
						vor 12 Jahren | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								5ea90822ca
							
							mpi/examples/stencil/stencil5.c: reduce values when quick-check is enabled
						 | 
						vor 12 Jahren | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								528c4fa1b9
							
							mpi: free allocated memory
						 | 
						vor 12 Jahren | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								1357b7fb73
							
							mpi: field where of struct starpu_codelet is optional, no longer set it
						 | 
						vor 12 Jahren | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								490532ebd6
							
							mpi/examples: fix spacing
						 | 
						vor 13 Jahren | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								cc29bc43df
							
							mpi: add a parameter initialize_mpi to starpu_mpi_init, then we no longer rely on MPI_Initialized() to detect if MPI is already initialised or not, we just ask the upper layer to tell us if it needs to be initialised
						 | 
						vor 13 Jahren | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								8d839ec756
							
							mpi: tests and examples update call to deprecated functions
						 | 
						vor 13 Jahren | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								c83ad0af19
							
							mpi: minor fixes
						 | 
						vor 13 Jahren | 
					
				
					
						
							
								   Cyril Roelandt
							
						 | 
						
							
							
								a2f330c273
							
							mpi/examples: check the return value of starpu_init().
						 | 
						vor 13 Jahren | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								f89fabac04
							
							Create a bit less tasks, so it can fit in 4GiB
						 | 
						vor 13 Jahren |