Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

amg2023 is not utilizing all ranks #254

Open
jdomke opened this issue May 30, 2024 · 0 comments
Open

amg2023 is not utilizing all ranks #254

jdomke opened this issue May 30, 2024 · 0 comments

Comments

@jdomke
Copy link
Collaborator

jdomke commented May 30, 2024

likely root cause:

run file:

⇒  cat workspace/amg2023/openmp/RCCS-Fugaku-Fujitsu-A64FX-TofuD/workspace/experiments/amg2023/problem1/amg2023_omp_problem1_2_
8_2_2_2_55_55_55/execute_experiment
#!/bin/bash
# Copyright 2023 Lawrence Livermore National Security, LLC and other
# Benchpark Project Developers. See the top-level COPYRIGHT file for details.
#  
# SPDX-License-Identifier: Apache-2.0
   
#PJM -L "node=2"
#PJM --mpi proc=8
#PJM -L "elapse=02:00:00" -x PJM_LLIO_GFSCACHE="/vol0002:/vol0003:/vol0004:/vol0005:/vol0006"

cd /vol0005/mdt3/data/ra000020/u10016/benchpark.llvm/workspace/amg2023/openmp/RCCS-Fugaku-Fujitsu-A64FX-TofuD/workspace/experiments/amg2023/problem1/amg2023_omp_problem1_2_8_2_2_2_55_55_55

rm -f "/vol0005/mdt3/data/ra000020/u10016/benchpark.llvm/workspace/amg2023/openmp/RCCS-Fugaku-Fujitsu-A64FX-TofuD/workspace/experiments/amg2023/problem1/amg2023_omp_problem1_2_8_2_2_2_55_55_55/amg2023_omp_problem1_2_8_2_2_2_55_55_55.out"
touch "/vol0005/mdt3/data/ra000020/u10016/benchpark.llvm/workspace/amg2023/openmp/RCCS-Fugaku-Fujitsu-A64FX-TofuD/workspace/experiments/amg2023/problem1/amg2023_omp_problem1_2_8_2_2_2_55_55_55/amg2023_omp_problem1_2_8_2_2_2_55_55_55.out"
export OMP_NUM_THREADS="8";
. /vol0005/mdt3/data/ra000020/u10016/benchpark.llvm/workspace/spack/share/spack/setup-env.sh
spack env activate /vol0005/mdt3/data/ra000020/u10016/benchpark.llvm/workspace/amg2023/openmp/RCCS-Fugaku-Fujitsu-A64FX-TofuD/workspace/software/amg2023-omp.problem1
mpiexec amg -P 2 2 2 -n 55 55 55 -problem 1 -keepT >> "/vol0005/mdt3/data/ra000020/u10016/benchpark.llvm/workspace/amg2023/openmp/RCCS-Fugaku-Fujitsu-A64FX-TofuD/workspace/experiments/amg2023/problem1/amg2023_omp_problem1_2_8_2_2_2_55_55_55/amg2023_omp_problem1_2_8_2_2_2_55_55_55.out"
  • 2 nodes and 8 ppn => 16 ranks
  • mpiexec amg -P 2 2 2 => only running on 8 ranks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant