Hello everyone:<br><br>I just installed the binaries for molpro2008 and have run into problems with the script:<br><br>1) executing molpro out of the box gives:<br><br>rossi@siduxbox:~$ molpro<br><br>tmp = /home/rossi/pdir//usr/local/bin/molprop_2008_1_Linux_x86_64_i8.exe.p<br>
  0: InitClusInfo: error parsing PROCGRP, line= 1 (0x1).<br>  0: InitClusInfo: error parsing PROCGRP, line= 1 (0x1).<br>system error message: No such file or directory<br><br>The line<br><br>hostfile="${TMPDIR:-/tmp}/procgrp.$$"<br>
<br>is the problem.<br><br><br>2) Modifying the hostfile variable to <br><br>hostfile="${TMPDIR:-'/tmp'}/procgrp.$$"<br><br>gives the following:<br><br>rossi@siduxbox:~$ molpro<br><br>/usr/local/bin/molpro: 150: cannot create '/tmp'/procgrp.10058: Directory nonexistent<br>
/usr/local/bin/molpro: 150: cannot create '/tmp'/procgrp.10058: Directory nonexistent<br> <br>It's getting closer to what should be happening, but is still wrong.<br><br>I tried many variations, but I can't get the molpro script to run.<br>
<br>Can someone please help me?<br><br>Kind regards,<br><br>Angelo<br>