mpi_alm2map*
call mpi_alm2map*( alms, map )
name & dimensionality | kind | in/out | description |
---|---|---|---|
alms(1:nmaps,0:lmax,0:nmax) | SPC or DPC | IN | Input alms. If nmaps=1, only temperature information is included; if nmaps=3, polarization information is included |
map(0:npix,1:nmaps) | SP or DP | OUT | Output map. nmaps must match that of the input alms array. |
This example 1) initializes the mpi_alm_tools module (i.e., allocates internal arrays and defines required parameters), 2) executes a parallel alm2map operation, and 3) frees the previously allocated memory.
Version 3.11, 2013-04-24