-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathINSTALL.Metis
112 lines (73 loc) · 3.33 KB
/
INSTALL.Metis
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
Installation of the METIS graph partitioning software within COIN.
METIS is software for Serial Graph Partitioning and Fill-reducing
Matrix Ordering
Please visit the home page:
http://glaros.dtc.umn.edu/gkhome/metis/metis/overview
Information about conditions w.r.t. distribution can be found at
http://glaros.dtc.umn.edu/gkhome/metis/metis/faq?q=metis/metis/faq#distribute
(I sent an email to the Metis developer, asking for clarification of
the Metis license. You find the reply at the end of this file.)
**********************************************************************
Note: It is YOUR RESPONSIBILITY to ensure that you are entitled to
download and use this third party package.
**********************************************************************
If you are working under Unix/Linux-like system and you have `wget'
installed, you can downloaded the required source code for METIS
by executing the included script `get.METIS' in this directory.
If you don't have wget available, follow those instructions:
Go to the METIS Download website
http://glaros.dtc.umn.edu/gkhome/fsroot/sw/metis/OLD
and download the metis-4.0.3.tar.gz file.
Unpack it in this directory:
gunzip metis-4.0.3.tar.gz
tar xf metis-4.0.3.tar
Apply a patch to fix a bug:
patch -p0 < metis.patch
Rename the extracted directory:
mv metis-4.0.3 metis-4.0
Delete the tarball unless you want to keep it:
rm metis-4.0.3.tar
==========================================================================
Email exchange regarding Metis license:
------------- 8< (begin) ------------------------------------------------
Date: Mon, 27 Apr 2009 21:52:10 -0500
From: George Karypis <[email protected]>
To: 'Andreas Waechter' <[email protected]>
Subject: RE: Metis license conditions
Andreas,
Metis can be used for non-commercial projects without any restrictions.
For commercial-use, the essential restriction is for the vendors not to
be reselling Metis.
regards,
george
-----Original Message-----
From: Andreas Waechter [mailto:[email protected]]
Sent: Monday, April 27, 2009 9:53 AM
Subject: Metis license conditions
Hello,
I'm maintaining an open-source project for nonlinear optimization (Ipopt
at COIN-OR, see http://www.coin-or.org/Ipopt). This project requires a
linear solver, and I set up Makefiles for users who only have to download
the sources (such as for MUMPS and MA57). I recently added such a
Makefile for Metis, since it improves the performance of the linear
solvers (and therefore of Ipopt).
Of course, I do not distribute the sources for any third-party code, but I
tell users how they can download the code and where they can learn more
about the license conditions. For Metis, I only found the last answer in
the FAQs.
My colleague Anshul Gupta tells me that the license conditions for Metis
are somewhat in flux. However, could you please let me know what I can
tell users regarding the Metis license? I would add your answer (possibly
verbatim) to the INSTALL.Metis file in
https://projects.coin-or.org/BuildTools/browser/ThirdParty/Metis/trunk/INSTALL.Metis
Thank you very much in advance!
Best regards,
Andreas
Andreas Waechter
Department of Mathematical Sciences
IBM T.J. Watson Research Center
P.O. Box 218 (Rt. 134)
Yorktown Heights, NY 10598
USA
------------- 8< ( end ) ------------------------------------------------