Firefly and PC GAMESS-related discussion club


 
Learn how to ask questions correctly  
 
 
We are NATO-free zone
 



Error 0x00000040 (Unable to create/chdir to temporary working directory) Firefly 7.1.G/Linux/MPICH2

Denis Zavelev
denis.zavelev@gmail.com


Hello, all!

After reinstalling Ubuntu 12.04 on one of my PCs (with Athlon 64 x2 CPU), I've decided to use it again for computations. I've successfully (after several efforts) built MPICH2 v. 1.5 from sources (I had to do it as my Ubuntu is 64-bit and there were some tricks).

But when I tried to launch firefly, I've got the following error instead of output file:

FATAL ERROR INITIALIZING FIREFLY! CHECK YOUR COMMAND LINE OPTIONS!

ON MASTER NODE, ERROR CODE IS : 0x00000040
   Unable to create/chdir to  temporary working directory

Here's a fragment of my firefly executing script:

    echo "computing $inpfile.inp"
     cp -f $inpfile.inp ./input
     cp -f $inpfile.inp scratch.0/input
     ./firefly -f -p -o $inpfile.out -ex . -t scratch -p4pg ./procgrp -b ./metalian.lib

I've randomly taken (with edition of extensions!) BENCH13.inp and also EXAM31.inp from samples.zip.
Yes, I understand that -f, -p and -b keys for such computation are not needed, but this script is being successfully used on my PCs, so there can't be the reason of error.

The script is executed from Firefly working directory under user.
procgrp file contains the only string "local 1"
Working directory contains scratch.0 and scratch.1 those are symlinks to temporary directories on /mnt/sata2 and /mnt/sata3. Both temporary directories contain all the files needed (Actually working and temporary directories remained unaffected since I stopped to use this PC for computations and I haven't formatted these partitions when installing Ubuntu but of course I had to make "chown -R" to get all the rights after installing).
All the directories and files there are owned by the same user account and (I've checked this manually) allow copying files to them. All of the directories have enough free space (about 13Gb in working directory and about 450G in each of temporary directories).

What have I done wrong? Any ideas?


[ Previous ] [ Next ] [ Index ]           Fri Oct 19 '12 3:52pm
[ Reply ] [ Edit ] [ Delete ]           This message read 2288 times