Installation
Knitro 14.1 is supported on the platforms described in the table below.
PLATFORM |
OPERATING SYSTEM |
PROCESSOR |
---|---|---|
Windows 64-bit |
Windows 10 |
Any AMD64 or Intel EM64T enabled 64-bit CPU |
Linux 64-bit |
RedHat (glibc2.23+) compatible |
Any AMD64 or Intel EM64T enabled 64-bit CPU |
Linux 32-bit |
RedHat (glibc2.24+) compatible |
ARM32 |
Mac OS X 64-bit |
Version 10.15 (Catalina) or later |
Intel EM64T enabled 64-bit CPU |
Mac OS X ARMv8 |
Version 11 (Big Sur) or later |
Apple Silicon |
For enquiries about using Knitro on unsupported platforms, please contact Artelys.
Listed below are the C/C++ compilers used to build Knitro, and the Java and Fortran compilers used to test programmatic interfaces. It is usually not difficult for Artelys to compile Knitro in a different environment. From the 11.1 release, Knitro is compiled with the Intel compilers on most platforms. Contact us if your application requires special compilation of Knitro.
> Windows (64-bit x86_64)
> > C/C++: > Intel C/C++ compiler 17.0.4
> > Java: > 1.6
> > R: > R 3.0 (R interface)
> Linux (64-bit x86_64)
> > C/C++: > Intel C/C++ compiler 18.0.3
> > Java: > 1.6
> > R: > R 3.0 (R interface)
> Mac OS X (64-bit x86_64)
> > C/C++: > Intel C/C++ compiler 19.1
> > Java: > 1.6
> > R: > R 3.0 (R interface)
> Mac OS X (arm64)
> > C/C++: > Apple clang C/C++ compiler 12.0.0
Instructions for installing the Knitro package on supported platforms
are given below. After installing, view the INSTALL.txt
,
LICENSE_KNITRO.txt
, and README.txt
files, then test
the installation by running one of the examples provided
with the distribution.
The Knitro product contains example interfaces written in various
programming languages under the directory examples
.
Each example consists of a main driver program coded in the given language
that defines an optimization problem and invokes Knitro to solve it.
Examples also contain a makefile illustrating how to link the
Knitro library with the target language driver program.