[petsc-dev] openmp
Jed Brown
jedbrown at mcs.anl.gov
Wed Nov 6 23:39:41 CST 2013
Svetlana Tkachenko <svetlana.tkachenko at fastmail.fm> writes:
> For the bigger (non-test) project, I would really make use of
> --free-whatever options you gave. But simply writing "prog: prog.o
> foo.o ${FLINKER} -ffree-form -o $@ $^ ${PETSC_LIB}", and looking at
> 'make' output, shows that it ignored my lines entirely and keeps
> trying to compile without -ffree-form.
These are *compiler* options, not *linker* options. Put it in FFLAGS instead.
make FFLAGS=-ffree-form
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20131106/75aa475e/attachment.sig>
More information about the petsc-dev
mailing list