Skip to content

Commit

Permalink
Make NAISS wide
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Feb 20, 2025
1 parent e4e17eb commit 13c3e07
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions docs/sessions/using_the_python_interpreter.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ These exercises will ensure you are able to run a minimal Python program.
subgraph sub_naiss[NAISS]
your_hpc_center[Your HPC center]
your_hpc_cluster[Your HPC cluster]
modules[software modules]
%% text_editors[Text editors]
%%x_forwarding[X-forwarding]
%%remote_desktop[Remote desktop]
your_hpc_center[Your HPC center]
your_hpc_cluster[Your HPC cluster]
modules[software modules]
%% text_editors[Text editors]
%%x_forwarding[X-forwarding]
%%remote_desktop[Remote desktop]
end
style sub_naiss fill:#fcc,color:#000,stroke:#fcc
Expand Down
24 changes: 12 additions & 12 deletions docs/sessions/variables_expressions_and_statements_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,15 @@ flowchart TD
end
style sub_programming_terms fill:#cfc,color:#000,stroke:#fcc
subgraph sub_uppmax[UPPMAX]
uppmax[UPPMAX]
uppmax_modules[UPPMAX modules]
uppmax_clusters[UPPMAX clusters]
subgraph sub_naiss[NAISS]
your_hpc_center[Your HPC center]
your_hpc_cluster[Your HPC cluster]
modules[software modules]
text_editors[Text editors]
x_forwarding[X-forwarding]
remote_desktop[Remote desktop]
end
style sub_uppmax fill:#fcc,color:#000,stroke:#fcc
style sub_naiss fill:#fcc,color:#000,stroke:#fcc
python --> |is a| programming_language
python --> |is a| interpreted_language
Expand All @@ -111,13 +111,13 @@ flowchart TD
%% python_packages --> |allow to do| file_io
%% python_packages --> |allow to use| command_line_arguments
uppmax --> |has| uppmax_clusters
uppmax_clusters --> |have| uppmax_modules
uppmax_clusters --> |have| text_editors
uppmax_clusters --> |allow| x_forwarding
uppmax_clusters --> |has| remote_desktop
uppmax_modules --> |allow the use of| python_packages
uppmax_modules --> |allow the use of| interpreter
your_hpc_center --> |has| your_hpc_cluster
your_hpc_cluster --> |uses| modules
your_hpc_cluster --> |have| text_editors
your_hpc_cluster --> |allow| x_forwarding
your_hpc_cluster --> |has| remote_desktop
modules --> |allow the use of| python_packages
modules --> |allow the use of| interpreter
text_editors --> |work on|text_files
%%x_forwarding --> |allows|graphics
Expand Down

0 comments on commit 13c3e07

Please sign in to comment.