First you need to define a space which will get used as the default temporary disk space, ${TMPDIR}: 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: mkdir ~/projects/def-professor/${USER}/tmp Replace 'professor' by the name of your PI. 2) Create a directory in your home called 'tmp': mkdir ~/tmp
3) Inside this new directory create a link called 'narval' which points to the directory you created under 1). For example: ln -s ~/projects/def-pausataprofessor/${USER}/tmp ~/tmp/narval
4) In your ~/.profile you have to put: Volet |
---|
cat > ~/.profile <<+ source ~armnssm/narval/bin/.profile_no_scratch + |
|