otmap
otmap copied to clipboard
c++ optimal transport solver on 2D grids
/usr/bin/ld: libotapputils.a(image_utils.cpp.o): in function `cimg_library::cimg::Mutex_info::trylock(unsigned int)': /home/alban/Documents/workspace/otmap/extern/CImg/CImg.h:3068: undefined reference to `pthread_mutex_trylock' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/otmap.dir/build.make:86: otmap] Error 1 make[1]: *** [CMakeFiles/Makefile2:148: CMakeFiles/otmap.dir/all] Error 2...
Hi, I can not run the code, there are some errors like " no operator "-" matches these operands ", just in: Packet diag0a_x = g0.packet(v11,0) - g0.packet(v00,0) + pe;...