ScaLAPACK 2.1
2.1
ScaLAPACK: Scalable Linear Algebra PACKage
size.c
Go to the documentation of this file.
1
#include <stdio.h>
2
main
()
3
{
4
printf(
"ISIZE=%d\nSSIZE=%d\nDSIZE=%d\nCSIZE=%d\nZSIZE=%d\n"
,
5
sizeof
(
int
),
sizeof
(
float
),
sizeof
(
double
),
6
2*
sizeof
(
float
), 2*
sizeof
(
double
));
7
}
main
main()
Definition:
size.c:2
BLACS
INSTALL
size.c
Generated by
1.8.16