Why is it when I specify ia32 on my 64bit Linux, IFC still compiles in 64bit.
This is in my bash file
PATH="/opt/intel/composer_xe_2015.3.187/bin/ia32:$PATH"
export PATH
LD_LIBRARY_PATH="/opt/intel/composer_xe_2015.3.187/bin/ia32:$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH
This is what the beginning of my look file shows.
ifort -logo
Intel(R) Fortran Intel(R) 64 Compiler XE for applications running on Intel(R) 64, Version 15.0.3.187 Build 20150407
Copyright (C) 1985-2015 Intel Corporation. All rights reserved.