My system is fedora 19 , the version is :
Linux version 3.14.27-100.fc19.x86_64 (mockbuild@bkernel02.phx2.fedoraproject.org) (gcc version 4.8.3 20140911 (Red Hat 4.8.3-7) (GCC) ) #1 SMP Wed Dec 17 19:36:34 UTC 2014
The ifort is parallel_studio_xe2016 for students, when inpit ''ifort --version'' in the terminal,there is :
ifort (IFORT) 16.0.0 20150815
Copyright (C) 1985-2015 Intel Corporation. All rights reserved.
When compile a file with 'ifort 't.f95'(could be compiled with g95),there is :
ipo: error #11025: Linker command line is badly formed
ifort: error #10014: problem during multi-file optimization compilation (code 1)
If input 'ifot',there is :
ifort: command line error: no files specified; for help type "ifort -help"
Then I try to use 't.f90',input 'ifort t.f90 -o a.e',there is :
fortcom: Severe: No such file or directory
... file is 'daalvars.csh*'
compilation aborted for t.f90 (code 1).
That's all information I get.
Thank you for your help!