Darwin: Difference between revisions

From Thom Group Wiki
Jump to navigation Jump to search
(Created page with "To run Q-Chem on darwin, add the following to your .bashrc: export GROUPDIR=/scratch/thom-group . $GROUPDIR/code/qchem/qcsetup.bash export PYTHONPATH=$GROUPDIR/co...")
 
(No difference)

Latest revision as of 15:56, 1 September 2017

To run Q-Chem on darwin, add the following to your .bashrc:

   export GROUPDIR=/scratch/thom-group
   . $GROUPDIR/code/qchem/qcsetup.bash
   export PYTHONPATH=$GROUPDIR/code/qcmagic:$PYTHONPATH
   export PATH=$GROUPDIR/code/qcmagic:$PATH