Firefly and PC GAMESS-related discussion club



Learn how to ask questions correctly


Re^3: Running of Firefly using FICO

Alex Granovsky
gran@classic.chem.msu.su


Hi Pasquale,

On Thu Jul 29 '10 10:47pm, Pasquale Morvillo wrote
>Probably I need to put a warning in the next version!

More precisely, there is a difference how Firefly interprets PATH\ and "PATH\"

For PATH\, it appends pcg.# so that PATH\ becomes PATH\pcg.0, etc...
For "PATH\", it removes quotes, and then appends .# so that "PATH\" becomes PATH\.0, etc...

However, this does not always work properly, at least under Windows.
The reason is the bug in the Watcom RTL. E.g., if you pass the
following arguments to Firefly:

 .... -t "C:\" -np 4

the last arguments will be combined and the actual arguments
that will be passed would be the following:

 -t 
  C:\" -np 4

instead of four arguments:

 -t 
  C:\
 -np 
  4

The problem is with the incorrect handling of \ escape character.
This problem definitely confuses current versions of Firefly.
However, future builds will include some workaround for this problem.


Regards,
Alex

[ This message was edited on Wed Aug 4 '10 at 6:31pm by the author ]


[ Previous ] [ Next ] [ Index ]           Wed Aug 4 '10 6:31pm
[ Reply ] [ Edit ] [ Delete ]           This message read 837 times