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
Yorlik_ has joined #ste||ar
Yorlik has quit [Ping timeout: 255 seconds]
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
Dev0705 has joined #ste||ar
Dev0705 has quit [Quit: Client closed]
tufei__ has quit [Remote host closed the connection]
tufei__ has joined #ste||ar
K-ballo has quit [Ping timeout: 248 seconds]
K-ballo has joined #ste||ar
Dev0705 has joined #ste||ar
<Dev0705> hi team
Dev0705 has quit [Client Quit]
hkaiser has joined #ste||ar
<Yorlik_> hkaiser: YT?
<hkaiser> Yorlik_: here
Yorlik_ is now known as Yorlik
<Yorlik> hkaiser: Hello! It seems the vcpkg port is not yet at 1.8.1. I'd also like to propose some additions to it
<hkaiser> Yorlik: yes, I was too lazy to do the port for 1.8.1 :/ and then I gorgot about it
<Yorlik> It's not an issue - we are using a custom port we derived from the original some months ago.
<Yorlik> But I think we should join efforts here.
<Yorlik> It's just simple stuff.
<hkaiser> sure, I'd love to - would you be interested in maintaining the vcpkg HPX port?
<Yorlik> I can't promise to do this on a regular basis - I can just help from time to time with what we do to it.
<hkaiser> that's better than what we have currently ;-)
<Yorlik> So - I can help but not take over that responsibilioty.
<hkaiser> +1
<Yorlik> Are y<ou up for a voice chat?
<hkaiser> a bit later?
<Yorlik> Sure
<hkaiser> didn't have morning coffee yet
<Yorlik> I might be off in between, but generally I'm around today.
<Yorlik> I guess I should brew my third can of coffee now ;)
<Yorlik> bbl
<Yorlik> hkaiser: Got coffee?
gdaiss[m] has quit [Quit: You have been kicked for being idle]
<hkaiser> yep, now would work
<hkaiser> Yorlik: ^^
<Yorlik> hkaiser: Here!
tufei__ has quit [Remote host closed the connection]
tufei__ has joined #ste||ar
tufei_ has joined #ste||ar
tufei__ has quit [Remote host closed the connection]
K-ballo1 has joined #ste||ar
K-ballo has quit [Ping timeout: 260 seconds]
K-ballo1 is now known as K-ballo
<Yorlik> hkaiser: I tried integrating b52e50bab1cb729abe4e1793f9d166173264c7fa into our build structure and got a bunch of errors in debug and release builds, both.
<hkaiser> send me the log, please
<Yorlik> Allright
<Yorlik> hkaiser: mail is out
<hkaiser> got it
<hkaiser> Yorlik: what version of VS is that?
<Yorlik> Latest 2022
<Yorlik> Microsoft Visual Studio Community 2022 (64-bit) - Current
<Yorlik> Version 17.4.4
<hkaiser> k
<hkaiser> Yorlik: I have not seen this error, but will try to work around it - it's a compiler bug
<Yorlik> Allright. Thanks a ton!
<Yorlik> I think this is the 3rd or 4th compiler bug hitting us since we use hpc
<Yorlik> hpx
<Yorlik> At some point I had to rewrite a bunch of templates and invent a lua based code generator for us - shortla after they fixed it :D
<hkaiser> Yorlik: thanks for trying - very helpful
<Yorlik> Glad to help. anytime! :)
<hkaiser> Yorlik: could you try if this fixes the issue: https://github.com/STEllAR-GROUP/hpx/pull/6165? Please?
<Yorlik> Will do
<Yorlik> hkaiser: Running debug build for b7002df47c9c6e1fcaf53a7883b875bcb21e2118 now. Waiting for results.
<Yorlik> hkaiser: Getting similar looking errors: Do you want the file?
<hkaiser> yes, please
<hkaiser> Yorlik: I'm not able to reproduce it, so this is tricky to 'fix'
<Yorlik> Dang. I wonder what we do differently
<Yorlik> hkaiser: File is out ...
<Yorlik> Do you want our cmake var setup?
<hkaiser> different error
<Yorlik> It's like our 1.8.1 portfile just with the new commit
<hkaiser> Yorlik: do you compile in C++20 mode?
<Yorlik> Yes
<Yorlik> Though - no - we shopuldn't actually
<Yorlik> Lemme check
<hkaiser> any special flags that might influence the compiler's behaviour ? /permissive?
<Yorlik> I made a minimal example which reproduces the error
<Yorlik> Gimme a sec - I'll zip it for you
<Yorlik> Let me verify it with all possible caches cleared.
<Yorlik> hkaiser: We set to Cxx17 at top level
<hkaiser> Yorlik: I have committed another workaround, if you have the time, please try again
<Yorlik> hkaiser: I just sent you a minimal example so you can hopefully reproduce
<Yorlik> I'll give the new build a try
<Yorlik> hkaiser: 73a462146c465fd25e0787cc5a28854267e7e913 ?
<Yorlik> hkaiser: BTW - I can't use --head with my custom registry - I just use the commit hash as ref and use 0 as SHA512. Then I get an error message reporting the wrong (00000...) and the correct SHA512, fix it and then can run the example.
<Yorlik> hkaiser: Still getting an error: FAILED: libs/full/compute/CMakeFiles/hpx_compute.dir/src/get_host_targets.cpp.obj
<Yorlik> Want me to send the file?
<hkaiser> Yorlik: yes, please - that's yet another issue
<Yorlik> It's eems I got my minimal example returned
<Yorlik> Sending logfile in a sec
<hkaiser> Yorlik: I'm glad that you're helping with this
<Yorlik> Sure. That's the minimum I can do
<Yorlik> hkaiser: I have issues sending you the file: "550 Executable files are not allowed in compressed files." I guess it doesn't like json, I'll send you a dropbox link
<hkaiser> Yorlik: thanks
<Yorlik> Link sent by mail.
tufei_ has quit [Quit: Leaving]
<hkaiser> Yorlik: nod, got it, thanks
<Yorlik> :)
tufei has joined #ste||ar
tufei has quit [Remote host closed the connection]
tufei has joined #ste||ar
<hkaiser> Yorlik: I have committed another change: 31ddd389460e8b9f17539cdc12414ff912025e17
<Yorlik> Allright - I'll give it a try
<hkaiser> thanks a lot
<Yorlik> hkaiser: Were you able to use the case I sent you? I'll be offline after this run - it's late here.
<hkaiser> Yorlik: have not tried yet
<hkaiser> Yorlik: sure - I appreciate your help
<Yorlik> It will need a simple update with each new commit
<hkaiser> sure, understand
<Yorlik> hkaiser: Still errors. :(
<hkaiser> please send the logs again, and the go sleeping ;-)
<Yorlik> Wanna try the case yourself? I could help you with it if you run into issues.
<Yorlik> OK
<Yorlik> hkaiser: Log is out - do you want help with the test case?
<Yorlik> Basically you just need to adjust the portfiles vcpkg_from_github() parameters (REF and SHA512)
<hkaiser> not today - you do your thing, I'll try to find a way to resolve this
<Yorlik> OK - I'll be around tomorrow in my evenbing. Good night !
<Yorlik> over and out
tufei has quit [Remote host closed the connection]
tufei has joined #ste||ar
K-ballo1 has joined #ste||ar
K-ballo has quit [Ping timeout: 268 seconds]
K-ballo1 is now known as K-ballo
tufei has quit [Remote host closed the connection]
tufei has joined #ste||ar