Re: [eigen] Totally missing /O2 for MSVC-Compiler |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Totally missing /O2 for MSVC-Compiler
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Fri, 30 Jan 2009 07:52:55 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=+S7RHWvqgrqHN8/XmQ58YfwRneaM+7h/Wivd/dbo+Vc=; b=vP9ye4dkkFji2CyC23mjfKtMa2gnalLqLC04BU84VOH/PlUnVYdldYQ4UsfYObjTAq m4WK5l0WDNAE/NOKAT7dwQUQ7nuRPqV/Doyoh2zgliVmKOZB9+Kw49nSBEAL1dhCY99M lm+NweEZocPf3fHbEJP36WDXqUCIgQxd0G6rc=
- 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=QfcuZOt3XmoXnskL3UjUH2Uxks9dDiw+3kNw8LfhJL8C3XFVP3NJRwNEsPHz/du8HZ kmgc/87DXQ0+2MFHSZCfADHWQPe3Kpq+k8njuQd7/Da7Fw13spQSFSPS4+bXyBrI0n/s RZ/4LG+TRctY7a20UFL5Go8Nxn2+e1M8DxxAo=
On Fri, Jan 30, 2009 at 1:30 AM, FMDSPAM <fmdspam@xxxxxxxxx> wrote:
> Two ctest questions:
hm, three actually ;)
> a) the newly approved compiler options will go into the normal cdash suite,
> right?
I don't really understand what you meant here ? but FYI I'll make sure
the large_product test and lu test will be always compiled with /O2
for msvc (otherwise they take too long to run).
> b) how to set compiler (different) options (e.g. for further internal
> testing and benchmarking)
This is a pure cmake issue and I don't know what is the best way to
proceed. You can also use the CMAKE_BUILD_TYPE option to control
between release/debug modes. Perhaps we could add a "custom" build
mode where the options would be all set manually using a
EIGEN_CXX_FLAGS variable.
> c) how to run ctest almost completely but without upload. (I don't want to
> make (so much) cdash noise)
you do it manually, just as usual (cmake ; make ; ctest -v )