echo Calculating distributions
csg_stat --top topol.tpr --trj traj.trr --cg water.xml --options settings.xml --nt $nt --begin $equi
echo "Mapping confout.gro to get the starting configuration for coarse-grained runs of ibi/imc/re"
csg_map --top topol.tpr --trj confout.gro --cg water.xml --out conf_cg.gro
I obtained all the dependencies to run votca using spack, and to be able to use csg_stat, csg_map from the terminal, I added the following to the path:
PATH=$PATH:~/software/spack/opt/spack/linux-rhel7-broadwell/gcc-9.3.1/votca-csg-2021-vh2kxfbymv udsn3en3wk5xxnie4j73nq/bin
The path in bold are directories I obtained when I obtained spack the following way:
git clone https://github.com/spack/spack.git spack
source spack/share/spack/setup-env.sh
spack install votca-csg
My question is, what am I doing wrong to encounter this error, and be unable to run the tutorials?
/opt/rh/devtoolset-7/root/usr/lib64:/opt/rh/devtoolset-7/root/usr/lib:/opt/rh/devtoolset-7/root/usr/lib64/dyninst:/opt/rh/devtoolset-7/root/usr/lib/dyninst:/opt/intel/compilers_and_libraries_2019.5.281/linux/tbb/lib/intel64/gcc4.7:/opt/intel/compilers_and_libraries_2019.5.281/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64:/usr/local/intel/lib64
Is this any help? I apologize for my lack of knowledge about these issues.