![]() |
![]() |
|
|
FAQ: Programming |
|
What programming languages are on the HPC system?The high performance computer has compilers for the following programming languages:
What programming libraries are on the HPC system?The high performance computer has the following programming libraries:
My program compiled perfectly on another machine. Why won't it compile now?Problems of this nature are quite common when attempting to port code from one machine to another. Some things you might like to check for are:
The compiler warnings should give some indication as to the cause of the problem, if you need assistance, contact the HPC and Research Support Group. My program won't work, it crashes and says something about a "core dump". What's happening?When a program crashes, the supercomputer writes out a core file. The core
file is the memory image, or if you like, "snapshot", of the program
at the time it crashed. You can examine the core file to determine at what point
your program crashed.
|