The computer program “AtmoSym” for the numerical solution of hydrodynamic equations for the atmospheric gas  applies parallel computations. Parallelization of computations is carried out at  three levels. The distribution of computing over cluster nodes is provided with  MPI.  At each cluster node, the computations are parallelized using OPENMP. Parallelization of computations in the processor cores is automatic, using SSEx.