gomp_parallel函数是GNU OpenMP库中的一个函数,用于支持并行计算。如果您的代码中使用了OpenMP并行指令(如#pragma omp parallel),编译器在生成目标代码时,会尝试链接到这些支持并行功能的库函数。 2. 检查编译命令是否包含了正确的链接选项 确保在编译命令中包含了-lgomp选项,这个选项告诉链接器链接GNU OpenMP库。例如...
ImportError: ../wrapper/bilateralfilter/build/lib.linux-x86_64-3.6/_bilateralfilter.cpython-36m-x86_64-linux-gnu.so: undefined symbol: GOMP_parallel Would you kindly give me some suggestions for solving this problem? Any suggestions will be appreciated. And can you post your version of libraries...
GOMP_parallel stack traceback: [C]: in function 'error' /home/pepe/torch/install/share/lua/5.1/trepl/init.lua:389: in function 'require' fast_neural_style.lua:3: in main chunk [C]: in function 'dofile' ...pepe/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main ...