This is an old revision of the document!
With effect from 1 May 2021, there is a new 3 PB Lustre storage system available. It is mounted on the system as /mnt/lustre3p, and user directories for all current users have already been created. To make life easy for yourself, create a symbolic link in your home directory:
[jblogs@login2:~]$ USERNAME=`whoami` ln -s /mnt/lustre3p/users/$USERNAME lustre3p
From your home directory, cd lustre3p will take you straight to your new lustre directory.
As of 1 May 2021, it is already possible to do new runs directly using the new storage. Running from the original Lustre will no longer be available after 31 May 2021. The original Lustre storage will be permanently retired shortly afterwards, as it has reached its lifetime limit.
Please refer to the File Systems guide for policy information, but the following points are most relevant:
Generally speaking, large files of several 100 MB can be transferred at high speed, thanks to the inherent speed of both Lustre systems and the high-speed Infiniband networks connecting everything in the cluster. However, transferring large numbers of small files can be extremely time-consuming, because of the need to negotiate the transfer of each file individually. If you have a lot of small files to transfer, consider using tar to “archive” the files into a single file which can be copied more effectively. However, bear in mind that we have tested the utility bbcp also for this purpose, and it has turned out to be easy to use and faster. bbcp is available on all nodes in the cluster.