We have the 64-bit Intel compiler installed on a 64-bit machine running Centos . I thought I could add the -m32 to the "ifort" command to get a 32-bit executable, but I get the following error:
catastrophic error: Compiler configuration problem encountered. The expected target architecture compiler is missing (12.1-ia32 != 12.1-intel64)
Can you help me fix the problem?
Thanks.


