오보에블로그
Fortran 90 터미널 컴파일(맥북) 본문
728x90
1. 포트란 설치
https://gcc.gnu.org/wiki/GFortranBinaries#MacOS 에 들어가서 다운 받으면 끝!
2.컴파일 하는 방법 (예시)
helloworld.f90 파일로 저장했을때,
gfortran -o hello.exe helloworld.f90
./hello.exe
3.포트란 문법
http://amath.jnu.ac.kr/bcshin/f90/f95.html
728x90