Freeh Module Error

Started by cschuett, February 03, 2015, 04:59:02 PM

Previous topic - Next topic

cschuett

Hi,

i am currently trying to calculate thermochemical values using the freeh module. For that sake I performed an optimization of benzene as test molecule and did a frequency calculation afterwards.

After invoking of freeh h with "freeh > freeh.out" in the corresponding folder I end up with the following error message in the output file (whole output file is attached):

MODTRACE: no modules on stack

  DUE TO USER SIGNAL !
freeh ended abnormally
freeh ended abnormally
program stopped.


Can anybody tell me where this error originates from?

Best regards,
Christian

Hauke

Hi, freeh is an interactive program (like e.g. define) so you can not just run freeh > freeh.out.

It asks for additional input, see the lines
Hit RETURN to accept or enter a different
integer value.     

in the output you provided.

I usually just use freeh
If you know what you are doing you can of course also pipe the input into freeh
freeh < filewithinputparameters > freeh.out
But therefore you have to be sure that there are no unexpected questions or warnings.



cschuett

.. well that was stupid on my part.. thank your very much =)