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/
quaz0r has quit [Ping timeout: 240 seconds]
eschnett_ has joined #ste||ar
K-ballo has quit [Quit: K-ballo]
nanashi55 has quit [Ping timeout: 250 seconds]
nanashi55 has joined #ste||ar
K-ballo has joined #ste||ar
pmikolajczyk41 has joined #ste||ar
pmikolajczyk41 has quit [Client Quit]
quaz0r has joined #ste||ar
eschnett_ has quit [Ping timeout: 250 seconds]
cyber_drudge has joined #ste||ar
cyber_drudge has quit [Ping timeout: 250 seconds]
cyberdrudge has joined #ste||ar
cyberdrudge has left #ste||ar ["Leaving"]
cyberdrudge has joined #ste||ar
<cyberdrudge>
heyy!!
<cyberdrudge>
i am trying to set up a new hpx project by reading the documentation
<cyberdrudge>
i am getting an error on performing make all command
<cyberdrudge>
hpx_wrap.cpp:(.text+0x449): undefined reference to `main'
<cyberdrudge>
can someone help me in fixing this
<K-ballo>
cyberdrudge: does your project have a main? is the file in which it is defined being compiled/linked?
<cyberdrudge>
hpx_wrap.cpp:(.text+0x12): undefined reference to `main'
ste||ar-github has joined #ste||ar
<ste||ar-github>
[hpx] diehlpk opened pull request #3591: Fix compilation error n arm7 architecture. Compiles and runs on Fedora 29 on Pi 3. (master...fixarm7) https://github.com/STEllAR-GROUP/hpx/pull/3591
ste||ar-github has left #ste||ar [#ste||ar]
<K-ballo>
then we have to assume that either the main.cpp file is not being compiled, or that it does not in fact have a main function in i
<K-ballo>
maybe you are including hpx_main.hpp or some other thing like that?
<K-ballo>
which documentation are you following?
<cyberdrudge>
quick start guide in the documentation
<cyberdrudge>
i copied the main function given in the "Setting up an HPX project" section in the quick start segment of the documentation
<K-ballo>
I'm not familiar with the new hpx_wrap machinery, or how it interacts with hpx_main
<nikunj>
cyberdrudge, could you show your cmake script