Skip to content

HPC-AI-Team/overhead_omp_threadpool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  
  omp and theadpool should be tested separately.

  the test is evaluated on fugaku A64FX cpu, which has 4 numa domains, and core id is from 12 to 59.

  
  //**************************************************************
  // test omp
  // compile command  mpic++ -O3 main.cpp -o main -pthread -fopenmp
  //**************************************************************
  threadpool.omp_thread();

  //**************************************************************
  // test threadpool
  // compile command  mpic++ -O3 main.cpp -o main -pthread
  //**************************************************************
  threadpool.start_pthread();
  threadpool.control_pthread();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages