Skip to content
Snippets Groups Projects
COMP_DRAG.txt 155 B
Newer Older
  • Learn to ignore specific revisions
  • Evgeny Mortikov's avatar
    Evgeny Mortikov committed
    fort -c inputdata.f90
    
    ifort -c param.f90
    ifort -c prmt.f90
    ifort -c drag3.F 
    ifort -c DRAG.F
    ifort -o drag.exe DRAG.o drag3.o inputdata.o param.o prmt.o