You can use the -c and -o options to specify an alternate name for an object file. In this example, the compiler generates an object file name myobj.o:
icpc -c -omyobj.o x.cpp
Copyright © 1996-2011, Intel Corporation. All rights reserved.