OrderN / CONQUEST-release

Full public release of large scale and linear scaling DFT code CONQUEST
http://www.order-n.org/
MIT License
94 stars 24 forks source link

Add system.make file for archer2 #340

Closed tkoskela closed 1 month ago

tkoskela commented 1 month ago

man intro_libsci gives the following list. The threaded versions have the _mp suffix. I've changed the linker flag to link to the non-threaded libraries.

                     Table 1. Serial and Parallel Libraries
     ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
     Library Name         Link Type       Threading           MPI
     ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
     libsci_compiler.a    Static          Serial non‐        non‐MPI
                                          threaded
     libsci_compiler.so   Dynamic Shared  Serial non‐        non‐MPI
                                          threaded
     libsci_compiler_mp.a Static          Parallel multi‐    non‐MPI
                                          threaded (OpenMP)
     libsci_compiler_mp.soDynamic Shared  Parallel multi‐    non‐MPI
                                          threaded (OpenMP)
     libsci_compiler_mpi.aStatic          Serial non‐        MPI
                                          threaded
     libsci_compiler_mpi.sDynamic Shared  Serial non‐        MPI
                                          threaded
     libsci_compiler_mpi_mStatic          Parallel multi‐    MPI
                                          threaded (OpenMP)
     libsci_compiler_mpi_mDynamic Shared  Parallel multi‐    MPI
                                          threaded (OpenMP)
     ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐