Skip to content
Snippets Groups Projects
Commit 3f70c73b authored by Radim Sojka's avatar Radim Sojka
Browse files

Insert some new lines

parent 5eef8457
No related branches found
No related tags found
6 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section,!196Master,!163Clp module
...@@ -10,9 +10,11 @@ Clp (https://projects.coin-or.org/Clp) is a part of the COIN-OR (The Computation ...@@ -10,9 +10,11 @@ Clp (https://projects.coin-or.org/Clp) is a part of the COIN-OR (The Computation
## Modules ## Modules
Clp, version 1.16.10 is available on Salomon via module Clp: Clp, version 1.16.10 is available on Salomon via module Clp:
```console ```console
$ ml Clp $ 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. 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 ## Compiling and linking
...@@ -55,4 +57,5 @@ int main (int argc, const char *argv[]) ...@@ -55,4 +57,5 @@ int main (int argc, const char *argv[])
ml Clp ml Clp
icc lp.c -o lp.x -Wl,-rpath=$LIBRARY_PATH -lClp 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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment