Software Archive
Read-only legacy content

strange error on file not found !

Babak_H_
Beginner
451 Views

I tried to install a source code with "make" command. it gives me this:

"babak-VPCSA20GD:/home/babak/CMAQ/IOAPI# make
Makefile:194: warning: overriding commands for target `/home/babak/CMAQ/IOAPI/Linux2_x86_64ifort'
Makefile:191: warning: ignoring old commands for target `/home/babak/CMAQ/IOAPI/Linux2_x86_64ifort'
Makefile:197: warning: overriding commands for target `/home/babak/CMAQ/IOAPI/Linux2_x86_64ifort'
Makefile:194: warning: ignoring old commands for target `/home/babak/CMAQ/IOAPI/Linux2_x86_64ifort'
(cd /home/babak/CMAQ/IOAPI/ioapi   ; make fixed_src)
make[1]: Entering directory `/home/babak/CMAQ/IOAPI/ioapi'
make[1]: Nothing to be done for `fixed_src'.
make[1]: Leaving directory `/home/babak/CMAQ/IOAPI/ioapi'
(cd /home/babak/CMAQ/IOAPI/ioapi   ; make all)
make[1]: Entering directory `/home/babak/CMAQ/IOAPI/ioapi'
cd /home/babak/CMAQ/IOAPI/Linux2_x86_64ifort; ifort -auto -cm -w90 -w95 -warn notruncated_source -Bstatic -c -DAUTO_ARRAYS=1 -DF90=1 -DFLDMN=1 -DFSTR_L=int -DIOAPI_NO_STDOUT=1 -DAVOID_FLUSH=1 -DBIT32=1  -O3 -no-fp-port -unroll -stack_temps -safe_cray_ptr -mtune core2 -traceback -openmp -I/home/babak/CMAQ/IOAPI/ioapi /home/babak/CMAQ/IOAPI/ioapi/bmatvec.f
ifort: command line remark #10010: option '-cm' is deprecated and will be removed in a future release. See '-help deprecated'
ifort: command line remark #10010: option '-w90' is deprecated and will be removed in a future release. See '-help deprecated'
ifort: command line remark #10010: option '-w95' is deprecated and will be removed in a future release. See '-help deprecated'
ifort: command line warning #10159: invalid argument for option '-m'
ifort: error #10236: File not found:  'core2'
make[1]: *** [bmatvec.o] Error 1
make[1]: Leaving directory `/home/babak/CMAQ/IOAPI/ioapi'
make: *** [all] Error 2"

what is the problem ? my system is Intel Cori5 sony vaio and I have ubuntu 12.04 64 bit. I used tcsh shell for that command.

0 Kudos
1 Reply
Georg_Z_Intel
Employee
451 Views
Hello, it should be: -mtune=core2 and not -mtune core2 (note the =) Best regards, Georg Zitzlsberger
0 Kudos
Reply