alamode icon indicating copy to clipboard operation
alamode copied to clipboard

Compilation problem

Open chejunwei2 opened this issue 8 months ago • 3 comments

Dear developer, I compiled the latest alamode, but I got an error:

make: Warning: File `writer.cpp' has modification time 35371 s in the future
icpc  -O2 -xHOST -qopenmp -std=c++11 -I../include -I/home/chejunwei/software/library/spglib-1.9.7/include/spglib -c writer.cpp
writer.cpp(125): error: class "ALM_NS::OptimizerControl" has no member "mirror_image_conv"
          std::cout << "  MIRROR_IMAGE_CONV = " << optctrl.mirror_image_conv << "\n\n";
                                                           ^
compilation aborted for writer.cpp (code 2)
make: *** [writer.o] Error 2

So I would like to ask for your help. Thank you very much. Best regards, Junwei Che

chejunwei2 avatar Jun 20 '24 07:06 chejunwei2