Skip to content

Commit fb74928

Browse files
author
Holger Wolff
committed
merge master
2 parents 600c31b + fac0d13 commit fb74928

8 files changed

+1965
-4
lines changed

images/ARE-recommended.PNG

149 KB
Loading

images/dashboard_w40.PNG

52.3 KB
Loading

images/notebook_virtualenv_launch.gif

229 KB
Loading

post_meta.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -290,3 +290,17 @@
290290
- python
291291
- xarray
292292
- dask
293+
tags: [python, xarray]
294+
295+
2024-05-02-comparison-of-performance:
296+
title: Python Performance Options
297+
excerpt: Investigates how the performance of python code can be enhanced without parallelisation.
298+
tags: [ python ]
299+
300+
2024-05-20-pytorch_intro:
301+
title: Introduction to Pytorch
302+
tags: [ python ML ]
303+
304+
2024-06-05-mixing-python-envs:
305+
title: Building custom python environments on top of conda/analysis3
306+
tags: [ python ]

posts/2022-04-26-storage-where-what-why-how.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,9 @@ To query usage for an on-disk file system, NCI provides commands which report on
3737
nci-files-report --group project_id
3838
```
3939

40-
CMS has put in place a `Grafana` server for visualising a range of accounting statistics for CLEX. You can access [this server](https://accessdev.nci.org.au/grafana/login:) using your NCI credentials.
40+
CMS has put in place a dashboard for visualising a range of accounting statistics for CLEX. Please contact CMS for the passowrd to access [this server](http://climate-cms.org/dashboard/)
4141

42-
You can access a range of useful statistics by user and group via the [User Report dashboard](https://accessdev.nci.org.au/grafana/d/toeLAYDWz/user-report?orgId=1)
43-
44-
![Grafana User Report](../images/grafana_example.png "Grafana User Report")
42+
![Dashboard](../images/dashboard_w40.PNG "Dashboard")
4543

4644
More details on how to use these and other accounting tools are available from the [CMS wiki](http://climate-cms.wikis.unsw.edu.au/Accounting_at_NCI).
4745

posts/2024-05-02-comparison-of-performance.ipynb

+605
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)