127 subroutine allocate_node_coord_arrays();
143 character(len=255) :: info
150 write(info,
'(a)')
"Error in subroutine allocate_node_coord_arrays while allocating rg_gnode_[xyz]"
151 call error_stop(info)
154 call pass_address_back(rg_gnode_x, rg_gnode_y, rg_gnode_z)
158 end subroutine allocate_node_coord_arrays
This module contains subroutines to allocate arrays and to compute an approximation of the total RAM ...
This module defines all global variables of EFISPEC3D. Scalar variables are initialized directly in t...
Interface init_array_real to redirect allocation to n-rank arrays.