#! /usr/bin/env bash
echo 'NOTE: shell only version, useful when plumed is cross compiled' >&2
export PLUMED_IS_INSTALLED=yes
export PLUMED_ROOT="${PLUMED_ROOT-/home/zhangjun/xxxx/qbics-source-env/third-party/plumed-2.9.2/lib/plumed}"
export PLUMED_INCLUDEDIR="${PLUMED_INCLUDEDIR-/home/zhangjun/xxxx/qbics-source-env/third-party/plumed-2.9.2/include}"
export PLUMED_HTMLDIR="${PLUMED_HTMLDIR=/home/zhangjun/xxxx/qbics-source-env/third-party/plumed-2.9.2/share/doc/plumed}"
export PLUMED_PROGRAM_NAME="${PLUMED_PROGRAM_NAME-plumed}"
export PLUMED_VERSION=2.9.2
source "$PLUMED_ROOT"/scripts/selector.sh
