Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

schneiderfelipe/marathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 

Repository files navigation

marathon

marathon allows you to run sets of computational chemistry calculations in batch mode.

marathon -n 8 orca first.inp second.inp
marathon -n 4 nwchem *.nw
marathon -h

Supported software

Installation

After downloading the tarball (or cloning the repository) and using cd to go where the files are, simply do a sudo make install and everything will be installed.

But marathon will need to know where ORCA is in your system. So set an environment variable in your ~/.bashrc (or equivalent) as follows:

export ORCABIN="/path/to/your/orca/"

This should point to the absolute path to the ORCA binary parent directory. ORCA may thus not be in PATH. Other programs follow the same pattern.