From 3f70c73b5012a7b8333556f893d4765f4b5630f7 Mon Sep 17 00:00:00 2001 From: soj0018 <radim.sojka@vsb.cz> Date: Mon, 11 Sep 2017 10:10:59 +0200 Subject: [PATCH] Insert some new lines --- docs.it4i/salomon/software/numerical-libraries/Clp.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs.it4i/salomon/software/numerical-libraries/Clp.md b/docs.it4i/salomon/software/numerical-libraries/Clp.md index 6b376a5d0..d99a250fd 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. -- GitLab