Compile and run Fortran/C programs
These pages contain tutorials on how to compile/run on PSMN clusters:
- Compiling and executing a sequential Fortran program
- Compiling and executing a parallel MPI Fortran program
- Compiling and executing a parallel OpenMP Fortran program
- Compiling and executing a sequential C program
- Compiling and executing a parallel MPI C program
- Compiling and executing a parallel hybrid MPI&OpenMP C program
Scripts used in these tutorials
Usefull links on compilation
Tips and tricks about compilation, package build, dynamic linking, etc.
https://dmerej.info/blog/post/symlinks-and-so-files-on-linux/
http://nxg.me.uk/dist/sigwatch/ trap and process signals in fortran
See also Usefull links.