diff --git a/docs.it4i/salomon/software/numerical-libraries/Clp.md b/docs.it4i/salomon/software/numerical-libraries/Clp.md index 6b376a5d019793d69400d697cad0359969e9401e..d99a250fdebcec8dbd3e4a98a77a2c207f612861 100644 --- a/docs.it4i/salomon/software/numerical-libraries/Clp.md +++ b/docs.it4i/salomon/software/numerical-libraries/Clp.md @@ -10,9 +10,11 @@ Clp (https://projects.coin-or.org/Clp) is a part of the COIN-OR (The Computation ## Modules Clp, version 1.16.10 is available on Salomon via module Clp: + ```console $ ml Clp ``` + The module sets up environment variables required for linking and running applications using Clp. This particular command loads the default module Clp/1.16.10-intel-2017a, Intel module intel/2017a and other related modules. ## Compiling and linking @@ -55,4 +57,5 @@ int main (int argc, const char *argv[]) ml Clp icc lp.c -o lp.x -Wl,-rpath=$LIBRARY_PATH -lClp ``` -In this example, the lp.c code is compiled using the Intel compiler and linked with Clp. To run the code, the Intel module has to be loaded. + +In this example, the lp.c code is compiled using the Intel compiler and linked with Clp. To run the code, the Intel module has to be loaded.