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