I would like an install option that does not appear to be offered.
We have set aside a couple of our Linux Intel Fortran licenses for use in classified military environments. Typically, we will install ifort to support an event for a couple of weeks, then remove all of our files after we are done.
Due to being in a secure environment with no Internet access, and system administrators who are paid to be "paranoid", we do an offline install limited to the user. This installs the compiler under ~/intel (i.e., /home/user/intel) and we extend $PATH with ~/intel/bin
This all works fine. The problem is that these systems are installed with very small /home file systems but very large /opt file systems. We are supposed to install our software under /opt/user rather than /home/user -- and we do. But the ifort install, which takes up considerable space, is always installed under /home/user . Is there a way to specify where it should be installed?
We are currently using version 15.0.2.
Jay