Under "Building the examples suite" in the INSTALL.txt, #4 states that "It
is also possible to compile either Fortran or C separately ('make FORTRAN'
or 'make C'). This functionality does not exist and needs to be added.
Simply add:
> .PHONY: C FORTRAN clean
p3dfft.2.3.2/sample/makefile at line 10 and
> C:
> cd C && make -f makefile.loc
>
> FORTRAN:
> cd FORTRAN && make -f makefile.loc
in p3dfft.2.3.2/sample/makefile at line 16.
For correct 'make clean' we also have to replace
'/bin/rm driver*.o' by '-/bin/rm driver*.o' in
p3dfft.2.3.2/sample/C/makefile.loc and
p3dfft.2.3.2/sample/FORTRAN/makefile.loc
Original issue reported on code.google.com by masta.p...@gmail.com on 27 Feb 2010 at 8:49
Original issue reported on code.google.com by
masta.p...@gmail.com
on 27 Feb 2010 at 8:49