Smoke error when running

Hi.
I have an error when do the smoke error. the error as per below:-

lease verify that both the operating system and the processor support Intel® MOVBE, FMA, BMI, LZCNT and AVX2 instructions.

0.0u 0.0s 0:00.00 0.0% 0+0k 0+0io 0pf+0w

Please verify that both the operating system and the processor support Intel® MOVBE, FMA, BMI, LZCNT and AVX2 instructions.

0.0u 0.0s 0:00.00 0.0% 0+0k 0+0io 0pf+0w

Please verify that both the operating system and the processor support Intel® MOVBE, FMA, BMI, LZCNT and AVX2 instructions.

0.0u 0.0s 0:00.00 0.0% 0+0k 0+0io 0pf+0w

Please verify that both the operating system and the processor support Intel® MOVBE, FMA, BMI, LZCNT and AVX2 instructions.

0.0u 0.0s 0:00.06 0.0% 0+0k 3592+0io 12pf+0w
Running part 2, for 20050710 …
Running part 4, for 20050710…

Please verify that both the operating system and the processor support Intel® MOVBE, FMA, BMI, LZCNT and AVX2 instructions.

0.0u 0.0s 0:00.00 0.0% 0+0k 0+0io 0pf+0w

Please verify that both the operating system and the processor support Intel® MOVBE, FMA, BMI, LZCNT and AVX2 instructions.

0.0u 0.0s 0:00.00 0.0% 0+0k 0+0io 0pf+0w

Please verify that both the operating system and the processor support Intel® MOVBE, FMA, BMI, LZCNT and AVX2 instructions.

I have using debian 10.
Kindly advise.

Tq
Ikhsan

What model of processor are you running on? (if you do the command cat /proc/cpuinfo you’ll see a detailed processor description – in more detail than you’d really like to see; but what is the result, and does it list AVX2?)

Here is the result from /cat/proc/cpuinfo

processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 58
model name : Intel® Core™ i5-3470 CPU @ 3.20GHz
stepping : 9
microcode : 0x10
cpu MHz : 1596.469
cache size : 6144 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm cpuid_fault epb pti tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt dtherm ida arat pln pts
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit srbds
bogomips : 6385.48
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:

OK, it looks like you’re running a 2012-vintage “Ivy Bridge” generation of processor, the generation before 2013-vintage “Haswell”; however, your executable is compiled for Haswell-or-later, and uses vector instructions not supported by your processor.

BTW, which SMOKE version, and which ($BIN) compile-type?

You need a new compile of SMOKE, compiled for your processor-generation.

Hi.
I’m using gfortran compiler.
but when doing the compiling, the error is come out.
/home/ikhsan/SMOKE/subsys/smoke/src/smkinven/rdemspd.f:304:15:

     LFIP = ''
           1

Error: Can’t convert CHARACTER(1) to INTEGER(4) at (1)
make: *** [Makefile:349: rdemspd.o] Error 1

Bug, that ifort lets you get away with. Make this
LFIP = IMISS3

There have an error as per below and I have changed to LFIP=IMISS3
/smkinven/rdemspd.f:304:15: error LFIP = ’ ’
/smkinven/rdorlfr.f:391:15: error LFIP = ’ ’
So, the installation work successfully and i have run example completely.
Thank you :slight_smile:
Resolved!