sla.gridInfo {RScaLAPACK}R Documentation

Retrieve the Existing Process Grid Information

Description

Retrieve the existing process grid information stored in the environment.

Usage

sla.gridInfo()

Details

Retrieve the existing process grid information stored in the environment.

Author(s)

Nagiza Samatova (samatovan@ornl.gov), Guruprasad Kora (koragh@ornl.gov), Srikanth Yoginath (yoginathsb@ornl.gov), David Bauer (bauerda@ornl.gov)

References

http://www.netlib.org/scalapack/

See Also

sla.gridInit for initializing the Process Grid, sla.gridExit for releasing the Process Grid,

Examples


x = matrix(rnorm(128*128), 128, 128)
sla.gridInit(NPROWS=2, NPCOLS=2)
sla.gridInfo()
sla.gridExit()


[Package RScaLAPACK version 0.6.1 Index]