Hi, there
I followed the manual of OSMPS, I face some problem as following:
my OS is windows 10, I have installed cywin64, mingw, and successfully installed BLAS and LAPACK.
1) when I install ATLAS, it shows me :
Vector ISA Extension configured as AVXMAC (4,976)
cmnd=make IRun_arch args="-v 2 -O 9 -s 9 -a" | fgrep 'MACHTYPE='
ERROR: enum fam=3, chip=2, model=61, mach=0
make[3]: *** [Makefile:107: atlas_run] Error 44
make[2]: *** [Makefile:450: IRunArchInfo_x86] Error 2
Architecture configured as UNKNOWNx86 (43)
cmnd=make IRun_arch args="-v 2 -O 9 -s 9 -m" | fgrep 'CPU MHZ='
ERROR: enum fam=3, chip=2, model=61, mach=0
make[3]: *** [Makefile:107: atlas_run] Error 44
make[2]: *** [Makefile:450: IRunArchInfo_x86] Error 2
Clock rate configured as 2195Mhz
cmnd=make IRun_arch args="-v 2 -O 9 -s 9 -n" | fgrep 'NCPU='
ERROR: enum fam=3, chip=2, model=61, mach=0
make[3]: *** [Makefile:107: atlas_run] Error 44
make[2]: *** [Makefile:450: IRunArchInfo_x86] Error 2
Maximum number of threads configured as 4
cmnd=make IRun_pmake args="-v 2 -O 9 -t 4" | fgrep 'PMAKE='
Parallel make command configured as '$(MAKE)'
cmnd=make IRun_arch args="-v 2 -O 9 -s 9 -t" | fgrep 'CPU THROTTLE='
ERROR: enum fam=3, chip=2, model=61, mach=0
make[3]: *** [Makefile:107: atlas_run] Error 44
make[2]: *** [Makefile:450: IRunArchInfo_x86] Error 2
2) when I try to install OSMPS, using "python BuildOSMPS.py" command at cmd, it shows me :
make MPSMain
'make' is not recognized as an internal or external command,
operable program or batch file.
/usr/local/bin/
cp "MPSFortLib/Execute_MPSMain /usr/local/bin/Execute_MPSMain"
'cp' is not recognized as an internal or external command,
operable program or batch file.
Sincerely,
Yiming
BTW, OSMPS does not support Windows? because I don't find the option for windows when I follow the installation instruction.
Hello Yiming,
We do support Windows, but we do not use it in our research group. One of my colleagues has it installed on Windows before and will help you.
Kind regards,
Daniel
Hi, Daniel
Thank you for your response,could do please send my issue to your colleague? Thank you so much!
Sincerely,
Yiming
Related
Tickets: #11
Hello Yiming,
I apologize it's taken me so long to come around to this.
First, I wanted to confirm that you're still experiencing these errors.
I see that you're getting an error in your installation of ATLAS. Which version are you trying to install, and which set of instructions are you following?
ATLAS has special instructions for installing under Windows. Please review this information:
http://math-atlas.sourceforge.net/atlas_install/node55.html
Note, it requires Cygwin64. It does mention tested compatibility with the Cygwin64 compilers (even in MinGW); though, there is nothing definitive suggesting the MinGW compilers won't work.
I recommend following the installation instructions here (for ATLAS):
http://math-atlas.sourceforge.net/atlas_install/node6.html (as an overview)
Then here:
http://math-atlas.sourceforge.net/atlas_install/node7.html (to configure)
And so on.
Let us know if you get stuck.
Matthew J