<simbergm>
hkaiser: you do something funny with the cmake in your docker image? it says 3.11, whereas ours has 3.13
<diehlpk_work>
hkaiser, parsa Eitherone of you broke the LaTex compilation
<simbergm>
(and I only bumped the version checks in the c++ standard PR, which probably isn't on dockerhub yet)
<simbergm>
hkaiser: my point is that we require 3.13, except that it's not enforced in our cmake in that commit
<hkaiser>
diehlpk_work: compiled for me :/
<hkaiser>
ahh, so it's a cmake problem? we can certainly go up to 3.13
<hkaiser>
parsa: yt?
<diehlpk_work>
Ok, it us your part using utf-8 characters, I will fix it
<hkaiser>
diehlpk_work: thanks a lot - probably a copy&paste snafu
<simbergm>
hkaiser: yep, once 4378 gets pushed it'll complain much earlier
<hkaiser>
k
<hkaiser>
simbergm: do we have 3.13 in the base image now?
<hkaiser>
I'll talk to parsa to make it's being used
<hkaiser>
make sure
<simbergm>
hkaiser: yep, we do
<hkaiser>
ok
<simbergm>
that's why I was surprised you have 3.11 for phylanx :)
<simbergm>
but I guess it was to have something newer than the ancient one we used to have in the base image
<hkaiser>
we installed that explicitly before hpx was updated as we needed a newer version
nikunj97 has quit [Remote host closed the connection]
nikunj97 has joined #ste||ar
<hkaiser>
diehlpk_work: yt?
<diehlpk_work>
yes
<hkaiser>
see pm, pls
nikunj97 has quit [Read error: Connection reset by peer]
<parsa>
hkaiser: we had that ancient cmake issue with highfive, so we installed cmake 3.11 (and raised the minimum we require) temporarily until we came up with a more permanent solution
<hkaiser>
parsa: yah, 3.13 is now in the HPX base image and our 3.11 causes problems
<hkaiser>
would you be able to remove our special handling, please?
<parsa>
i'll remove the 3.11 installation, but maybe we should also raise the minimum to 3.13
<hkaiser>
indeed, we should
<hkaiser>
I can do that once the image has been updated
<parsa>
hkaiser: #1136 should do the job
<hkaiser>
thanks
diehlpk has joined #ste||ar
diehlpk has quit [Changing host]
diehlpk has joined #ste||ar
diehlpk has quit [Ping timeout: 246 seconds]
weilewei has quit [Remote host closed the connection]
nikunj97 has joined #ste||ar
weilewei has joined #ste||ar
nikunj97 has quit [Read error: Connection reset by peer]
bita has quit [Read error: Connection reset by peer]
diehlpk has joined #ste||ar
diehlpk has quit [Changing host]
diehlpk has joined #ste||ar
V|r has quit [*.net *.split]
Vir has joined #ste||ar
Vir has quit [Changing host]
Vir has joined #ste||ar
diehlpk has quit [Ping timeout: 240 seconds]
<diehlpk_work>
hkaiser, I started the cross listing of the course in EE
<diehlpk_work>
Can you get in touch with Golden for CS?
<diehlpk_work>
Course selection will start soon
diehlpk has joined #ste||ar
diehlpk has quit [Changing host]
diehlpk has joined #ste||ar
diehlpk has quit [Ping timeout: 246 seconds]
diehlpk_work has quit [Remote host closed the connection]
diehlpk_work has joined #ste||ar
diehlpk has joined #ste||ar
diehlpk has quit [Changing host]
diehlpk has joined #ste||ar
<gonidelis>
hkaiser sorry for the late response. The last couple of days I was studying the C++ STL concepts like containres, iterators and ranges. Must admit, ranges were quite hard to comprehend but I have catched the basic ideas (any extra sources on ranges would be appreciated). Tomorrow I will start working on Range Based Parallel Algorithms by picking
<gonidelis>
one and trying to implement it. Let me address some questions though: 1) I have studied the all_any_none_of commit as an example and I think I will try to imitate the way it was implemented in order to adapt one the missing algos from here(https://github.com/STEllAR-GROUP/hpx/issues/1668). The question is: What is the difference between the three