Re: [eigen] Enabling openMP |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Enabling openMP
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Tue, 22 Jun 2010 10:22:38 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=3rKxKLeQ/UVVtgDrgm6VBOYQPj+F7D+8zRABOKfooXU=; b=QU7RqVQ1z1/hqaGSJMXsZS6Q/8kcIny9QBpqSzfrIIu4lc0NIc7DkglXHN4Tdnwa9a xDVOGzBks90GANbwqA83ivEfrY6HS1aw301EWwvSFYdtuTNyRjEhTluLJFp3UHnP9stG n9RvlNWKI1E9RdqFMTnf6uCat+tihIxNSRFHI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=SIygsRocQNH6MBfQ/fYdrmPzxEXuT429bRtQt/yfuk7NgYBkr/XxVLaVElA4HtVGzf h5ZfxSJAVp7z5d7ADVtRwFDrGSx/bo8LZvCLNs21bexLT2xizutFNV+pD94o1hgchEzD fHbjkAjHhQC2I3Crp5ekp71WqvZC9BKVWAVcU=
this is enough.
There is no "configure time" for eigen itself. The cmake option only
affect things like the unit tests, the documentation, the install
path....
Benoit
2010/6/22 Manoj Rajagopalan <rmanoj@xxxxxxxxx>:
> 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
>
>
>