...
Info | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||
This step can be skipped if you use the data/XML-LibXML/2.0206-GCCcore-6.3.0 module . These instructions are provided in the case the default module does not work or you have another reason to install your own version of the perl library. Install Required Perl ModuleThese steps will create a interactive session and install the XML::LibXML package into a local directory for Perl 5.28.1. One might notice we have two extra steps where we create a directory and create a symbolic link to where perl5 will typically place libraries. The reason for this, is due to how the home file system on Mana acts and will work around these oddities. All that we are doing is utilize a different mount that points to your home directory, but access your home space in a slightly different manner.
Add Personal Perl Library Paths to .bash_profileThese steps above are needed once you have installed the XML::LibXML for perl 5. As we are depending on a local library, the above steps will make it so that perl knows where to look for your local libraries. We add it to the .bash_profile so these variables are added to your environment on connecting to Mana. If you did not want to have this added to your environment every time, these variables could potentially be added to the job submission script itself, prior to utilize perl.
|
...