Francisco, i cannot access to the vernote.com web site :-( anyway, you can try to add the following two lines : export PATH=/usr/local/mpich2-1.0.5/bin:$PATH export LD_LIBRARY_PATH=/usr/local/mpich2-1.0.5/lib:$LD_LIBRARY_PATH at the beginning of your cron script and try again Cheers, Gilles On 2014/06/13 18:44, Francisco Pastor wrote:
I tried what you said and it seems you are right about environment. In the case run from crontab there is an error message telling mpirun is not found and a warning:
"ldd: faltan los ficheros de argumentos /(missing argument files)"/
You can see full output of shell, at and crontab in:
https://www.evernote.com/shard/s162/sh/641d8db6-9252-49f5-b7d7-3592e0591c2f/...
Should I add export PATH=/usr/local/mpich2-1.0.5 to the script? I'm gonna try. What about the ldd message?