Compiling v0.11.1 with Single precision.

View: New views
4 Messages — Rating Filter:   Alert me  

Compiling v0.11.1 with Single precision.

by WagFeliz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi,

I know it is a stupid question, but...
How can I compile and generate the ODE libs using Single Float
precision ???
I tried very hard to find this information, in the premake help, in
the wiki, in the Ode docs, and nothing, can someone help me, please ?

Thanks,
Wagner.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "ode-users" group.
To post to this group, send email to ode-users@...
To unsubscribe from this group, send email to ode-users+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/ode-users?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Compiling v0.11.1 with Single precision.

by Klaus Backert :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



On 17 Oct 2009, at 02:15, WagFeliz wrote:

> I know it is a stupid question, but...
> How can I compile and generate the ODE libs using Single Float
> precision ???
> I tried very hard to find this information, in the premake help, in
> the wiki, in the Ode docs, and nothing, can someone help me, please ?

./configure --disable-double-precision

(among other options you may need, of course; by the way: you should  
do ./configure --help, it's useful ;-)

Klaus


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "ode-users" group.
To post to this group, send email to ode-users@...
To unsubscribe from this group, send email to ode-users+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/ode-users?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Compiling v0.11.1 with Single precision.

by Rodrigo Hernandez :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



Actually, the default is single precision, you have to explicitly ask
for double, the only caveat is that you need to define dSINGLE when you
compile your code against the library.

Also, to the OP, please mention the operating system you want to build
ODE on when you think it may bear a significance with the answer.

Klaus Backert wrote:

> On 17 Oct 2009, at 02:15, WagFeliz wrote:
>
>  
>> I know it is a stupid question, but...
>> How can I compile and generate the ODE libs using Single Float
>> precision ???
>> I tried very hard to find this information, in the premake help, in
>> the wiki, in the Ode docs, and nothing, can someone help me, please ?
>>    
>
> ./configure --disable-double-precision
>
> (among other options you may need, of course; by the way: you should  
> do ./configure --help, it's useful ;-)
>
> Klaus
>
>
> >
>
>  


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "ode-users" group.
To post to this group, send email to ode-users@...
To unsubscribe from this group, send email to ode-users+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/ode-users?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Compiling v0.11.1 with Single precision.

by minger-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have problems with DOUBLE~~~~ORZĀ  I use vs2008 and try releasesinglelib to build it.It is all ok.

2009/10/17 Rodrigo Hernandez <kwizatz@...>


Actually, the default is single precision, you have to explicitly ask
for double, the only caveat is that you need to define dSINGLE when you
compile your code against the library.

Also, to the OP, please mention the operating system you want to build
ODE on when you think it may bear a significance with the answer.

Klaus Backert wrote:
> On 17 Oct 2009, at 02:15, WagFeliz wrote:
>
>
>> I know it is a stupid question, but...
>> How can I compile and generate the ODE libs using Single Float
>> precision ???
>> I tried very hard to find this information, in the premake help, in
>> the wiki, in the Ode docs, and nothing, can someone help me, please ?
>>
>
> ./configure --disable-double-precision
>
> (among other options you may need, of course; by the way: you should
> do ./configure --help, it's useful ;-)
>
> Klaus
>
>
> >
>
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "ode-users" group.
To post to this group, send email to ode-users@...
To unsubscribe from this group, send email to ode-users+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/ode-users?hl=en
-~----------~----~----~----~------~----~------~--~---