Difference between revisions of "Programming"
From HPC
m |
m |
||
Line 28: | Line 28: | ||
|- | |- | ||
| [[programming/Fortran|Fortran]] | | [[programming/Fortran|Fortran]] | ||
− | | Fortran is a general-purpose, imperative programming language that is especially suited to numeric computation and scientific computing. | + | | Fortran is a general-purpose, imperative programming language that is especially suited to numeric computation and scientific computing. FORTRAN was the world's first high-level programming language and was started in 1957. |
|- | |- | ||
| [[programming/Java|JAVA]] | | [[programming/Java|JAVA]] | ||
Line 37: | Line 37: | ||
|- | |- | ||
| [[programming/OpenMP|OpenMP]] | | [[programming/OpenMP|OpenMP]] | ||
− | | OpenMP is an implementation of multithreading, a method of parallelizing whereby a master thread (a series of instructions executed consecutively) forks a specified number of slave threads and the system divides a task among them. | + | | OpenMP is an implementation of multithreading, a method of parallelizing whereby a master thread (a series of instructions executed consecutively) forks a specified number of slave threads and the system divides a task among them. There is language support from C/C++ and Fortran. |
|- | |- | ||
| [[programming/OpenMPI|OpenMPI]] | | [[programming/OpenMPI|OpenMPI]] | ||
− | | MPI stands for the Message Passing Interface. MPI is a standardized API typically used for parallel and/or distributed computing. | + | | MPI stands for the Message Passing Interface. MPI is a standardized API typically used for parallel and/or distributed computing. There is language support from C/C++ and Fortran. |
|- | |- | ||
| [[programming/Perl|Perl]] | | [[programming/Perl|Perl]] |
Revision as of 09:58, 20 April 2018
Development
Programming Support
- Development software listed here refer to those list in the development section of typing module avail.
- Viper programming guidelines and style
- Research software engineering
Click on the links below for support on programming packages:
Package | Description |
C | C is a general-purpose, high-level language that was originally developed by Dennis M. Ritchie to develop the UNIX operating system at Bell Labs. |
C++ | C++ is a general-purpose programming language. It has imperative, object-oriented and generic programming features, while also providing facilities for low-level memory manipulation. |
C-Sharp | C# is a multi-paradigm programming language encompassing strong typing, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming. Originally created by Microsoft. |
CUDA | CUDA is a parallel computing platform and application programming interface (API) model created by Nvidia. |
Fortran | Fortran is a general-purpose, imperative programming language that is especially suited to numeric computation and scientific computing. FORTRAN was the world's first high-level programming language and was started in 1957. |
JAVA | Java is a high-level programming language originally developed by Sun Microsystems and released in 1995. |
Julia | Julia is a high-level, high-performance dynamic programming language for numerical computing. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library. |
OpenMP | OpenMP is an implementation of multithreading, a method of parallelizing whereby a master thread (a series of instructions executed consecutively) forks a specified number of slave threads and the system divides a task among them. There is language support from C/C++ and Fortran. |
OpenMPI | MPI stands for the Message Passing Interface. MPI is a standardized API typically used for parallel and/or distributed computing. There is language support from C/C++ and Fortran. |
Perl | Perl is an interpreted language useful for rapid code development and multi-purpose programming. |
Python | Python is an interpreted language useful for rapid code development and distributed computing. |
R | R is a programming language and software environment for statistical analysis, graphics representation and reporting. |
- Home
- Application support
- Library support
- Development support
- General
- Training