ifort error IPO link and multi-file optimization compilation code 1
To fix the IPO link error when trying to compile with the Intel fortan compiler fort, error on compilation as follows :-
Show Plain TextText code
- IPO link: can not find "("
- ifort: error: problem during multi-file optimization compilation (code 1)
Simply add the -no-ipo to your ifort flags and the error should be done and dusted.