Naser Mahfouz

Results 45 issues of Naser Mahfouz

Per @rljacob: We got this advice “If you don’t need to download it, you can send a HTTP HEAD request, like these examples https://gist.github.com/dehowell/884204 or this https://stackoverflow.com/a/35881430 That would be...

help wanted
Testing

There are two modes of failure: 1. The output files are empty 2. The model eventually segfaults with something related PIO -- Repro: check out recent code and apply the...

bug
PIO

We currently special-case this to be true for ERS/ERP tests, but we really oughta make it true by default

I/O
priority:low

for our tests where we have software already installed, let's avoid building cprnc (apparently it is tricky??)

cmake

We should likely settle on a naming scheme for our IO. Currently, we have three different file classes of interest, with differing schemes | file type | current pattern |...

I/O
priority:high

Consider two IO streams with different frequency; let's say IO stream 1 has nc at 3-hourly and IO stream 2 has qc at 6-hourly. The user sets these two IO...

bug
I/O
priority:high

1 cuda malloc/free in spa

help wanted
performance
SPA

There appear to be ~15 cuda mallocs/frees in vert remap in an output step following; refer to profile produced from shk-aug7/tsys.ne30pg2_ne30pg2.F2010-SCREAMv1.shk-aug7.2d.n0001t4xX.allyaml.MOFF.nvtx.osrt.mpi

help wanted
I/O
performance

Adds concurrency checks so that only one version of each workflow is running from the same type of event. Ensures these workflows only run in E3SM-Project/E3SM for now. Also upgrades...

Testing

And maybe I would also add a concurrency check. If a commit is pushed while testing, we should kill any other existing PR. Something like ```yaml concurrency: group: ${{ github.workflow...

help wanted
Testing