2021-08-06 22:55
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
00:44
K-ballo has quit [Ping timeout: 240 seconds]
00:45
K-ballo has joined #ste||ar
01:29
Yorlik_ has joined #ste||ar
01:32
Yorlik has quit [Ping timeout: 264 seconds]
02:09
hkaiser has quit [Quit: Bye!]
06:48
prakhar42 has joined #ste||ar
07:36
HHN93 has joined #ste||ar
07:37
<
HHN93 >
is the logger working?
07:37
HHN93 has quit [Client Quit]
10:15
K-ballo has quit [Ping timeout: 240 seconds]
10:16
K-ballo has joined #ste||ar
13:03
prakhar42 has quit [Quit: Client closed]
13:16
hkaiser has joined #ste||ar
14:04
HHN93 has joined #ste||ar
14:05
<
HHN93 >
is this expected error?
14:05
<
hkaiser >
HHN93: yes, that's a known one
14:05
<
hkaiser >
please ignore it
14:05
<
HHN93 >
is it possible to build only that test?
14:05
<
HHN93 >
I believe ninja tests.unit.modules.execution.algorithm_run_loop builds it
14:05
<
HHN93 >
but how can I run it?
14:06
<
hkaiser >
ctest -R tests.unit.modules.execution.algorithm_run_loop
14:07
<
HHN93 >
I get the following error in log
14:07
<
HHN93 >
`terminate called after throwing an instance of 'hpx::detail::exception_with_info<hpx::exception>'
14:07
<
HHN93 >
what(): failed to insert update_agas_cache_action into typename to id registry.: HPX(invalid_status)
14:07
<
hkaiser >
HHN93: youhave more than one set of HPX binaries that are being mixed up
14:07
<
hkaiser >
release/debug in the same directory?
14:08
<
HHN93 >
I believe i cleaned out debug and only have release right now
14:08
<
HHN93 >
I had installed debug then ran ninja clean and the built (followed by install) release build
14:09
<
hkaiser >
ninja clean does not remove installed binaries
14:10
<
HHN93 >
yeah I thought ninja install would replace them
14:10
<
hkaiser >
it cleans only the build directory, not the installation
14:10
<
HHN93 >
how do I deal with it?
14:10
<
hkaiser >
release/debug binaries have different names, so install will not replace them
14:10
<
hkaiser >
manually delete your installation
14:10
<
HHN93 >
oh ok, will look into deleting them
14:11
<
HHN93 >
are the binaries prefixed with hpx?
14:11
<
HHN93 >
hpx_core, hpx_full?
14:11
<
HHN93 >
ok thank you
15:17
tufei has quit [Quit: Leaving]
15:24
tufei has joined #ste||ar
16:08
Yorlik_ is now known as Yorlik
16:08
<
Yorlik >
hkaiser: YT?
17:21
K-ballo1 has joined #ste||ar
17:23
K-ballo has quit [Ping timeout: 255 seconds]
17:23
K-ballo1 is now known as K-ballo
18:10
prakhar42 has joined #ste||ar
18:16
HHN93 has quit [Quit: Client closed]
18:38
prakhar42 has quit [Quit: Client closed]
18:49
<
hkaiser >
Yorlik: here now
20:11
<
Yorlik >
hkaiser: YST?
20:13
<
hkaiser >
Yorlik: here
20:14
<
Yorlik >
I am trying to just use serialization of HPX in our networking library, but it seems "just" using a header isn't working.
20:14
<
hkaiser >
what isn't working?
20:14
<
Yorlik >
Maybe it's just the build system.
20:15
<
Yorlik >
I'm basically always getting the full build.
20:15
<
Yorlik >
Can I just git clone and use a header?
20:15
<
hkaiser >
you mean that you want to use HPX serialization header only?
20:16
<
hkaiser >
I think our build system doesn't support that, but you can try using HPXInternal::serialization as a target
20:16
<
Yorlik >
It would be cool, if e.g. the vcpkg port would allow to just pull what you really need without forcing a full build everytime.
20:17
<
hkaiser >
it's HPXInternal::hpx_serialization
20:17
<
hkaiser >
Yorlik: we've never tried that, though
20:17
<
Yorlik >
Can this target be built without all the other stuff?
20:18
<
Yorlik >
OK - will try and check back.
20:18
<
hkaiser >
Yorlik: otoh, once you have built, it shouldn't matter
20:18
<
hkaiser >
I meant once have built hpx
20:18
<
Yorlik >
That's what I want to avoid - a fill buiuld just for the serialization header.
20:19
<
Yorlik >
err full build ..
20:19
<
hkaiser >
but you use hpx anyways, don't you?
20:19
<
Yorlik >
In the mother project
20:19
<
Yorlik >
But our networking is extra
23:16
hkaiser_ has joined #ste||ar
23:20
hkaiser has quit [Ping timeout: 240 seconds]