You can use the -o option to specify the name of the executable file. In the following example, the compiler produces an executable file named startup.
icpc -ostartup prog1.cpp
Copyright © 1996-2010, Intel Corporation. All rights reserved.