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/
mcopik has quit [Ping timeout: 240 seconds]
jaafar has quit [Ping timeout: 246 seconds]
ajaivgeorge has quit [Ping timeout: 248 seconds]
ajaivgeorge has joined #ste||ar
EverYoung has joined #ste||ar
eschnett has joined #ste||ar
EverYoung has quit [Ping timeout: 246 seconds]
K-ballo has quit [Quit: K-ballo]
hkaiser has quit [Quit: bye]
bikineev has quit [Remote host closed the connection]
bikineev has joined #ste||ar
bikineev has quit [Remote host closed the connection]
vamatya has joined #ste||ar
eschnett has quit [Quit: eschnett]
eschnett has joined #ste||ar
bikineev has joined #ste||ar
ajaivgeorge has quit [Ping timeout: 240 seconds]
ajaivgeorge has joined #ste||ar
vamatya_ has joined #ste||ar
bikineev has quit [Remote host closed the connection]
vamatya has quit [Ping timeout: 248 seconds]
bikineev has joined #ste||ar
ajaivgeorge has quit [Ping timeout: 255 seconds]
ajaivgeorge has joined #ste||ar
heller has quit [*.net *.split]
heller__ has joined #ste||ar
vamatya__ has joined #ste||ar
vamatya_ has quit [Ping timeout: 248 seconds]
EverYoung has joined #ste||ar
vamatya__ has quit [Quit: Leaving]
EverYoung has quit [Ping timeout: 246 seconds]
jaafar has joined #ste||ar
jaafar has quit [Client Quit]
ajaivgeorge has quit [Remote host closed the connection]
ajaivgeorge has joined #ste||ar
ajaivgeorge_ has joined #ste||ar
ajaivgeorge has quit [Ping timeout: 252 seconds]
david_pfander has joined #ste||ar
david_pfander has quit [Remote host closed the connection]
david_pfander has joined #ste||ar
bikineev has quit [Remote host closed the connection]
quaz0r has quit [Ping timeout: 248 seconds]
bikineev has joined #ste||ar
quaz0r has joined #ste||ar
bikineev has quit [Ping timeout: 240 seconds]
bikineev has joined #ste||ar
EverYoung has joined #ste||ar
EverYoung has quit [Ping timeout: 255 seconds]
bikineev has quit [Remote host closed the connection]
bikineev has joined #ste||ar
mcopik has joined #ste||ar
bikineev has quit [Remote host closed the connection]
<thundergroudon[m>
srun: error: Unable to allocate resources: Requested node configuration is not available
bikineev has quit [Read error: Connection reset by peer]
<zbyerly>
-p cuda
<zbyerly>
?
<zbyerly>
the partition "bahram" is only the node bahram
<zbyerly>
thundergroudon[m, ^
bikineev has joined #ste||ar
<thundergroudon[m>
oh!
<thundergroudon[m>
I understand
<thundergroudon[m>
I should have called generically
<thundergroudon[m>
my bad
<thundergroudon[m>
zbyerly: Thanks
<diehlpk_work>
thundergroudon[m, Cuda: Three nodes (Bahram, Reno, Tycho)
<thundergroudon[m>
I was calling it in the wrong way diehlpk_work
<thundergroudon[m>
Got the mistake now
<zbyerly>
it feels good to be helpful
Matombo has joined #ste||ar
hkaiser has joined #ste||ar
hkaiser has quit [Read error: Connection reset by peer]
hkaiser has joined #ste||ar
bikineev has quit [Ping timeout: 260 seconds]
<github>
[hpx] hkaiser force-pushed inspect_assert from feed278 to 04ad2dc: https://git.io/v5LEL
<github>
hpx/inspect_assert 04ad2dc Hartmut Kaiser: Deprecate use of BOOST_ASSERT and ensure HPX_ASSERT has corresponding #include present
bikineev has joined #ste||ar
mcopik has joined #ste||ar
stevenrbrandt has joined #ste||ar
<stevenrbrandt>
Hello, I'm wondering if parallel::task has been replaced.
<stevenrbrandt>
My code is: auto f = parallel::transform ( parallel::par (parallel::task), begin(v), end(v), begin(v), [](int i) -> int { return i+1; });
<pree>
What's the difference between fixed components and simple components ?
<stevenrbrandt>
my error is In file included from input_line_12:1: /home/jup/.cmd_jup_9.cpp:7:28: error: reference to 'task' is ambiguous parallel::par (parallel::task), ~~~~~~~~~~^ /usr/include/hpx/parallel/executors/executor_traits.hpp:45:63: note: candidate found by name lookup is 'hpx::parallel::v3::task' HPX_STATIC_CONSTEXPR parallel::execution::task_policy_tag task{};
<hkaiser>
we can add a clause for what you're doing
<hkaiser>
i.e. let git decide what to reformat
<heller>
I'd say having the stuff run through the tool that you just worked on will bring us to not having those formatting changes anymore sooner than later
<heller>
in that specific case, the formatting is wrong anyway
<github>
[hpx] sithhell force-pushed fix_ubsan from 76db2d9 to 9fb4e43: https://git.io/v5Tol
<github>
hpx/fix_ubsan e7764e3 Thomas Heller: Switching simple_component to be component...
<github>
hpx/fix_ubsan 9fb4e43 Thomas Heller: Merge branch 'master' into fix_ubsan3...
<heller>
hkaiser: alrighty. please look at the diff now. This is how it was supposed to be :/