Hello,
I have a FORTRAN code that I want to compile using F90 compiler. However, when I enter the unix command:
f90 ./code.f -o ./code.out
It would give me prompt saying that absoft license has failed, or something. I remember that I could enter some unix keyword that ends with 'soft' in order to activate the compiler. I am pretty sure that my unix account has f90 compiler, but for some reason it is not working, but f77 compiler does work.
If you understand my problem, please help. Thanks.
I have a FORTRAN code that I want to compile using F90 compiler. However, when I enter the unix command:
f90 ./code.f -o ./code.out
It would give me prompt saying that absoft license has failed, or something. I remember that I could enter some unix keyword that ends with 'soft' in order to activate the compiler. I am pretty sure that my unix account has f90 compiler, but for some reason it is not working, but f77 compiler does work.
If you understand my problem, please help. Thanks.