ADIOS icon indicating copy to clipboard operation
ADIOS copied to clipboard

The old ADIOS 1.x code repository. Look for ADIOS2 for new repo

Results 58 ADIOS issues
Sort by recently updated
recently updated
newest added

I am practising with the manual (1.8.0) and the example code. Section 14.8.1 of manual and examples/C/global-array, # seb56@c061hk:~/pkg/adios-1.8.0/examples/C/global-array$ mpirun -n 4 ./adios_global seb56@c061hk:~/pkg/adios-1.8.0/examples/C/global-array$ bpls -latd adios_global.bp -n 10 integer...

It is perhaps an issue with the manual, rather than with gpp.py There is examples/C/manual/gread_temperature.ch, but gpp.py is supposed to generate gread_temperatue.ch as well as gwrite_temperature.ch. The file contained in...

Inside of the element is unknown: WARN : config.xml: invalid xml element: 'gwrite' Someone may want to check 'adios_err' after each adios call with

bug

Skel templates appear to install to `$(prefix)/etc/skel/templates`. But if `prefix = /usr`, then templates go in `/usr/etc/skel/templates`, which doesn't make much sense. They should be in `/etc`. The simplest part...

Hi, I am trying to compile the ADIOS master branch on Kraken. And I have run into the following troubles. Any suggestions what to do to make it run? >...

build-issue

Looking at `adios_config.flags.in`, the compiler flag to add an include directory is hard coded as `-I`. Unfortunately, that is not always correct when searching for Fortran modules. See [this autoconf...

``` configure:26495: /home/balay/petsc/arch-ci-linux-pkgs-cxx-mlib/bin/mpicc -c -Wno-lto-type-mismatch -Wno-stringop-overflow -g -O -I/home/balay/petsc/arch-ci-linux-pkgs-cxx-mlib/include -I/home/balay/petsc/arch-ci-linux-pkgs-cxx-mlib conftest.c >&5 conftest.c: In function 'main': conftest.c:67:14: error: implicit declaration of function 'nc_create_par'; did you mean 'nc__create_mp'? [-Wimplicit-function-declaration] 67 |...

I want to know can ADIOS handle a scenario where ADIOS is used for in situ visualization and a mesh is defined for a variable and visualization happens for x...