mirror of
https://github.com/jtdx-project/jtdx
synced 2026-08-13 17:35:38 -04:00
4 lines
132 B
Text
4 lines
132 B
Text
gcc -c gran.c
|
|
gfortran -c four2a.f90
|
|
gfortran -c f77_wisdom.f90
|
|
gfortran -o chkfft chkfft.f90 four2a.o f77_wisdom.o gran.o -lfftw3f
|