Translations:R/21/en: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Importing a new version from external source)
(Importing a new version from external source)
Line 1: Line 1:
2.  Select the version (here, for example, 3.4.0), and also load the required OpenMPI module:
Some packages require defining the environment variable <tt>TMPDIR</tt> before installing and others expect the Gnu C and/or C++ compiler to be used rather than the Intel compiler family, so it is prudent to first load one of the <tt>gcc</tt> modules before starting R.
<source lang="bash">
module load r/3.4.0
module load openmpi/1.10.7
</source>

Revision as of 15:00, 21 June 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.

Some packages require defining the environment variable TMPDIR before installing and others expect the Gnu C and/or C++ compiler to be used rather than the Intel compiler family, so it is prudent to first load one of the gcc modules before starting R.