aserio changed the topic of #ste||ar to: STE||AR: Systems Technology, Emergent Parallelism, and Algorithm Research | stellar.cct.lsu.edu | HPX: A cure for performance impaired parallel applications | github.com/STEllAR-GROUP/hpx | Buildbot: http://rostam.cct.lsu.edu/ | Log: http://irclog.cct.lsu.edu/
<Smasher>
zao are you taliking about that cryptosystem that im using?
<Smasher>
and i think you reference that n.GetPow(2) with exponentiation without builtin modulo ?
bikineev has quit [Remote host closed the connection]
<Smasher>
since that's asymmetric encryption, you still use something likex^y mod n there, for encryption and decryption. but in the case of that cryptosystem it's more like x^y mod n^2, hence that precalculation of n.GetPow(2)
<Smasher>
and since that's n^2 the computing is so freakin expensive
bikineev has quit [Remote host closed the connection]
bikineev has joined #ste||ar
K-ballo has joined #ste||ar
bikineev has quit [Ping timeout: 246 seconds]
<Smasher>
D:/git/hpx/src/hpx_main.cpp:22: undefined reference to `__imp__ZN3hpx16get_config_entryERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_'
<Smasher>
what have i failed here again? :)
<K-ballo>
not again :/
<K-ballo>
that's the only one?
<Smasher>
yes
<Smasher>
its a small helper executable
<Smasher>
hmmhm
<K-ballo>
which libstdc++ abi did you end up using?
<Smasher>
oh, it could be a slip...
<Smasher>
copypaste mistake %)
<Smasher>
i copied hpx_setup_target(..) but forgot to modift target
bikineev has joined #ste||ar
bikineev has quit [Remote host closed the connection]
david_pf_ has quit [Ping timeout: 260 seconds]
hkaiser has joined #ste||ar
<hkaiser>
pree: I'll answer your email later today
parsa has joined #ste||ar
<pree>
thanks@ hkaiser
david_pf_ has joined #ste||ar
david_pf_ has quit [Remote host closed the connection]
<github>
[hpx] hkaiser closed pull request #2637: Fix typos and erroneous things in examples and tutorials. (master...taeguk-patch-typo-1) https://git.io/v9hnp
ajaivgeorge has joined #ste||ar
pree_ has joined #ste||ar
ajaivgeorge_ has joined #ste||ar
ajaivgeorge has quit [Read error: Connection reset by peer]
pree has quit [Ping timeout: 260 seconds]
parsa has quit [Quit: Zzzzzzzzzzzz]
parsa has joined #ste||ar
eschnett has quit [Quit: eschnett]
ajaivgeorge_ has quit [Quit: ajaivgeorge_]
ajaivgeorge_ has joined #ste||ar
ajaivgeorge_ has quit [Client Quit]
eschnett has joined #ste||ar
mcopik has joined #ste||ar
pree_ has quit [Quit: Page closed]
denis_blank has joined #ste||ar
EverYoung has joined #ste||ar
EverYoung has quit [Remote host closed the connection]
EverYoung has joined #ste||ar
ajaivgeorge has joined #ste||ar
ajaivgeorge has quit [Read error: Connection reset by peer]
ajaivgeorge has joined #ste||ar
pree has joined #ste||ar
ajaivgeorge has quit [Quit: ajaivgeorge]
EverYoung has quit [Ping timeout: 245 seconds]
<K-ballo>
LOL boost.context
<zao>
Sup?
david_pf_ has joined #ste||ar
<K-ballo>
>> Great, that made HPX work again when using Boost.Context on Windows (x64).
<K-ballo>
> I suggest you do an extensive testing - Windows is not my target development platform ...
<K-ballo>
(I didn't add the dots, those are in the original response)
<zao>
So what's the process of removing a library from Boost?
<K-ballo>
once a library it's in it's in, and the author may do whatever it wishes to with it
<zao>
Boost needs garbage collection.
<hkaiser>
K-ballo: nod, funny...
<hkaiser>
I'm waiting for a point in time where Boost.Context works for all platform we care about at the same time, at which point I will fork it ;)
<hkaiser>
thundergroudon[m: did you have a chance to try the 32bit fixes?
<K-ballo>
might take a while.. one step forward, two steps back
<hkaiser>
indeed
<hkaiser>
next boost version looks promising so far ;)
diehlpk has joined #ste||ar
<heller__>
Smasher: always make sure none of your other processes are running
<heller__>
hkaiser: lol
<Smasher>
heller__ i do
<Smasher>
still not a single run in release mode ^_^
<Smasher>
i will finish my db suff and will try release mode again
<Smasher>
i need it to measure performance
pree has quit [Ping timeout: 260 seconds]
pree has joined #ste||ar
pree has quit [Ping timeout: 260 seconds]
pree has joined #ste||ar
<thundergroudon[m>
hkaiser: Just finished trying now, the fixes seem to work
<thundergroudon[m>
Thanks hkaiser
david_pf_ has quit [Remote host closed the connection]
<hkaiser>
thundergroudon[m: ok, thanks
<github>
[hpx] hkaiser deleted fixing_32bit_msvc at d5058c5: https://git.io/vHU3s
bikineev has joined #ste||ar
EverYoung has joined #ste||ar
diehlpk has quit [Ping timeout: 260 seconds]
bikineev has quit [Remote host closed the connection]
denis_blank has quit [Quit: denis_blank]
shoshijak has joined #ste||ar
parsa has quit [Quit: Zzzzzzzzzzzz]
<Smasher>
what would be the best method to change from debug to release?
<Smasher>
would it be sufficent to make sure my binaries are getting linked to release versions of hpx binaries?
EverYoung has quit [Ping timeout: 246 seconds]
pree has quit [Ping timeout: 260 seconds]
<zao>
Smasher: If you want to use a particular flavor of HPX, you should use the flags exposed by that flavor of HPX, and link the corresponding libraries in that tree.
<zao>
Typically you'd use the CMake or PkgConfig things to get the right flags and libs in.
<Smasher>
?
<Smasher>
use the flags exposed by that flavor of HPX?
<Smasher>
all?
<Smasher>
i used to to just to build hpx with -DCMAKE_BUILD_TYPE=Debug
<zao>
Most things are encoded in the defines.hpp and friends.
<Smasher>
and the same for my project
<zao>
Continue.
<Smasher>
hmm, headers
<Smasher>
im not sure if i can just just invoke make install then
<Smasher>
or should i clean up my system first
<zao>
Installed in system locations, did we? :)
<zao>
Excellent way to accidentally pick up the wrong headers/libs or create dangerous mixes.