Software and compilers
1. Compilers
- gcc v.4.1.2
- gfortran v.4.1.2
2. Access
- Hpn-ssh (High Performance Secure Shell)
- iRODS (For development use and request from user):
- GridFTP (additional certificates per user needed for this to work)
(iRODS is an open source middle ware software for file transfer, storing and managing data.
See: www.irods.org.)
3. File transfer Methods
- scp: Secure copy.
Example: scp myfile norstore-trd-app1.hpc.ntnu.no:/notur/project/myproject/.
4. Directories
All project directories are of the form:
/norstore/project/directory
5. Diskquota utility:
| Task | command |
|---|---|
| list filesets: | # df |
| list your quota: |
# df -U |
| list fileset quota | # df -f [fileset] |
6. Software modules:
task
command
available software
# module avail
load jdk
# module load jdk
unload jdk
# module unload jdk

