longerzone

Results 3 comments of longerzone

get same error with spack: `spack -d install -v [email protected] +ilp64 %[email protected]` install succed with "[email protected]".

> Could you elaborate? For which protein does this happen? How are you running OpenFold? Sorry , I'm testing with an[ test fasta](https://ncbi.nlm.nih.gov/nuccore/NC_001416.1?report=fasta) here, and I running with the inference...

I modify the CmakeLists.txt with: ... set(CMAKE_CXX_FLAGS "-std=c++11 -O3 -Wno-unknown-pragmas -Wall -fopenmp **-pthread -I/home/rhel/dist-lr-master/ps-lite/deps/include -pthread -L/home/rhel/dist-lr-master/ps-lite/deps/lib -lprotobuf -lpthread** ") **set(PROTOBUF_INCLUDE_DIR "/home/rhel/dist-lr-master/ps-lite/deps/include/google/protobuf") set(PROTOBUF_LIBRARY "/home/rhel/dist-lr-master/ps-lite/deps/lib") set(ZMQ_LIBRARY "/home/rhel/dist-lr-master/ps-lite/deps/lib") set(ZMQ_INCLUDE_DIR "/home/rhel/dist-lr-master/ps-lite/deps/include")** ... link_directories( "${THIRD_PARTY_DIR}/lib"...