-
Notifications
You must be signed in to change notification settings - Fork 5
/
build.sh
executable file
·72 lines (72 loc) · 4.09 KB
/
build.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
#!/bin/bash
gfortran -ffree-line-length-none -c SingPrec.f90
gfortran -ffree-line-length-none -c SysGnuLinux.f90
gfortran -ffree-line-length-none -c NWTC_IO.f90
gfortran -ffree-line-length-none -c NWTC_Num.f90
gfortran -ffree-line-length-none -c NWTC_Aero.f90
gfortran -ffree-line-length-none -c ModMesh.f90
gfortran -ffree-line-length-none -c NWTC_Library.f90
gfortran -ffree-line-length-none -c SharedInflowDefs.f90
gfortran -ffree-line-length-none -c HHWind.f90
gfortran -ffree-line-length-none -c FFWind.f90
gfortran -ffree-line-length-none -c HAWCWind.f90
gfortran -ffree-line-length-none -c FDWind.f90
gfortran -ffree-line-length-none -c CTWind.f90
gfortran -ffree-line-length-none -c UserWind.f90
gfortran -ffree-line-length-none -c InflowWindMod.f90
gfortran -ffree-line-length-none -c SharedTypes.f90
gfortran -ffree-line-length-none -c AeroMods.f90
gfortran -ffree-line-length-none -c GenSubs.f90
gfortran -ffree-line-length-none -c AeroSubs.f90
gfortran -ffree-line-length-none -c AeroDyn.f90
gfortran -ffree-line-length-none -c fftpack.f
gfortran -ffree-line-length-none -c FFTMod.f90
gfortran -ffree-line-length-none -c HydroCalc.f90
gfortran -ffree-line-length-none -c FAST_Mods.f90
gfortran -ffree-line-length-none -c Noise.f90
gfortran -ffree-line-length-none -c FAST_IO.f90
gfortran -ffree-line-length-none -c FAST.f90
gfortran -ffree-line-length-none -c FAST_Lin.f90
gfortran -ffree-line-length-none -c FAST2ADAMS.f90
gfortran -ffree-line-length-none -c PitchCntrl_ACH.f90
gfortran -ffree-line-length-none -c UserSubs.f90
gfortran -ffree-line-length-none -c UserVSCont_KP.f90
gfortran -ffree-line-length-none -c AeroCalc.f90
gfortran -ffree-line-length-none -c SetVersion.f90
gfortran -ffree-line-length-none -c FAST_Prog.f90
gfortran -o fast.seq SingPrec.o SysGnuLinux.o NWTC_IO.o NWTC_Num.o NWTC_Aero.o NWTC_Library.o SharedInflowDefs.o HHWind.o FFWind.o HAWCWind.o FDWind.o CTWind.o UserWind.o InflowWindMod.o SharedTypes.o AeroMods.o GenSubs.o AeroSubs.o AeroDyn.o fftpack.o FFTMod.o HydroCalc.o FAST_Mods.o Noise.o FAST_IO.o FAST.o FAST_Lin.o FAST2ADAMS.o PitchCntrl_ACH.o UserSubs.o UserVSCont_KP.o AeroCalc.o SetVersion.o FAST_Prog.o
#ifort -ffree-line-length-none -c SingPrec.f90
#ifort -ffree-line-length-none -c SysGnuLinux.f90
#ifort -ffree-line-length-none -c NWTC_IO.f90
#ifort -ffree-line-length-none -c NWTC_Num.f90
#ifort -ffree-line-length-none -c NWTC_Aero.f90
#ifort -ffree-line-length-none -c NWTC_Library.f90
#ifort -ffree-line-length-none -c SharedInflowDefs.f90
#ifort -ffree-line-length-none -c HHWind.f90
#ifort -ffree-line-length-none -c FFWind.f90
#ifort -ffree-line-length-none -c HAWCWind.f90
#ifort -ffree-line-length-none -c FDWind.f90
#ifort -ffree-line-length-none -c CTWind.f90
#ifort -ffree-line-length-none -c UserWind.f90
#ifort -ffree-line-length-none -c InflowWindMod.f90
#ifort -ffree-line-length-none -c SharedTypes.f90
#ifort -ffree-line-length-none -c AeroMods.f90
#ifort -ffree-line-length-none -c GenSubs.f90
#ifort -ffree-line-length-none -c AeroSubs.f90
#ifort -ffree-line-length-none -c AeroDyn.f90
#ifort -ffree-line-length-none -c fftpack.f
#ifort -ffree-line-length-none -c FFTMod.f90
#ifort -ffree-line-length-none -c HydroCalc.f90
#ifort -ffree-line-length-none -c FAST_Mods.f90
#ifort -ffree-line-length-none -c Noise.f90
#ifort -ffree-line-length-none -c FAST_IO.f90
#ifort -ffree-line-length-none -c FAST.f90
#ifort -ffree-line-length-none -c FAST_Lin.f90
#ifort -ffree-line-length-none -c FAST2ADAMS.f90
#ifort -ffree-line-length-none -c PitchCntrl_ACH.f90
#ifort -ffree-line-length-none -c UserSubs.f90
#ifort -ffree-line-length-none -c UserVSCont_KP.f90
#ifort -ffree-line-length-none -c AeroCalc.f90
#ifort -ffree-line-length-none -c SetVersion.f90
#ifort -ffree-line-length-none -c FAST_Prog.f90
#ifort -o fast.seq SingPrec.o SysGnuLinux.o NWTC_IO.o NWTC_Num.o NWTC_Aero.o NWTC_Library.o SharedInflowDefs.o HHWind.o FFWind.o HAWCWind.o FDWind.o CTWind.o UserWind.o InflowWindMod.o SharedTypes.o AeroMods.o GenSubs.o AeroSubs.o AeroDyn.o fftpack.o FFTMod.o HydroCalc.o FAST_Mods.o Noise.o FAST_IO.o FAST.o FAST_Lin.o FAST2ADAMS.o PitchCntrl_ACH.o UserSubs.o UserVSCont_KP.o AeroCalc.o SetVersion.o FAST_Prog.o