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