FileParams: {
    kernel: string;
    prefix: string;
    suffix: string;
}

Temporary file prefix and suffix for a kernel.

Type declaration

  • kernel: string

    The kernel name.

  • prefix: string

    Prefix added to temporary files created by the kernel per cell.

  • suffix: string

    Suffix added temporary files created by the kernel per cell.