sparsity_compute

PURPOSE ^

SPARSITY_COMPUTE - ???

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

SPARSITY_COMPUTE - ???

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 %SPARSITY_COMPUTE - ???
0002 
0003 num_procs=20;
0004 num_grids=5000000;
0005 sparsity=1/num_grids;
0006 
0007 memory=(num_grids*6)^2*8*sparsity/num_procs;
0008 
0009 disp(['Memory per processor: ' num2str(memory/1000000) ' Mb']);
0010

Generated on Sun 29-Mar-2009 20:22:55 by m2html © 2003