I built the app with compiler flag -DGET_NanoShaper=ON, and it placed a NanoShaper executable beside tabipb executable. But when I try to run it with examples, I see this error:
../build/bin/tabipb usrdata.in sh: 1: NanoShaper: not found terminate called after throwing an instance of 'std::invalid_argument' what(): stoul Aborted (core dumped)
and I don't know how to solve it. I tried to install NanoShaper myself, and more errors raised. Please help me.
I have one more question, where is cyclic method implemented? or where is particle mesh interactions implemented? I couldn't find them in Fortran code, there was no neighboring list for last level clusters.
I built the app with compiler flag -DGET_NanoShaper=ON, and it placed a NanoShaper executable beside tabipb executable. But when I try to run it with examples, I see this error:
../build/bin/tabipb usrdata.in sh: 1: NanoShaper: not found terminate called after throwing an instance of 'std::invalid_argument' what(): stoul Aborted (core dumped)and I don't know how to solve it. I tried to install NanoShaper myself, and more errors raised. Please help me.
I have one more question, where is cyclic method implemented? or where is particle mesh interactions implemented? I couldn't find them in Fortran code, there was no neighboring list for last level clusters.