nearly almost everything about my life
It seems that ifort create native FreeBSD executables.For instance: hello.f program hello open(101,file='hello.out') write(101,*) 'hello world' close(101) endComiple: ifort hello.f -o hellobrand hello gives: File 'hello' is of brand 'FreeBSD' (9).Is this the fact?
Post a Comment
1 comment:
It seems that ifort create native FreeBSD executables.
For instance: hello.f
program hello
open(101,file='hello.out')
write(101,*) 'hello world'
close(101)
end
Comiple:
ifort hello.f -o hello
brand hello gives:
File 'hello' is of brand 'FreeBSD' (9).
Is this the fact?
Post a Comment