#include "sll_assert.h"
#include "sll_working_precision.h"
Go to the source code of this file.
|
module | sll_m_binary_io |
| Implements the functions to write binary file to store heavy data.
|
|
|
subroutine, public | sll_s_binary_file_create (filename, file_id, error) |
| Create binary file. More...
|
|
subroutine, public | sll_s_binary_file_close (file_id, error) |
| Open binary file. More...
|
|
subroutine, public | sll_s_binary_write_array_0d (file_id, array, error) |
| Write a 0D array in the binary file file_id. More...
|
|
subroutine, public | sll_s_binary_write_array_1d (file_id, array, error) |
| Write a 1D array in the binary file file_id. More...
|
|
subroutine, public | sll_s_binary_write_array_2d (file_id, array, error) |
| Write a 2D array in the binary file file_id. More...
|
|
subroutine | sll_s_binary_write_array_3d (file_id, array, error) |
| Write a 3D array in the binary file file_id. More...
|
|
subroutine, public | sll_s_binary_read_array_0d (file_id, array, error) |
| Read a 0D array in the binary file file_id. More...
|
|
subroutine, public | sll_s_binary_read_array_2d (file_id, array, error) |
| Read a 2D array in the binary file file_id. More...
|
|