Samuel Thibault
|
242e436a14
Fix variable names exposed globally
|
před 8 roky |
Lucas Schnorr
|
920784a15f
fix Paje type hierarchy for Ctxs
|
před 8 roky |
Lucas Schnorr
|
b0e00e4986
use 0.0 so we can correctly sort (keeping order) after startpu_fxt_tool
|
před 8 roky |
Lucas Schnorr
|
960299d1e6
use tab to correctly sort the paje trace file afterwards
|
před 8 roky |
Lucas Schnorr
|
7fce5302a8
use prefix to uniquely identify JobIds
|
před 8 roky |
Lucas Schnorr
|
9a7201a501
use poti_user_SetState with richer data instead of a plain poti_SetState (when Ctxs)
|
před 8 roky |
Lucas Schnorr
|
451a21f81e
declare a new PajeSetState to handle the semi extended SetState event generated for Ctxs
|
před 8 roky |
Lucas Schnorr
|
24f447188d
use the correct event identifier to generate these events (Ctx-related)
|
před 8 roky |
Lucas Schnorr
|
877ac4bc24
Ctx%d events have only 9 parameters, so declare a PajeSetState for them
|
před 8 roky |
Lucas Schnorr
|
4760eba8b7
rely on prefix to find out the nodeid (in the MPI sense)
|
před 8 roky |
Lucas Schnorr
|
685a1ef842
if prefix is empty (single-node trace), return 0
|
před 8 roky |
Nathalie Furmento
|
5d4211faa3
doc: to use the default scheduler, STARPU_SCHED_CTX_POLICY_NAME must be followed by an empty string, not by NULL
|
před 8 roky |
Nathalie Furmento
|
12df25afe0
examples/sched_ctx/two_cpu_contexts.c: using empty string instead of NULL pointer
|
před 8 roky |
Corentin Salingue
|
1ead88764f
remove unused variable
|
před 8 roky |
Nathalie Furmento
|
ebe5e9b884
mpi/tests/insert_task_owner.c: initialise variable
|
před 8 roky |
Nathalie Furmento
|
fae9482dcc
src/debug/traces/starpu_fxt.c: fix to follow coding style, curly braces always go on a new line
|
před 8 roky |
Lucas Schnorr
|
0a2947df09
consider the nodeid for hash indexing when storing alias for mpi, worker and thread containers
|
před 8 roky |
Lucas Schnorr
|
e36b0ee17b
always defined
|
před 8 roky |
Lucas Schnorr
|
2c31927bd4
back port stream id creation to non-poti trace export
|
před 8 roky |
Lucas Schnorr
|
f6e037da6c
If CUDA, workers might be streams, so create an unique name for each of them
|
před 8 roky |
Corentin Salingue
|
4448408f1f
unregister pointer when reusing memory chunk
|
před 8 roky |
Lucas Schnorr
|
8472efdd87
there is no need to set these variables to zero when we are using the PajeSetVariable event only
|
před 8 roky |
Lucas Schnorr
|
1c1abe5128
simplify the code again, using a local variable to contain the current timestamp (now)
|
před 8 roky |
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)
|
před 8 roky |
Lucas Schnorr
|
5fa0f17ad2
when using poti, output the detailed state when issuing a PajeSetState
|
před 8 roky |
Lucas Schnorr
|
64692de8eb
declare the extended PajeSetState with all 11 extra parameters, save the event identifier
|
před 8 roky |
Lucas Schnorr
|
063aaf82dd
only set (again?) the gf variable if the last_end_codelet_time is different of zero
|
před 8 roky |
Lucas Schnorr
|
29d658eeb9
the gf variable should be set to zero immediately after its container creation
|
před 8 roky |
Lucas Schnorr
|
89cd9ecdf1
simplify code with a local variable
|
před 8 roky |
Lucas Schnorr
|
bbd1cdddf1
use now to timestamp these events, since their containers have just been created
|
před 8 roky |