Skip to content

Commit

Permalink
Link to 'profilers' and 'debuggers', progress #39
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed May 7, 2024
1 parent 3be21c9 commit e48a5f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/cluster_guides/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@
- [Guide for compiling **serial** programs](compiling_serial.md)
- [Guide for compiling **parallel** programs](compiling_parallel.md)
- [Available **combinations** of compilers and parallel libraries](compiling_parallel.md#overview-of-available-compilers-from-gcc-and-intel-and-compatible-mpi-libraries)
- [User guide for debuggers and profilers](https://www.uppmax.uu.se/support/user-guides/debuggers-and-profiling-tools/)
- [User guide for debuggers](../cluster_guides/debuggers.md)
- [User guide for profilers](../cluster_guides/profilers.md)

## Run own scripts or programs
- Unless your script or program is in the active path, you run it by the full path or `./<file>` if you are in the present directory.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Debuggers and profiling tools
https://www.uppmax.uu.se/support/user-guides/debuggers-and-profiling-tools/

Compilers supported at UPPMAX
UPPMAX supports two kind of compilers:
Expand Down

0 comments on commit e48a5f1

Please sign in to comment.