• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..10-Nov-2021-

tst/H10-Nov-2021-21

GNUmakefileH A D10-Nov-20212.5 KiB9141

READMEH A D10-Nov-2021922 3121

mympi.FH A D10-Nov-20211 KiB5636

mympi.hH A D10-Nov-2021156 76

mympic.cH A D10-Nov-2021133 158

myprocs.fhH A D10-Nov-2021444 2620

parms.fhH A D10-Nov-2021494 2422

testfft3.FH A D10-Nov-20214.5 KiB197119

README

1testfft3 runs and times ffts from md1xmd2xmd3 to nd1xnd2xnd3
2by increasing dimensions together by multiplying by 2. (These
3parameters are defined in parms.fh.) It performs a forward,
4then an inverse fft, checking the infinity norm against a
5small tolerance.
6
7Output from a normal run is attached.
8
9
10to make::  1) make peigs (for comm), libpfft.a
11           2) run: make test
12
13to run::  w/parallel command) cd tst; edit testfft3.p to
14                              reflect your configuration.
15
16          otherwise) use the method on hand for mpp
17
18
19sample run output
20-----------------
21
22sounion163% parallel testfft3
23 Creating: host=sounion, user=twclark,
24           file=../testfft3, port=2578
25  *** FFT Type: EMSL_FFT with TCG_PROCS and nproc =                     4
26***
27  8   8   8 fft wallclock time (sec):    4.57917
28 16  16  16 fft wallclock time (sec):    4.48180
29 32  32  32 fft wallclock time (sec):    4.73456
30
31