Chen Wang

Results 10 issues of Chen Wang

Current configuration allows setting three timeouts, but they don't use the same unit. margo section: - client_timeout: timeout in milliseconds for rpcs between client and server (default: 5000) - server_timeout:...

### Describe the problem you're observing I'm observing some TIMEOUT errors when trying to stage-in many files simultaneously. It seems that concurrent `unifyfs_sync()` may cause deadlock on the server side....

### Describe the problem you're observing When using the application interface, I got a unmount error at the end of execution. it seems that the unifyfs_finalize() is called twice. See...

### Describe the problem you're observing I was doing some testing using the write-static code and found a subtle bug in https://github.com/LLNL/UnifyFS/blob/58ece4441716678f5111a6dbff9baadd6188c2b6/examples/src/testutil.h#L1251 ### Describe how to reproduce the problem When...

https://github.com/LLNL/UnifyFS/blob/165772106e1b78a8960a95b940dbee14adfba956/util/unifyfs-stage/src/unifyfs-stage.c#L211-L214 If I understand correctly, the status file is not required to use unifyfs-stage. But the code checks whether -S (path to status file) is there, if not it will...

bug

Read-only clients like `unifyfs-ls` will write out a spill over file at the end of execution. A temporary fix is to set both `UNIFYFS_LOGIO_SPILL_SIZE` and `UNIFYFS_LOGIO_SHMEM_SIZE` to 0 before running...

enhancement

`MPI_IN_PLACE` can be used as send buffers. However, Fortran and C may have different internal values for `MPI_IN_PLACE`, so in our C implementations we are not able to verify if...

### Description Added one line to output debug information for pread(). ### Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature...

Issues/bugs I noticed while running large-scale real applications on Frontier. I use this for bookkeeping purpose. I will create a PR to fix them in the future. The issues reported...

Distributor ID: Ubuntu Description: Ubuntu 24.04.3 LTS Release: 24.04 Codename: noble ```bash uname -a Linux 281b889092aa 5.14.21-150500.55.65_13.0.74-cray_shasta_c_64k #1 SMP Mon Sep 9 09:48:48 UTC 2024 (ba86e71) aarch64 aarch64 aarch64 GNU/Linux...

build system