Search found 11 matches
- Thu Mar 18, 2010 5:28 pm
- Forum: SimTK Core Toolset
- Topic: Using CFSQP algorithm in Simmath optimizer
- Replies: 2
- Views: 1023
RE: Using CFSQP algorithm in Simmath optimize
<t>Hi Moonki,<br/> <br/> The CFSQP optimizer is a commercial code used by a SimTK application and is not something we support. You would have to get a license from the owner to use the software. The license may be free for academic use. The link I have for CFSQP is broken so you will need to google ...
- Mon Mar 08, 2010 4:24 pm
- Forum: SimTK Core Toolset
- Topic: Question about Simmath example in user guide
- Replies: 2
- Views: 646
RE: Question about Simmath example in user gu
<t>Hi Moonki,<br/> <br/> The PDF of the Simmath User's Guide was out of date so I have updated and posted the new version on the SimTKcore documents page. The constructor for ProblemSystem should look like this:<br/> <br/> ProblemSystem( const int numParams, const int numEqualityConstraints, const i...
- Fri Feb 05, 2010 4:45 pm
- Forum: SimTK Core Toolset
- Topic: Simtk core installation problem
- Replies: 5
- Views: 1017
RE: Simtk core installation problem
<t>Hi Kishor,<br/> <br/> We think the problem is an incompatibility with the Visual Studio Express runtime on your machines and the Visual Studio Professional we used to build SimTK. We are working on a Visual Studio Express version of SimTK and should have it ready by early next week. Would you be ...
- Thu Feb 04, 2010 6:09 pm
- Forum: SimTK Core Toolset
- Topic: Simtk core installation problem
- Replies: 5
- Views: 1017
RE: Simtk core installation problem
Hi Kishor,
Is Visual Studio installed on these machines and if it is, which version?
Thanks,
Jack
Is Visual Studio installed on these machines and if it is, which version?
Thanks,
Jack
- Fri Mar 06, 2009 4:57 pm
- Forum: SimTK Core Toolset
- Topic: debug libs on windows
- Replies: 6
- Views: 1840
RE: debug libs on windows
Yes, building all the libraries using the same Visual Studio is the only way to be sure the debugger will work. Note, that if you decide to build your own SimTK you do not have to rebuild the SimTKlapack library because that does not have as many dependencies as the other libraries.
- Fri Mar 06, 2009 9:28 am
- Forum: SimTK Core Toolset
- Topic: debug libs on windows
- Replies: 6
- Views: 1840
RE: debug libs on windows
<t>The problem we ran into when we tried to release a debug version of Windows was that Microsoft does not have a redistributable for debug libraries. This means that only users with the exact version of Visual Studio, including the same patches, as what we used to build SimTK could use it. We tried...
- Tue Sep 30, 2008 8:49 am
- Forum: SimTK Core Toolset
- Topic: StateTest fails after compiling simtkcommon
- Replies: 5
- Views: 1310
RE: StateTest fails after compiling simtkcomm
Hi Rob,
Currently we do not have any plans to do a MinGW release for SimTK. It would depend on how many users we thought would use it. The GCC 4.3.2 on MinGW is encouraging.
Jack
Currently we do not have any plans to do a MinGW release for SimTK. It would depend on how many users we thought would use it. The GCC 4.3.2 on MinGW is encouraging.
Jack
- Mon Sep 29, 2008 2:40 pm
- Forum: SimTK Core Toolset
- Topic: StateTest fails after compiling simtkcommon
- Replies: 5
- Views: 1310
RE: StateTest fails after compiling simtkcomm
Hi Rob,
I forgot to mention that updating the SimTKlapack.h should fix the compile error in simmath. However, it may not fix the failures in StateTest. We have not tried to compile SimTK on Cygwin yet.
Jack
I forgot to mention that updating the SimTKlapack.h should fix the compile error in simmath. However, it may not fix the failures in StateTest. We have not tried to compile SimTK on Cygwin yet.
Jack
- Mon Sep 29, 2008 2:34 pm
- Forum: SimTK Core Toolset
- Topic: StateTest fails after compiling simtkcommon
- Replies: 5
- Views: 1310
RE: StateTest fails after compiling simtkcomm
<t>Hi Robert,<br/> <br/> It looks like the SimTKlapack.h you are using is out of date. This is explained in the Cygwin section of the Wiki:<br/> <br/> "2) Install the SimTKlapack.h from the SimTKlapack project download page and place it in the core/include directory. (The SimTKlapack.h in the cpu sp...
- Thu Jul 17, 2008 1:05 pm
- Forum: SimTK Core Toolset
- Topic: Fortran compiler optional?
- Replies: 3
- Views: 517
RE: Fortran compiler optional?
Basically your options are to get a Fortran compiler
and compile your own LAPACK or use a precompiled LAPACK compatible library. You could get the source
for LAPACK from netlib and compile your own library
and link the other libraries to it.
and compile your own LAPACK or use a precompiled LAPACK compatible library. You could get the source
for LAPACK from netlib and compile your own library
and link the other libraries to it.