Emmanuel ROYER, UCA on Fri, 26 Jan 2018 23:41:26 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: mfinit --> Illegal instruction: 4 |
>> -------------------- >> ? mfinit([128,32]) >> *** mfinit: Warning: increasing stack size to 16000000. >> *** mfinit: Warning: increasing stack size to 32000000. >> *** mfinit: Warning: increasing stack size to 64000000. >> *** _ZM_inv_worker: Warning: increasing stack size to 128000000. >> Illegal instruction: 4 > > > What you can try is to disable parallelism with > default(nbthreads, 1) Great, this solves the problem. Thanks Bill