PinToPin Linux Compatibility
Only non-graphical execution is supported for Linux.
PinToPinSetup.exe is a .Net assembly and requires indirect execution through Mono, which is installed as part of the Electronics Desktop application. This is typically accomplished using a PinToPinSetup wrapper:
#! /bin/bash
export ANSYS_OADIR="${ANSYSEM_INSTALL_DIR}/common/oa"
export PATH="${ANSYSEM_INSTALL_DIR}/common/mono/Linux64/bin:${ANSYSEM_INSTALL_DIR}:${ANSYSEM_INSTALL_DIR}/Help:/bin:/usr/bin:/usr/kerberos/bin:/usr/local/bin:/usr/atria/bin:${PATH}"
export LD_LIBRARY_PATH="${ANSYSEM_INSTALL_DIR}:${ANSYSEM_INSTALL_DIR}/common/Framework/bin/Linux64:${ANSYSEM_INSTALL_DIR}/common/oa/lib/Linux64/opt:${ANSYSEM_INSTALL_DIR}/EKM/programs/jre1.7.0_07/lib/amd64/server:${ANSYSEM_INSTALL_DIR}/EKM/EKM-Connector/bin/Linux64:${ANSYSEM_INSTALL_DIR}/common/mono/Linux64/lib:${ANSYSEM_INSTALL_DIR}:/usr/lib:/usr/lib64:/lib:/lib64:/usr/lib/tls:/usr/lib64/tls:${ANSYSEM_INSTALL_DIR}/em64t/bin:${ANSYSEM_INSTALL_DIR}/ia32/bin"
mono ${ANSYSEM_INSTALL_DIR}/PinToPinSetup.exe $1 $2 $3 4