Quoting Vlad Cojocaru <Vlad.Cojocaru.eml-r.villa-bosch.de>:
> The solution that you gave me kills GAMESS for some reason ....
I quickly continued a little:
#-------------------------------------------------------------------
#------------- GAMESS - Gaussian - verifications -------------------
#-------------------------------------------------------------------
print "\n\t\t * Software checking *\n";
$verif=1;
system ('echo $PWD > .toto');
open(TMP,"<.toto"); foreach(<TMP>){ $vlad=$_; } close(TMP);
system ("rm .ttt");
# print "WORKDIR = $vlad\n";
chomp($vlad=$vlad);
if($QMSOFT eq "GAMESS"){ #------ GAMESS ------
#open(STDERR,">/dev/null"); # To change stdout
#open(STDOUT,">/dev/null");
chomp($rungms="$vlad/rungms"); #--- rungms ---
print "rungms = $rungms\n";
I get "rungms = /home/fyd/RED-TEST/TEST-RED-II/rungms"
I work in /home/fyd/RED-TEST/TEST-RED-II/ with RED-vII.pl & rungms in this
directory...
Now I do not know where are your "gamess.X?.x" & "ddikick.x"...
So I get:
* Software checking *
rungms [ OK ]
gamess.X?.x [ NOT FOUND ]
ddikick.x [ NOT FOUND ]
resp [ OK ]
regards, Francois
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Tue Nov 22 2005 - 09:53:01 PST