I am trying to compile MAGMA-MIC and I am getting the following compilation error:
I have verified that the Intel compiler vars and mkl vars are sourced and I copied the make.inc.mkl to make.inc as instructed in the README.======================================== testing
( cd testing && make )
make[1]: Entering directory `/home/dfernand/workspace/MAGMA_MIC/testing'
../tools/codegen.py -p d --file testing_zutil.cpp
make[1]: ../tools/codegen.py: Command not found
However, I cannot find the "codegen.py" file or the "tools" directory in the tarball and they are not generated during the compilation process.
I would appreciate any help compiling MAGMA for the MIC.
Best regards,
David