Changeset 1275
- Timestamp:
- Apr 24, 2009 12:45:05 PM (12 years ago)
- Location:
- ThirdParty/HSL/stable/1.1
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/HSL/stable/1.1
-
Property
svn:mergeinfo
set to
/ThirdParty/HSL/trunk merged eligible
-
Property
svn:mergeinfo
set to
-
ThirdParty/HSL/stable/1.1/INSTALL.HSL
r1007 r1275 15 15 16 16 The sparse symmetric linear solvers that you can use in Ipopt are MA57 17 (if you have access for the standard HSL library) and/or MA27 (if you 18 have only access to the HSL Archive). In addition, you should get 19 MC19 (from the ASL archive). 17 (if you have access for a commercial copy of the HSL library or are an 18 academic who wants to use the "HSL 2007 for Researchers" library) 19 and/or MA27 (if you have only access to the HSL Archive). In 20 addition, you should get MC19 (from the ASL archive). 20 21 21 22 Different ways to use the HSL routines in Ipopt: … … 37 38 below in this file. 38 39 39 Instructions on how to download files from the HSL Archive :40 ----------------------------------------------------------- 40 Instructions on how to download files from the HSL Archive or HSL 2007: 41 ----------------------------------------------------------------------- 41 42 42 If you need to download subroutines from the HSL Archive website, this43 is how it goes:43 If you need to download subroutines from the HSL Archive or from the 44 HSL2007 for Researchers website, this is how it goes: 44 45 45 46 In order to download the HSL Archive subroutines (like ma27 and mc19), … … 48 49 http://hsl.rl.ac.uk/archive/hslarchive.html 49 50 50 After that you can log in and go to the page that lists all the HSL 51 Archive packages for download. If you then click on the name of the 52 desired routine (like MA27), you get to a download page, where one of 53 the button reads "Download Package (comments removed)". 51 or the HSL 2007 for Researchers website: 52 53 http://hsl.rl.ac.uk/hsl2007/hsl20074researchers.html 54 55 After that you can log in and go to the page that lists all the 56 available HSL packages for download. If you then click on the name of 57 the desired routine (like MA27), you get to a download page, where one 58 of the button reads "Download Package (comments removed)". 54 59 55 60 Click on that button (leave the precision choice at default "Double … … 65 70 For neither MA27 or MC19 it is necessary to download any dependencies. 66 71 67 Instructions on where to put the source code:68 ---------------------------------------------69 70 Copy the source files for the required HSL routines into this71 directory before running the `configure' script. The configuration72 script will detect which source files you have and prepare the73 Makefile accordingly.74 75 72 If you want to use MA57, please make sure that all source code for 76 73 MA57 ***including dependencies*** is in a file called ma57ad.f. 77 Currently, it seems thatthe dependencies are the files:74 Currently, the dependencies are the files: 78 75 79 76 fd15ad.f … … 84 81 mc64ad.f 85 82 mc71ad.f 83 84 plus possibly a dummy file (metis.f) for METIS. However, it is 85 strongly suggested that you use METIS (look at the ThirdParty/Metis 86 directory for instructions, or use the --with-metis configure flag to 87 specify a procompiled Metis library). 88 89 90 Instructions on where to put the source code: 91 --------------------------------------------- 92 93 Copy the source files for the required HSL routines into this 94 directory before running the `configure' script. The configuration 95 script will detect which source files you have and prepare the 96 Makefile accordingly. 86 97 87 98 -
ThirdParty/HSL/stable/1.1/Makefile.am
- Property svn:keywords set to Author Date Id Revision
r947 r1275 3 3 # This file is distributed under the Common Public License. 4 4 5 ## $Id : Makefile.am 735 2006-06-04 06:10:05Z andreasw$5 ## $Id$ 6 6 7 7 AUTOMAKE_OPTIONS = foreign -
ThirdParty/HSL/stable/1.1/Makefile.in
- Property svn:keywords set to Author Date Id Revision
-
ThirdParty/HSL/stable/1.1/configure.ac
- Property svn:keywords changed from "Author Date Id Revision" to Author Date Id Revision
-
ThirdParty/HSL/stable/1.1/dummy.c
- Property svn:eol-style set to native
- Property svn:keywords set to Author Date Id Revision
Note: See TracChangeset
for help on using the changeset viewer.