Source author record

Hideki Yahagi

Hideki Yahagi appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

2works
1topics
2close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

2 published item(s)

preprint2006arXiv

The U-shaped distribution of globular cluster specific frequencies in a biased globular cluster formation scenario

Using high-resolution numerical simulations, we investigate mass- and luminosity-normalized specific frequencies (T_N and S_N, respectively) of globular cluster systems (GCSs) in order to understand the origin of the observed U-shaped relation between S_N and V-band magnitude (M_V) of their host galaxies. We adopt a biased GC formation scenario in which GC formation is truncated in galaxy halos that are virialized at a later redshift, z_trun. T_N is derived for galaxies with GCs today and converted into S_N for reasonable galaxy mass-to-light-ratios (M/L). We find that T_N depends on halo mass (M_h) in the sense that T_N can be larger in more massive halos with M_h > 10^9 M_sun, if z_trun is as high as 15. We however find that the dependence is too weak to explain the observed S_N-M_V relation and the wide range of S_N in low-mass early-type galaxies with -20.5 < M_V < -16.0 mag for a reasonable constant M/L. The M_V-dependence of S_N for the low-mass galaxies can be well reproduced, if the mass-to-light-ratio M_h/L_V \propto M_h^α, where αis as steep as -1. Based on these results, we propose that the origin of the observed U-shaped S_N-M_V relation of GCSs can be understood in terms of the bimodality in the dependence of M_h/L_V on M_h of their host galaxies. We also suggest that the observed large dispersionin S_N in low-mass galaxies is due partly to the large dispersion in T_N.

preprint2005arXiv

Vectorization and Parallelization of the Adaptive Mesh Refinement N-body Code

In this paper, we describe our vectorized and parallelized adaptive mesh refinement (AMR) N-body code with shared time steps, and report its performance on a Fujitsu VPP5000 vector-parallel supercomputer. Our AMR N-body code puts hierarchical meshes recursively where higher resolution is required and the time step of all particles are the same. The parts which are the most difficult to vectorize are loops that access the mesh data and particle data. We vectorized such parts by changing the loop structure, so that the innermost loop steps through the cells instead of the particles in each cell, in other words, by changing the loop order from the depth-first order to the breadth-first order. Mass assignment is also vectorizable using this loop order exchange and splitting the loop into $2^{N_{dim}}$ loops, if the cloud-in-cell scheme is adopted. Here, $N_{dim}$ is the number of dimension. These vectorization schemes which eliminate the unvectorized loops are applicable to parallelization of loops for shared-memory multiprocessors. We also parallelized our code for distributed memory machines. The important part of parallelization is data decomposition. We sorted the hierarchical mesh data by the Morton order, or the recursive N-shaped order, level by level and split and allocated the mesh data to the processors. Particles are allocated to the processor to which the finest refined cells including the particles are also assigned. Our timing analysis using the $Λ$-dominated cold dark matter simulations shows that our parallel code speeds up almost ideally up to 32 processors, the largest number of processors in our test.