sla.quit             package:RScaLAPACK             R Documentation

_R_e_l_e_a_s_e_s _t_h_e _P_a_r_a_l_l_e_l _E_n_v_i_r_o_n_m_e_n_t _a_n_d _q_u_i_t_s _R

_D_e_s_c_r_i_p_t_i_o_n:

     Always call this function to quit R after using RScLAPACK library.
     This function is used to release the parallel environment and quit
     R.

_U_s_a_g_e:

       sla.quit()

_D_e_t_a_i_l_s:

     Calls 'MPI_Finalize' and quits R.

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://www.aspect-sdm.org/Parallel-R>

