rsnt_translations
56,430
edits
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
= EasyBuild and modules = <!--T:3--> | = EasyBuild and modules = <!--T:3--> | ||
One of the key features of EasyBuild is that it automatically generates environment [[Utiliser_des_modules/en|modules]] which can be used to make a software package available in your session. In addition to defining standard Linux environment variables such as < | One of the key features of EasyBuild is that it automatically generates environment [[Utiliser_des_modules/en|modules]] which can be used to make a software package available in your session. In addition to defining standard Linux environment variables such as <code>PATH</code>, <code>CPATH</code> and <code>LIBRARY_PATH</code>, EasyBuild also defines some environment variables specific to EasyBuild, two of which may be particularly interesting to users: | ||
* < | * <code>EBROOT<name></code>: Contains the full path to the location where the software <code><name></code> is installed. | ||
* < | * <code>EBVERSION<name></code>: Contains the full version of the software <code><name></code> loaded by this module. | ||
<!--T:15--> | <!--T:15--> |