Open Grelot opened 2 years ago
@Grelot What hardware or virtualization was this running on? It looks like this may have been running on a CPU without AVX2 support? Most recent Intel server CPUs and higher-end desktop / laptop CPUs have AVX2 support, but older or less expensive ones do not.
We can use 2 kind of processors:
grep -o 'avx[^ ]*' /proc/cpuinfo
AVX on our main cluster
We can use 2 kind of processors:
- Intel(R) Xeon(R) CPU E5-2690 0 @ 2.90GHz
- Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz
grep -o 'avx[^ ]*' /proc/cpuinfo
AVX on our main cluster
The E5-2690 does not have AVX2, and shapeit4 requires AVX2 to run quickly. AVX2 first appeared on the Xeon E5 v3 line.
You should be able to re-build shapeit4 without the -mavx2 -mfma compiler flags, as documented here: https://github.com/odelaneau/shapeit4/blob/master/makefile#L30
It'll be very slow, though.
Hi everyone,
Tried to install SHAPEIT 4.2.2 inside container with singularity :
The build works but when I run the command:
or simply
It returns:
Any idea why I get this output ? I followed instructions at https://odelaneau.github.io/shapeit4/#installation