Hello! I'm currently following the NAMD example in the tutorial, but the program didn't finish normally after I submitted
moldyn.pl. It indicates that
colib_perl.pm cannot locate the gaussian.log. The runnx.error looks like:
#################################################################
Cannot open gaussian.log! at /work/ese-zhouyh/softwares/newton-x/bin/lib/
colib_perl.pm line 365, <MEM> line 1.
#################################################################
Notes: I made some small modifications on the program before the task:
1. I changed all paths of g09 to g16 in related scripts
2. I change "warn "Cannot open gaussian.log!"" into "die "Cannot open gaussian.log"" in the
colib_perl.pm so that the program ends whenever it meets this bug