cbgp / diyabc

refonte en PyQt de DIYABC : a user-friendly approach to Approximate Bayesian Computation for inference on population history using molecular markers
2 stars 3 forks source link

/tmp overflow #1

Open trollius opened 9 years ago

trollius commented 9 years ago

Hello,

When we try to launch diyabc on our cluster, we have following error: Error loading Python lib '/tmp/_MEI9aIOJY/libpython2.7.so.1.0': /tmp/_MEI9aIOJY/libpython2.7.so.1.0: file too short segmentation fault (core dumped) Basically, we have /tmp overflow, because on our server /tmp is limited to 60 Mb. How can we re-define this folder to another one? also, how to call to help, if --help doesn't work? Thanks a lot for your help! Anna

cbgp commented 9 years ago

Hi Anna,

60Mb for /tmp directory is very small indeed !

You can not redifine an other temporary directory. 2 solutions :

The diyabc bundle is a self-extracting file so it doesn't have any help option.

Hope this helps, Alex

PD : please use the user forum http://www1.montpellier.inra.fr/CBGP/diyabc/index.php or write to diyabc@supagro.inra.fr if you have questions or need help.

Le 06/09/15 00:05, Anna Kostikova a écrit :

Hello,

When we try to launch diyabc on our cluster, we have following error: Error loading Python lib '/tmp/_MEI9aIOJY/libpython2.7.so.1.0': /tmp/_MEI9aIOJY/libpython2.7.so.1.0: file too short segmentation fault (core dumped) Basically, we have /tmp overflow, because on our server /tmp is limited to 60 Mb. How can we re-define this folder to another one? also, how to call to help, if --help doesn't work? Thanks a lot for your help! Anna

— Reply to this email directly or view it on GitHub https://github.com/cbgp/diyabc/issues/1.