/SPMD (Obsolete)

Block Format Keyword Sets SPMD parameters for Hybrid Massively Parallel Program (HMPP) computation.

Format

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10)
/SPMD
Domdec Nspmd       Nthread        

Definitions

Field Contents SI Unit Example
Domdec Domain decomposition type for SPMD version.
= 0 (Default)
Set to 3.
Set to 5, if /IMPLICIT is defined.
= 3
Multilevel Kway decomposition.
= 5
Multilevel Kway decomposition based on DOF.

(Integer)

 
Nspmd Number of SPMD domains.

Default set to 1 (Integer)

 
Nthread Number of SMP threads per SPMD domain.

Default set to 1 (Integer)

 

Comments

  1. Multilevel Kway is a domain decomposition method based on Metis multilevel Kway algorithm. This algorithm is advised in order to enhance performance in case of complex contact interfaces and for Fluid Structure Interaction problems that involve both Lagrangian and ALE formulations.
  2. Multilevel Kway domain decomposition based on DOF is suitable if /DT/AMS or implicit application is invoked by Radioss Engine. It optimizes decomposition taking into account DOF.
  3. With the HMPP version, the total number of processes is equal to Nspmd x Nthread. More precisely, each Nspmd distributed parallel program is composed of Nthread SMP threads. It is also possible to set Nspmd and Nthread using Run Executables Directly options.
  4. When using /DT/AMS in Radioss Engine, it is recommended to set Domdec to 5 in /SPMD from Radioss Starter (for versions 11.0.230 and above, set to 0 and Radioss automatically applies the relevant Domdec option.)
  5. PARITH/ON is not yet available with AMS, if the number of domains changes, but for the same domain number, the results are the same whatever the number of threads.