[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen] Enabling openMP
- From: Manoj Rajagopalan <rmanoj@xxxxxxxxx>
- Date: Tue, 22 Jun 2010 10:18:16 -0400
- Organization: EECS Dept., University of Michigan, Ann Arbor, MI, USA
Hi,
To enable openMP, is it sufficient to just enable the compiler flag
(-fopenmp for gcc) and to link with the relevant library (-lgomp with gcc)?
Or are there other steps to be followed, maybe at configure time while
installing eigen3?
Thanks,
Manoj