ASCOT5
Loading...
Searching...
No Matches
Data Fields
offload_package Struct Reference

Struct to keep track of the offload array length and unpack status. More...

#include <offload.h>

Data Fields

size_t offload_array_length
 
size_t unpack_pos
 
size_t int_offload_array_length
 
size_t int_unpack_pos
 

Detailed Description

Struct to keep track of the offload array length and unpack status.

Definition at line 11 of file offload.h.

Field Documentation

◆ offload_array_length

size_t offload_package::offload_array_length

Total length of the common offload array

Definition at line 12 of file offload.h.

◆ unpack_pos

size_t offload_package::unpack_pos

Position of the beginning of the next data pack that will be unpacked

Definition at line 14 of file offload.h.

◆ int_offload_array_length

size_t offload_package::int_offload_array_length

Total length of the common int offload array

Definition at line 16 of file offload.h.

◆ int_unpack_pos

size_t offload_package::int_unpack_pos

Position of the beginning of the next data pack that will be unpacked in int array

Definition at line 18 of file offload.h.


The documentation for this struct was generated from the following file: