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

BOLT seems does not work well with the Dense Linear Lib PLASMA #105

Open
HPC4AI opened this issue Feb 15, 2023 · 0 comments
Open

BOLT seems does not work well with the Dense Linear Lib PLASMA #105

HPC4AI opened this issue Feb 15, 2023 · 0 comments

Comments

@HPC4AI
Copy link

HPC4AI commented Feb 15, 2023

Hi, I would like to take advantage of lightweight thread libraries, e.g., Argobots, and runtime systems over them, e.g., BOLT. I have successfully configured and built my lib. But I need clarification on the output libs, e.g., libgomp.so, libiomp5.so, libomp.so. Please tell me which one I should use. Do the three libs mean GCC OMP runtime, Intel OMP runtime, and BOLT, respectively?

  • Configuration Comand
cmake .. -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/home/fx/lib/bolt -DCMAKE_C_COMPILER=/home/fx/.local/gcc-11.2.0/bin/gcc -DCMAKE_CXX_COMPILER=/home/fx/.local/gcc-11.2.0/bin/g++ -DOPENMP_TEST_C_COMPILER=/home/fx/.local/gcc-11.2.0/bin/gcc -DOPENMP_TEST_CXX_COMPILER=/home/fx/.local/gcc-11.2.0/bin/g++ -DCMAKE_BUILD_TYPE=Release -DLIBOMP_USE_ARGOBOTS=on -DLIBOMP_ARGOBOTS_INSTALL_DIR=/home/fx/lib/argobots/ | tee c.txt
  • Build Comand
make V=1 VERBOSE=1 2>&1 | tee m.txt
  • Installed libs
    image
@HPC4AI HPC4AI changed the title Build Failuer with GCC 11.2.0 Issue about the output libs after building successfully. Feb 16, 2023
@HPC4AI HPC4AI changed the title Issue about the output libs after building successfully. Issues about the output libs after building successfully. Feb 16, 2023
@HPC4AI HPC4AI changed the title Issues about the output libs after building successfully. BOLT seems does not work well with the Dense Linear Lib PLASMA Feb 19, 2023
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