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

schneiderfelipe/jiujitsu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jiujitsu

jiujitsu submits sets of computational chemistry calculations in batch. It currently supports a couple software in two different supercomputers I use.

$ jiujitsu -n 16 orca41 one.inp two.inp
$ jiujitsu -n 2 nwchem *.nw
$ jiujitsu -h

Installation

After downloading the tarball and using cd to go where the files are, simply do a sudo make install and everything will be installed. Or you may install it anywhere and use jiujitsu with full path:

$ ~/bin/jiujitsu/jiujitsu -n 24 orca41 *inp

Releases

No releases published

Packages

No packages published