On 31/01/2015 04:37, Claude Frantz wrote:

Hi Claude,

> Please allow me to report the following problems:
>
> [  4%] Building Fortran object CMakeFiles/wsjt.dir/lib/filbig.f90.o
> /home/claude/ham/JoeTaylor/wsjtx/lib/filbig.f90:44.35:
>
>        plan2=fftwf_plan_dft_1d(nfft2,c4a,c4a,-1,nflags)
>                                      1
> Warning: Same actual argument associated with INTENT(OUT) argument 'in'
> and INTENT(OUT) argument 'out' at (1)
> /home/claude/ham/JoeTaylor/wsjtx/lib/filbig.f90:45.35:
>
>        plan3=fftwf_plan_dft_1d(nfft2,cfilt,cfilt,+1,nflags)
>                                      1
> Warning: Same actual argument associated with INTENT(OUT) argument 'in'
> and INTENT(OUT) argument 'out' at (1)
There's not much I can do about these warnings as they are caused by 
FFTW3 code but they can be ignored.
>
> ..... and later ......
>
> Scanning dependencies of target jt9
> [ 61%] Building Fortran object CMakeFiles/jt9.dir/lib/jt9.f90.o
> [ 62%] Building Fortran object CMakeFiles/jt9.dir/lib/jt9c.f90.o
> Linking CXX executable jt9
> CMakeFiles/jt9.dir/lib/jt9.f90.o: In function `.L9':
> jt9.f90:(.text+0x91c): undefined reference to `fftwf_init_threads'
> jt9.f90:(.text+0x92a): undefined reference to `fftwf_plan_with_nthreads'
> collect2: error: ld returned 1 exit status
> CMakeFiles/jt9.dir/build.make:182: recipe for target 'jt9' failed
> make[2]: *** [jt9] Error 1
> CMakeFiles/Makefile2:129: recipe for target 'CMakeFiles/jt9.dir/all' failed
> make[1]: *** [CMakeFiles/jt9.dir/all] Error 2
> Makefile:137: recipe for target 'all' failed
> make: *** [all] Error 2
This is fixed now, Joe has switched to using the multi-threaded version 
of the FFTW3 library and on every platform except Windows that requires 
a different library to be linked.
>
> I hope that will help you a little bit.
>
> Best 88 de Claude
73
Bill
G4WJS.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to