Dear sir/madam,
I’ve got a strange problem on htcondor (or maybe g++).
I wrote a cpp code and compile it with g++, such as 'g++ fullspan.cpp -o fullspan root-config --cflags --libs
. When I run on linux bash using “./fullspan”, it works well. However when I submit it to htcondor, it tells me “error while loading shared libraries: libCore.so.6.20: cannot open shared object file: No such file or directory”
My code was ok on htcondor before. But I tested vscode cpp&python extensions on lxplus.cern.ch recently , and now it seems in a totally mess. I don’t know whether this problem is resulted by vscode extensions.
Btw, when I submit my previous compiled program to htcondor, it also works well. If I submit my new compiled program using same cpp code to htcondor, it returns such error. Many thanks if someone can help me!
Please read tips for efficient and successful posting and posting code
_ROOT Version: ROOT ROOT 6.20/06
_Platform: lxplus.cern.ch
_Compiler: g++