[lammps-users] Compilation Error

Dear Users,
I am trying to compile LAMMPS on Intel compilers (previously i was using Portland compiles) but i am stuck with the following errors.

Makefile:40: region_union.d: No such file or directory
Makefile:40: remap.d: No such file or directory
Makefile:40: remap_wrap.d: No such file or directory
Makefile:40: replicate.d: No such file or directory
Makefile:40: respa.d: No such file or directory
Makefile:40: run.d: No such file or directory
Makefile:40: set.d: No such file or directory
Makefile:40: shell.d: No such file or directory
Makefile:40: special.d: No such file or directory
Makefile:40: temper.d: No such file or directory
Makefile:40: thermo.d: No such file or directory
Makefile:40: timer.d: No such file or directory
iCC -O -I…/STUBS -DFFT_NONE -M timer.cpp > timer.d
/bin/sh: iCC: command not found
make[1]: *** [timer.d] Error 127
make[1]: Leaving directory `/home/vidya17/Research/5th_QT/FT/code/wallshear/lammps-coheshear/src/Obj_serial’
make: *** [serial] Error 2

I have appropriately changed my Make file for Intel compiler. Can anybody please help me out what could be going wrong.

Thanks
Vidyapati

Dear Users,
I am trying to compile LAMMPS on Intel compilers (previously i was using
Portland compiles) but i am stuck with the following errors.

Makefile:40: timer.d: No such file or directory
iCC -O -I../STUBS -DFFT_NONE -M timer.cpp > timer.d
/bin/sh: iCC: command not found

command not found??? oops!

make[1]: *** [timer.d] Error 127
make[1]: Leaving directory
`/home/vidya17/Research/5th_QT/FT/code/wallshear/lammps-coheshear/src/Obj_serial'
make: *** [serial] Error 2

I have appropriately changed my Make file for Intel compiler. Can anybody
please help me out what could be going wrong.

no, you didn't change it correctly. there is no iCC compiler.
the intel c++ compiler goes by the name of "icpc"

cheers,
   axel.

Axel,
Thanks a lot for your reply, Yes i got to know afterwards that on the machine i was trying build LAMMPS does not had even Intel compile for C++. Now i am able to compile with “Pathscale Compiler” with CC.

Regards
Vidya