K-ballo 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/
vivekpopos_ has joined #ste||ar
vivekpopos has quit [Ping timeout: 240 seconds]
vivekpopos_ has quit [Quit: Konversation terminated!]
diehlpk_work has quit [Remote host closed the connection]
bita has joined #ste||ar
bita has quit [Ping timeout: 264 seconds]
henrietaMag has joined #ste||ar
henrietaMag has quit [Read error: Connection reset by peer]
jehelset has joined #ste||ar
K-ballo has joined #ste||ar
hkaiser has joined #ste||ar
<K-ballo>
what's the reason for keeping boost.program_options around when it's also embedded in hpx?
<srinivasyadav227>
hkaiser: i have fixed the datapar compilation issues (from ms comment) now they are working fine locally, all the tests passed (includes datapar)
<hkaiser>
K-ballo: only a compatiility option, we will remove it eventually
<hkaiser>
srinivasyadav227: very nice
<hkaiser>
what's wrong on circleci?
<srinivasyadav227>
hkaiser: is there anything could to circle ci?
<srinivasyadav227>
im trying to figure that,
<hkaiser>
what compiler do you use?
<srinivasyadav227>
gcc
<hkaiser>
nod, circleci uses clang
<srinivasyadav227>
std=c++14
<hkaiser>
not sure if that makes a difference
<srinivasyadav227>
i will try clang local
<hkaiser>
srinivasyadav227: it's Clang 10.0.0
<srinivasyadav227>
hkaiser: or else shall i try with new .config_yaml in seperate branch
<hkaiser>
srinivasyadav227: circleci uses a docker base image with vc and everything else preinstalled
<srinivasyadav227>
do I have access to Dockerfile?