Translations:R/21/en: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Importing a new version from external source)
Tags: Mobile edit Mobile web edit
(Importing a new version from external source)
Line 1: Line 1:
2.  Select the version (here, we indicate the latest Novembre 2017 version), and also load the required OpenMPI module:
2.  Select the version (here, for example, 3.4.0), and also load the required OpenMPI module:
  <source lang="bash">
  <source lang="bash">
module load r/3.4.0
module load r/3.4.0
module load openmpi/1.10.7
module load openmpi/1.10.7
</source>
</source>

Revision as of 15:40, 20 March 2018

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (R)
Some packages require defining the environment variable <code>TMPDIR</code> before installing.

2. Select the version (here, for example, 3.4.0), and also load the required OpenMPI module:

module load r/3.4.0
module load openmpi/1.10.7