You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to get the run_kmc script running, I had to do an extra step after the installation of kmc:
Setting the kmc_dir variable to the actual kmc_dir path:
sed -i "s@kmc_dir=/nfs.*\$@kmc_dir=$(dirname $(which kmc))@" scripts/run_kcm
The text was updated successfully, but these errors were encountered:
In order to get the
run_kmc
script running, I had to do an extra step after the installation of kmc:Setting the kmc_dir variable to the actual kmc_dir path:
The text was updated successfully, but these errors were encountered: