[petsc-dev] defaulting gnu compilers on Apple
Aron Ahmadia
aron at ahmadia.net
Thu Oct 31 09:44:34 CDT 2013
~/s/s/w/tmp ❯❯❯ clang -fsel-sched-pipelining file.c
⏎
clang: warning: argument unused during compilation: '-fsel-sched-pipelining'
~/s/s/w/tmp ❯❯❯ gcc -fsel-sched-pipelining file.c
⏎
clang: warning: argument unused during compilation: '-fsel-sched-pipelining'
~/s/s/w/tmp ❯❯❯ gcc --analyze file.c
~/s/s/w/tmp ❯❯❯ clang --analyze file.c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20131031/34e80526/attachment.html>
More information about the petsc-dev
mailing list