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
diehlpk has quit [Quit: Leaving.]
diehlpk has joined #ste||ar
tufei_ has joined #ste||ar
tufei has quit [Ping timeout: 276 seconds]
diehlpk has quit [Quit: Leaving.]
diehlpk has joined #ste||ar
diehlpk has quit [Quit: Leaving.]
K-ballo has quit [Quit: K-ballo]
hkaiser has quit [Quit: Bye!]
diehlpk_work has quit [Remote host closed the connection]
mdiers[m] has joined #ste||ar
<ms[m]>
dkaratza: in fact, it might be even better to use `cmake --build . --target <target name>`, then it's independent of the generator used
<ms[m]>
and if someone uses ninja for example they'll know they can also write `ninja <target name>` if they want
<mdiers[m]>
Hello to all. Is there a log formatter for the hostname? Something like %hostname% instead of %locality%?
<ms[m]>
mdiers: nope...
<mdiers[m]>
I'm not very far into hpx/boost logging yet. Is there the possibility to extend it externally with own idnames like in my case hostname?
<ms[m]>
mdiers: I don't know unfortunately if it's possible for you to extend it or if it's something we'd have to do
<ms[m]>
I recommend you try again later when hkaiser/K-ballo are around
<mdiers[m]>
ms: Thank you. I have already picked out the appropriate places and am currently testing it.
<dkaratza[m]>
@ms have some questions on the changes im making. do u think we should discuss them in tomorrow's meeting?
<dkaratza[m]>
or schedule sth for today?
hkaiser has joined #ste||ar
<ms[m]>
dkaratza: would probably good to look today, at least briefly
<ms[m]>
do you have time around 5?
<ms[m]>
17 CEST that is
K-ballo has joined #ste||ar
<dkaratza[m]>
<ms[m]> "dkaratza: would probably good to..." <- I have a lab at the same time, so if you'd prefer to do it later or tomorrow?
<ms[m]>
dkaratza: 9 AM tomorrow?
diehlpk has joined #ste||ar
diehlpk has quit [Quit: Leaving.]
diehlpk has joined #ste||ar
tufei__ has joined #ste||ar
tufei_ has quit [Ping timeout: 276 seconds]
<dkaratza[m]>
<ms[m]> "dkaratza: 9 AM tomorrow?" <- ok
<ms[m]>
dkaratza: perfect, see you then
<ms[m]>
do you already have some changes that you'd like me to look through?
<dkaratza[m]>
yeah, i have some, bu dont know if its a good idea to commit them?
<ms[m]>
committing or not committing doesn't make a big difference, you can always amend the commits later on
<K-ballo>
commit often, anything you commit can't be lost (will stay around locally for at least 90 days)
<K-ballo>
clean up your commit history once you are done playing
<ms[m]>
dkaratza: ^
diehlpk has quit [Quit: Leaving.]
diehlpk has joined #ste||ar
tufei_ has joined #ste||ar
tufei__ has quit [Ping timeout: 276 seconds]
diehlpk has quit [Quit: Leaving.]
diehlpk has joined #ste||ar
<dkaratza[m]>
sorry, meant pushing ms
<gonidelis[m]>
augustin's quotes: one of the biggest schools in life
<ms[m]>
dkaratza: even that is okay, there's force pushing for that
<ms[m]>
It needs a bit more care, for example always use --force-with-lease only (if force pushing)
<ms[m]>
Things can get messy if multiple people are working on the same branch and they keep force pushing but on this case you should be ok
<dkaratza[m]>
great, that was my concern about, not to mess up
<gonidelis[m]>
<ms[m]> "It needs a bit more care, for..." <- i just use `git push -f`, how bad/different is that ;p ?
<gnikunj[m]>
hkaiser: yt?
diehlpk has quit [Quit: Leaving.]
<hkaiser>
gnikunj[m]: here
<gnikunj[m]>
hkaiser: see pm pls
Yorlik has joined #ste||ar
diehlpk has joined #ste||ar
<ms[m]>
gonidelis: `-f` is `--force`, which means that even if your local copy of the remote branch is different it'll still push it
<ms[m]>
`--force-with-lease` will abort if local is different than the remote
<gonidelis[m]>
wow
<gonidelis[m]>
how could local be no different than remote since i made changes ;p
<gonidelis[m]>
?
diehlpk has quit [Quit: Leaving.]
<ms[m]>
gonidelis: there's your local `<branch_name>`, then there's your local `<remote_name>/<branch_name>` and then there's the actually remote `<branch_name>` on `<remote_name>`
<ms[m]>
the two latter are different after pushes from elsewhere to the remote and are the same after a fetch
diehlpk has joined #ste||ar
diehlpk has quit [Quit: Leaving.]
diehlpk has joined #ste||ar
diehlpk has quit [Client Quit]
diehlpk_work has joined #ste||ar
diehlpk has joined #ste||ar
diehlpk has quit [Quit: Leaving.]
diehlpk has joined #ste||ar
diehlpk has quit [Ping timeout: 252 seconds]
diehlpk has joined #ste||ar
<gonidelis[m]>
ms got it
diehlpk has quit [Quit: Leaving.]
tufei_ has quit [Remote host closed the connection]