MUMUS : A multiple shooting method for solving multipoint boundary value problems of systems of ordinary differential equations


mumus $ g77 -c contrl.f
mumus $ g77 -c hamfcn.f
mumus $ g77 -c mumus.f
mumus $ g77 -c rkf7mp.f
mumus $ g77 -c awplm.f
awplm.f: In subroutine `odexm':
awplm.f:971: warning:
COMMON /EXTABL1/ DZ(51),T(9,51),NJ(9),HH(9),W(9),ERR,FAC,
^
Padding of 4 bytes required before `hh' in common block `extabl1' at (^) -- consider reordering members, largest-type-size first
awplm.f: In subroutine `midex':
awplm.f:1095: warning:
COMMON /EXTABL1/ DZ(51),T(9,51),NJ(9),HH(9),W(9),ERR,FAC,
^
Padding of 4 bytes required before `hh' in common block `extabl1' at (^) -- consider reordering members, largest-type-size first


エラー?一応,Example:bh.f のコンパイルは通って実行もできた.


mumus $ g77 -o mainbh mumus.o contrl.o awplm.o hamfcn.o bh.f
mumus $ ./mainbh