...
Volet |
---|
cat > ~/.profile <<+ umask 022 type module 2>/dev/null 1>/dev/null || . /etc/profile taskset -cp 0-128 \$\$ module swap intel/2018.3 gcc/7.3.0 2>/dev/null . /home/armnssm/ssm-domains-base/ssm_10.151/etc/ssm.d/profile . env-setup.dot module list 2>&1 | grep '[()]' + |
On Narval :
Either...
...
Use environment created by Michel Valin but using /scratch, which is often not working! When this environment is used and when /scratch is NOT working one will not be able to log on to Narval and simulations are not able to start.
Volet |
---|
cat > ~/.profile <<+ source ~armnssm/narval/bin/.profile_base + |
Volet |
---|
First you |
...or...
Volet | ||
---|---|---|
Use environment avoiding /scratch. This environment should not be affected by a not working /scratch but is still in test phase. 1) Create a directory which you would like to make your default temporary directory. I suggest you use the default directory of your PI, for example: 2) Create a directory in your home called 'tmp':
|
...