-
@urbach Do you perhaps remember why rank reordering was allowed at the time? (almost 18 years ago :) )
It seems that the HPE engineers were able to find the culprit for our problems on LUMI-G and I…
-
Hi,
thanks for the libary. It helps me alot to control my daytime cluster lightning with the helialux smartcontrol over my iobroker. Another question: will it be possbile to implement a function to…
-
Currently we parallelize over the time slices and keeping a cache per thread. This means that the memory usage depends linearly on the number of threads with a pretty big slope. It is so steep that we…
-
Hi @ingvildh,
as discussed this morning, one thing that could be quite useful, for studying A100s, would be to start by comparing the performance to our V100 baseline.
I would suggest to start …
-
Check if temporal interpolation still works, by:
- [x] Run training
- [x] Run inference `mode = temporal_interpolation`
- [ ] plot RMSE as a function of number of masked tokens (1, 2, and 3 masked …
-
@katrinklug
When running the tasks mlqa_en,mlsum_en, xquad_en and xquad_en I get the following error message:
```
Traceback (most recent call last):
File "./tasks/eval_harness/evaluate.py",…
-
## Describe the problem
A clear and concise description of what the error is
## Version and Component Models
TSMP-Version: d1fa2a
Build command:
``` bash
./build_tsmp.ksh -c clm3-cos5-pfl …
-
I try to compile master branch or pgi-fixes branch or #57, I got this error
````
[...]
--> found calendar attr. in time axis: |noleap|
[spartan416:57866] *** Process received signal ***
[sparta…
-
The library crashes when performing a collective operation like ```gather``` when the size of the objects is very large, but that should be still manageable with supercomputers. The issue is not easy …
-
**Is your feature request related to a problem?**
- a significant amount of runtime of the simulations is required for reading meteo data (in particular for ERA5 data)
**Describe the solution you'…