-
ASGarD
asgardasgard
Issues
#72
Open
Opened 3 weeks ago by Graham Lopez
Close issue
New issue
restructure blas/math out of tensors
we want to start using some blas/lapack as …
-
I've successfully run GCHP 12.1.0 on AWS, with both Ubuntu (gcc 7.3.0) and CentOS (gcc 7.3.1).
CentOS was already working before; I am glad that Ubuntu now also works (again with lots of dirty fixes…
-
After the fix https://github.com/geoschem/gchp/issues/6#issuecomment-447475255 there remains one issue: with both `StateMet_avg` and `StateMet_inst` turned on, the run crashes at 01:00 when writting t…
-
-
Hi,
I have been trying to perform tidal simulation with OpenTidalFarm and have created all the input data it requires by now. I followed the example tidal-simulation for orkney and changed input da…
-
When installing timeloop with pip import fails because local imports are not specified the right way.
e.g. in the __init__.py
```python
from app import Timeloop
```
should be
```python
fr…
-
Not sure if I'm missing something, but shouldn't `newDSpeed` equal `(bench.cSize * TIMELOOP_NANOSEC / dResult.nanoSecPerRun)` not `(srcSize * TIMELOOP_NANOSEC / dResult.nanoSecPerRun)`?
In other wo…
-
Some failures during ntupling.
```
Traceback (most recent call last):
File "/cms/ldap_home/jhgoh/work/CMS/NanoAOD/CMSSW_10_2_11/bin/slc6_amd64_gcc700/nano_postproc.py", line 51, in
p.run(…
jhgoh updated
5 years ago
-
It is conjectured that this is because some processes attempt to write to the .nc file before it is created.
-