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
asdfafewa has quit [Quit: Client closed]
Yorlik_ has joined #ste||ar
Yorlik has quit [Ping timeout: 265 seconds]
hkaiser has quit [Quit: Bye!]
Yorlik_ has quit [Read error: Connection reset by peer]
Yorlik has joined #ste||ar
<Isidoros[m]> hkaiser: hey there, could you please take a look at this? https://github.com/STEllAR-GROUP/hpx/pull/6264#issuecomment-1593715727 I just want to check in before relocating (pun intended) `is_trivially_relocatable` to type support
hkaiser has joined #ste||ar
tufei__ has joined #ste||ar
tufei_ has quit [Ping timeout: 240 seconds]
HHN93 has joined #ste||ar
<HHN93> how can I add tests for a new algorithm?
<HHN93> I added the .cpp file in `libs/core/algorithms/tests/unit/algorithms/`
<HHN93> should I add it to any CMakeLists.txt file?
HHN93 has quit [Quit: Client closed]
<satacker[m]> Yes, (to confirm check if other file names (even without extensions) are there)
tufei__ has quit [Quit: Leaving]
tufei has joined #ste||ar
HHN93 has joined #ste||ar
<hkaiser> HHN93: don't add it to _any_ CMakeLists.txt file, just to that in the directory where you added the test.cpp
<HHN93> yes i got it
<HHN93> I was adding it to the wrong CMakeLists.txt
<HHN93> fixed it now
<HHN93> also `CMAKE_HAVE_LIBC_PTHREAD failed with the following output:`
<HHN93> is this error a concern?
<hkaiser> HHN93: where do you see that?
<HHN93> CMAKE error log
<hkaiser> I mean what machine? on the CI?
<HHN93> no, rostam cluster
<HHN93> medusa and head node both give the same error
<hkaiser> what modules did you load?
<HHN93> module load gcc/11.2.1
<HHN93> module load boost/1.78.0-release
<HHN93> have them in .bashrc
<hkaiser> not sure why you see that error, libpthread should be available
<HHN93> ok
<hkaiser> HHN93: I have never seen this error before
<HHN93> I think I messed up some cmake file let me try again
<HHN93> because a simple pthread program does compile
HHN93 has quit [Quit: Client closed]
hkaiser has quit [Ping timeout: 260 seconds]
hkaiser has joined #ste||ar
HHN93 has joined #ste||ar
<HHN93> CMake Error at cmake/HPX_AddExecutable.cmake:202 (add_executable):
<HHN93>   add_executable cannot create target "fold_test" because another target with
<HHN93>   the same name already exists. The existing target is an executable created
<HHN93>   in source directory
<HHN93>   "/home/johan511/hpx/libs/core/algorithms/tests/unit/algorithms". See
<HHN93>   documentation for policy CMP0002 for more details.
<HHN93> the above error wasn't logged
<HHN93> fixing this error somehow fixed the pthread error
HHN93 has quit [Quit: Client closed]