Lucas Schnorr
|
24f447188d
use the correct event identifier to generate these events (Ctx-related)
|
8 years ago |
Lucas Schnorr
|
877ac4bc24
Ctx%d events have only 9 parameters, so declare a PajeSetState for them
|
8 years ago |
Lucas Schnorr
|
4760eba8b7
rely on prefix to find out the nodeid (in the MPI sense)
|
8 years ago |
Lucas Schnorr
|
685a1ef842
if prefix is empty (single-node trace), return 0
|
8 years ago |
Nathalie Furmento
|
5d4211faa3
doc: to use the default scheduler, STARPU_SCHED_CTX_POLICY_NAME must be followed by an empty string, not by NULL
|
8 years ago |
Nathalie Furmento
|
12df25afe0
examples/sched_ctx/two_cpu_contexts.c: using empty string instead of NULL pointer
|
8 years ago |
Corentin Salingue
|
1ead88764f
remove unused variable
|
8 years ago |
Nathalie Furmento
|
ebe5e9b884
mpi/tests/insert_task_owner.c: initialise variable
|
8 years ago |
Nathalie Furmento
|
fae9482dcc
src/debug/traces/starpu_fxt.c: fix to follow coding style, curly braces always go on a new line
|
8 years ago |
Lucas Schnorr
|
0a2947df09
consider the nodeid for hash indexing when storing alias for mpi, worker and thread containers
|
8 years ago |
Lucas Schnorr
|
e36b0ee17b
always defined
|
8 years ago |
Lucas Schnorr
|
2c31927bd4
back port stream id creation to non-poti trace export
|
8 years ago |
Lucas Schnorr
|
f6e037da6c
If CUDA, workers might be streams, so create an unique name for each of them
|
8 years ago |
Corentin Salingue
|
4448408f1f
unregister pointer when reusing memory chunk
|
8 years ago |
Lucas Schnorr
|
8472efdd87
there is no need to set these variables to zero when we are using the PajeSetVariable event only
|
8 years ago |
Lucas Schnorr
|
1c1abe5128
simplify the code again, using a local variable to contain the current timestamp (now)
|
8 years ago |
Lucas Schnorr
|
5dd23dc290
the "user event type" type is child of P, not T (as far as the rest of related tracing code is correct)
|
8 years ago |
Lucas Schnorr
|
5fa0f17ad2
when using poti, output the detailed state when issuing a PajeSetState
|
8 years ago |
Lucas Schnorr
|
64692de8eb
declare the extended PajeSetState with all 11 extra parameters, save the event identifier
|
8 years ago |
Lucas Schnorr
|
063aaf82dd
only set (again?) the gf variable if the last_end_codelet_time is different of zero
|
8 years ago |
Lucas Schnorr
|
29d658eeb9
the gf variable should be set to zero immediately after its container creation
|
8 years ago |
Lucas Schnorr
|
89cd9ecdf1
simplify code with a local variable
|
8 years ago |
Lucas Schnorr
|
bbd1cdddf1
use now to timestamp these events, since their containers have just been created
|
8 years ago |
Lucas Schnorr
|
a0104c0146
use a variable to keep the current time of the event
|
8 years ago |
Lucas Schnorr
|
54c6f96a61
when creating the mpi communication thread, adopt alias as name in poti
|
8 years ago |
Lucas Schnorr
|
47ac7b3d9c
set to NULL
|
8 years ago |
Lucas Schnorr
|
5a4ed50582
fix MPI link trace generation with poti
|
8 years ago |
Lucas Schnorr
|
8b72dacf88
fix order of parameters ("MPIL" is the container)
|
8 years ago |
Samuel Thibault
|
1704a40942
Add missing documentation
|
8 years ago |
Samuel Thibault
|
2905b3eb1c
Release the mc spinlock while freeing data, otherwise cudaFree might cause the whole StarPU to get stuck
|
8 years ago |