Created
August 15, 2021 02:33
-
-
Save tobigithub/207a6ecaa58608ce7c54014be84aa705 to your computer and use it in GitHub Desktop.
How to run https://github.com/qcxms/QCxMS/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
export XTBHOME=/home/ubuntu/qcxms/.XTBPARAM | |
export PATH=$PATH:/home/ubuntu/qcxms | |
export OMP_NUM_THREADS=8 | |
ulimit -s unlimited | |
echo "qcxms sourced" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment