Samuel Thibault
							
						 | 
						
							
							
								73e384e809
							
							starpu_init() must be called before starpu_mpi_init_comm().
						 | 
						9 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								4558b08a5b
							
							port r18366 from 1.2: fix loop...
						 | 
						9 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								8497e36e91
							
							Avoid evicting data which is being written to, the value being transferred will be bogus anyway, and the data will be invalidated anyway
						 | 
						9 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								89c65e1e5a
							
							make starpu_mpi_get_data_on_node and starpu_mpi_get_data_on_node_detached benefit from the cache too. Make starpu_mpi_data_migrate just use starpu_mpi_get_data_on_node_detached instead of reimplementing it
						 | 
						9 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								c97a52377e
							
							drop spurious change
						 | 
						9 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								96155ab478
							
							move starpu_mpi_get_data_on_node and starpu_mpi_get_data_on_node_detached from starpu_mpi_task_insert.c to starpu_mpi.c, since it's not related with task_insert at all any more
						 | 
						9 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								6d917d694e
							
							rename "power" into "energy" wherever it applies, notably energy consumption performance models
						 | 
						9 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								9aa325e691
							
							Fix multiple partitioning planning of the same data: they share the same switching codelet, but may have varying nparts
						 | 
						9 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								8bb9a66912
							
							Fix data migration: we need to flush the cache too. Add starpu_mpi_data_migrate which does things properly
						 | 
						9 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								c4a9c20417
							
							Wait for child termination and core dump before running gdb
						 | 
						9 years ago | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								676037ab82
							
							mpi/examples/Makefile.am: delete generated mod files
						 | 
						9 years ago | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								012f8773fe
							
							configure.ac: fix detection for mpif90 compiler and MPI_Comm_f2c function
						 | 
						9 years ago | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								7372df73aa
							
							mpi/: always run testsuite on 4 processes
						 | 
						9 years ago | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								c0c9aa4ff2
							
							tools/valgrind: add suppression files for padico and madmpi
						 | 
						9 years ago | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								53eff7e16e
							
							configure.ac: set mpif90 as default MPI fortran compiler and indicate in summary if native fortran support is enabled
						 | 
						9 years ago | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								33f2628107
							
							mpi/src: move fortran code in dedicated files
						 | 
						9 years ago | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								50d3906bb0
							
							mpi: better deal with cleaning of early data structures
						 | 
						9 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								218d2349c3
							
							do not abort if a task executing nowhere requests data being fetched on a given node
						 | 
						9 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								f3bfedf320
							
							Reduce execution time
						 | 
						9 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								d9759eca1f
							
							fix typo
						 | 
						9 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								d89033f224
							
							Reduce maximum allowed time for tests, to avoid waiting for half an hour for hung tests
						 | 
						9 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								bf774ba7e4
							
							Avoid CPU overload when running MPI, which crazily increases test time
						 | 
						9 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								a8784b8805
							
							fix build
						 | 
						9 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								c0f741aa00
							
							Reduce completion time of make check in non-quick non-long mode
						 | 
						9 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								109917c6fb
							
							fix build with mpi implementations which don't have fortran support, e.g. simgrid before 3.12
						 | 
						9 years ago | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								fdd82490b4
							
							examples/sched_ctx/parallel_code.c: remove unused variable
						 | 
						9 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								49ec3bfcde
							
							explain a common possibility for unknown argument given to task_insert and friends
						 | 
						9 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								1f841a3f0d
							
							Add origin of data requests for debugging
						 | 
						9 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								56f7a63766
							
							fix typo, thanks Florent
						 | 
						9 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								02508a3ed7
							
							Add magic number to data, to check against multiple unregistrations
						 | 
						9 years ago |