summarylogtreecommitdiffstats
path: root/gamess.install
blob: 4cd87fb67bf29cd0519c0745845b72162b5ef603 (plain)
1
2
3
4
post_install() {
    echo -e "You need to create a scr directory for temp file generated by gamess:\n\tmkdir ~/.gamess"
    echo -e "Run gamess using the following commands:\n\trungms input_file version_no cpu_num > result.log\nsuch as:\n\trungms test.inp 00 6 > test.log"
}