hkaiser 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/
eschnett has joined #ste||ar
hkaiser has quit [Quit: bye]
K-ballo has quit [Quit: K-ballo]
mdiers_ has joined #ste||ar
<simbergm>
K-ballo, diehlpk_work, I'll have a look
<simbergm>
ah, GC related, not gsod
<simbergm>
already taken care of
K-ballo has joined #ste||ar
eschnett has quit [Quit: eschnett]
hkaiser has joined #ste||ar
eschnett has joined #ste||ar
eschnett has quit [Quit: eschnett]
hkaiser has quit [Quit: bye]
eschnett has joined #ste||ar
aserio has joined #ste||ar
hkaiser has joined #ste||ar
rtohid has quit [Quit: Konversation terminated!]
rtohid has joined #ste||ar
auriane has joined #ste||ar
<K-ballo>
follow up GC question on slack (hkaiser)
eschnett has quit [Quit: eschnett]
hkaiser has quit [Quit: bye]
eschnett has joined #ste||ar
eschnett has quit [Quit: eschnett]
hkaiser has joined #ste||ar
hkaiser has quit [Client Quit]
hkaiser has joined #ste||ar
jaafar has quit [Ping timeout: 252 seconds]
auriane has quit [Quit: WeeChat 1.9.1]
<diehlpk_work>
simbergm, June 28, 2019 at 18:00 UTC is the deadline for GSoD
<diehlpk_work>
Do we have any proposal to review yet?
aserio has quit [Ping timeout: 252 seconds]
aserio has joined #ste||ar
jaafar has joined #ste||ar
jaafar_ has joined #ste||ar
jaafar has quit [Ping timeout: 258 seconds]
jaafar has joined #ste||ar
jaafar_ has quit [Ping timeout: 248 seconds]
hkaiser has quit [Quit: bye]
aserio has quit [Ping timeout: 252 seconds]
nikunj has joined #ste||ar
aserio has joined #ste||ar
hkaiser has joined #ste||ar
Coldblackice has joined #ste||ar
<aserio>
hkaiser: yt?
<hkaiser>
here
<aserio>
hkaiser: I am having trouble getting cmake to recognize the name of a target
<hkaiser>
what target?
<aserio>
hkaiser: examples
<hkaiser>
is this a pseudo target?
<aserio>
It might be :(
eschnett has joined #ste||ar
<aserio>
I am trying to get the properties of the interpreter
<aserio>
which is an example apparently?
<hkaiser>
use get_target_property(target_file_name physl_exe OUTPUT_NAME)
<hkaiser>
that will set the cmake variable target_file_name to whatever the name of the physl executable is
<aserio>
Output name is just giving me the name and not the location
<aserio>
Looking into other optoins...
eschnett has quit [Quit: eschnett]
<aserio>
LIBRARY_OUTPUT_DIRECTORY
<aserio>
?
<aserio>
hkaiser: name not found....
<hkaiser>
aserio: what about the LOCATION property?
<K-ballo>
what do you want the location for? there isn't a single one
<K-ballo>
on multi-configuration builds (visual studio) there's one location per configuration
<hkaiser>
can this be used with a generator expression?
<aserio>
hkaiser: There is no property set if that is what you mean