Opened 12 years ago
Closed 11 years ago
#38945 closed defect (invalid)
Openmpicc does not support -fopenmp
Reported by: | srinath.vadlamani@… | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | ||
Port: | openmpi |
Description
Since openmpicc is built using clang and not gcc, -fopenmp is not a recognized option. But, most other implemenations of openmpi do support openmp threading (via pragmas).
I am using: openmpi @1.6.4_0+gcc47+threads. Is there a way to not use clang but instead use gcc-mp-4.7?
Change History (2)
comment:1 Changed 12 years ago by larryv (Lawrence Velázquez)
Owner: | changed from macports-tickets@… to mww@… |
---|
comment:2 Changed 11 years ago by seanfarley (Sean Farley)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This is invalid since openmpi is just a compiler wrapper.