flowchart

13
STEP0: > Install FileZilla_3.3.1_win32-setup.exe > Open FileZilla.exe 如圖: IP: 140.112.187.17, Username: student, Password: earthquake, Port: 22 快速連線點選 course 資料夾

Upload: timothy-lee

Post on 28-Nov-2015

10 views

Category:

Documents


3 download

TRANSCRIPT

  • STEP0:

    > Install FileZilla_3.3.1_win32-setup.exe

    > Open FileZilla.exe

    :

    IP: 140.112.187.17, Username: student, Password: earthquake, Port: 22

    course

  • Download fortran :

    > complier: Windows Version Fortran compiler (PowerStation, g95)

    > data:. (e.g. Taiwan.txt,) > ppt & word:. > Software: (FileZilla_3.3.1_win32-setup.exe),(putty.exe) & (UltraEdit v14.00a plus2 and UltraCompare Pro 5.10a .exe). >CuteFTP.pdf, FileZillaFTP.pdf & FTP.txt .

  • STEP1: (Putty.exe) > putty.exe > Key in IP & Port, SSH(SecureSHell protocol). >

    >Key in username: student

    >Key in password: earthquake, Enter

  • > Key in ls : , (course).

    >Key in cd course: (course) >Key in ls: , example_test & fortran()

    >Key in cd example_test

  • >Key in vi test.f: vi Linux , test.f fortran 77 code

    >

  • >Key in i: , INSERT

    > ESC , , >Key in wq:(w)+(q) > Key in q:

  • >.

    >Key in f77 test.f o test: f77(compile) test.f Fortran77 code,(-o), test.

  • >Key in./test: test, Hello!

    @: # >touch filename

    # >more filename

    >cat filename

    >vi filename

    # >mkdir folder

    # >cd folder1

    # >cd ..

    # >cp file1 folder1

    # >mv file1 folder1

    # >rm file

  • STEP2: Fortran PowerStation (For windows PC)

    > fortran\fortran\compiler\fortran_powerstation ,Copy msdev C:\(C ). >(command mode), . fortran\fortran\compiler\fortran_powerstation , setenv.bat(). , setenv.bat. , ,(compile).(ex. Fl32 test.f). : LINUX(f77), windows fl32

  • >, , . : >,

    >,

  • > PATH,, C:\msdev\bin , .

  • >,:include,:c:\msdev\include,.

  • >, :lib,:c:\msdev\lib,.

    >,,setenv.bat.