blob: e6f064bb4722377820171bb4c353b7b84295be3a (
plain)
1
2
3
4
|
post_install() {
echo -e "You need to create a scr directory for temp file generated by gamess:\n\tmkdir $HOME/.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"
}
|