Quantcast
Channel: Intel® Fortran Compiler
Viewing all articles
Browse latest Browse all 3270

I got some error to execute ifort

$
0
0

 

Hi

 

 

 

i am in very beginning of fortran language and

 

i got some error to execute ifort in terminal

first, i typed  

" source /opt/intel/composer_xe_2015/bin/compilervars.sh intel64"

and it was working.

but in next step,

i execute 'compile_variable_labor_equilibrium' file. and its code is like this 

ifort -o variable_labor_equilibrium ../Tools/OptimizationMod.f90 /Tools/csint.f /Model/Globals.f90 /Model/InitializationModule.f90 /Model/ValueModule.f90  /Model/Main.f90

 

rm *.mod

 

./variable_labor_equilibrium

 

and the result was printed like this

ifort: error #10236: File not found:  '../Tools/OptimizationMod.f90't; 

ifort: error #10236: File not found:  '/Tools/csint.f'

ifort: error #10236: File not found:  '/Model/Globals.f90'

ifort: error #10236: File not found:  '/Model/InitializationModule.f90'

ifort: error #10236: File not found:  '/Model/ValueModule.f90'

ifort: error #10236: File not found:  '/Model/Main.f90'

ifort: command line error: no files specified; for help type "ifort -help"

rm: *.mod: No such file or directory

/Users/~~/Desktop/Advanced Macro/~~/compile_variable_labor_equilibrium: line 5: ./variable_labor_equilibrium: No such file or directory

logout

 

 

i think i have to set a path of f90 files. but i don't know how to do it

help me!

P.S this is my folder structure


Viewing all articles
Browse latest Browse all 3270

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>