hkaiser changed the topic of #ste||ar to: STE||AR: Systems Technology, Emergent Parallelism, and Algorithm Research | stellar-group.org | HPX: A cure for performance impaired parallel applications | github.com/STEllAR-GROUP/hpx | This channel is logged: irclog.cct.lsu.edu
K-ballo has quit [Read error: Connection reset by peer]
K-ballo has joined #ste||ar
K-ballo has quit [Remote host closed the connection]
hkaiser has quit [Quit: Bye!]
K-ballo has joined #ste||ar
K-ballo1 has joined #ste||ar
K-ballo has quit [Ping timeout: 246 seconds]
K-ballo1 is now known as K-ballo
Yorlik has joined #ste||ar
K-ballo1 has joined #ste||ar
K-ballo has quit [Ping timeout: 264 seconds]
K-ballo1 is now known as K-ballo
hkaiser has joined #ste||ar
<Yorlik>
hkaiser: YT?
<hkaiser>
here
<hkaiser>
almost ;-)
<Yorlik>
Is there a particular reason why buffers use char and not e.g. uint8_t?
<hkaiser>
what buffers?
<Yorlik>
In hpx serialization
<hkaiser>
in HPX itself?
<Yorlik>
In one occasion I had conversion issues.
<Yorlik>
No - when using serialization for our library
<Yorlik>
It was at some very low level, I belöieve
<hkaiser>
you decide what buffers to use, yes?
<Yorlik>
Yes
<Yorlik>
In the moment I am working with a vector, but making it <uint8_t> busted
<Yorlik>
char was accepted
<hkaiser>
interesting
<hkaiser>
I was not aware of that
<Yorlik>
If that shouldn't be the case I'll dig deeper if I did something wrong
<hkaiser>
no, it's a flaw in our code
<Yorlik>
BecaUSE USUALLY THAT#S THE MOST LIKELY CAUSE .8
<hkaiser>
it should just work
<Yorlik>
Woops
<Yorlik>
OK
<Yorlik>
I'll do some digging and testing.
<hkaiser>
just create a ticket with a small reproducing case, please - I'll have a look
<Yorlik>
BTW - is there a non copying way to cast a vector into another type, e.g. char-> uint8_t?
<hkaiser>
unfortunately not - it's a C++ language problem
<Yorlik>
ic:
<Yorlik>
Allright - going heads down again. :)
<Yorlik>
hkaiser: You still here?
<hkaiser>
here
<Yorlik>
Would you have a moment in voice?
<hkaiser>
a bit later?
<Yorlik>
Possible - I'm off in between, but sure!
<hkaiser>
9 my time (16 Uhr)?
<Yorlik>
Sounds good!
<hkaiser>
k
hkaiser has quit [Quit: Bye!]
K-ballo1 has joined #ste||ar
K-ballo has quit [Ping timeout: 268 seconds]
K-ballo1 is now known as K-ballo
K-ballo has quit [Ping timeout: 272 seconds]
hkaiser has joined #ste||ar
<hkaiser>
Yorlik: yt?
K-ballo has joined #ste||ar
<Yorlik>
hkaiser: here
<Yorlik>
I used the time to bring our hydraulic woodsplitter to the repair shop.
<john98zakaria[m]>
> <@satacker:matrix.org> Hi gonidelis @hkaiser : I think I have handled the cases where completion_signatures::sends_stopped is false and true.