Warwick notes
CSC High Performance Computing (HPC)
- Minerva user guide
- Bugzilla for reporting faults. Note that this can only be accessed from 'inside' the warick network. If outside the network then this can be acheived by tunnelling in using the warwick VPN, after which you can login by using the URL https://vpn.warwick.ac.uk
- Minerva comes with a standard relatively recent set of tools. The 'module' system is used to upgrade to a more recent version In view of the recent C++11 significant enhancements to the C++ definition, it is quite likely that the new version of the gcc/g++ compiler will be needed. This can be done as follows, which can be put into the .profile file so that it happens automatically at login.
module swap oldmodules minerva-2.0
module load gcc-4.8.2