HPC - Admin Magazine

  • Home
  • Articles
  • News
  • Newsletter
  • ADMIN
  • Shop
  • Privacy Policy
Search

Articles

News

Vendors

    Whitepapers

    Write for Us

    About Us

    Search

    Refine your search
    Sort order
    • Date
    • Score
    Content type
    • Article (215)
    • News (48)
    • Article (Print) (5)
    Keywords
    Creation time
    • Last day
    • Last week
    • Last month
    • Last three months
    • Last year

    « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ... 27 Next »

    6%
    OpenMP – Coding Habits and GPUs
    13.06.2019
    Home »  Articles  » 
    your code with auto-vectorization (so you don’t have to vectorize by hand). Starting in OpenMP 4.0, the directive omp simd  was introduced. It basically gives a hint to the compiler to look for places
    6%
    OpenMP – Loops and Data Control
    08.05.2019
    Home »  Articles  » 
    with an example, which I base on code by Michael Lindon (Listing 4). If you run the code as written with the private()  clause, you’ll see the output in Listing 5. Listing 4: private()  Example Fortran C
    6%
    OpenMP – Parallelizing Loops
    03.04.2019
    Home »  Articles  » 
    that executed on the GPUs and produced massive speedups for many applications. Starting with OpenMP 4.0, the OpenMP standard added directives that targeted GPUs and has expanded on this capability
    6%
    OpenACC – Porting Code
    07.03.2019
    Home »  Articles  » 
     < m; j++) {          ...       }       ...    } } Another technique for parallelizing loops using OpenACC to gain more parallelism (more performance), is to tell the compiler to collapse the two loops to create one giant loop (Table 4). The collapse (2
    6%
    OpenACC – Data Management
    07.02.2019
    Home »  Articles  » 
    , so you could write the previous code as shown in Table 4. Table 4: Combining Directives Fortran C !$acc parallel loop copy(a)   do i=1,n     a(i) = 0.0   enddo
    6%
    Dolphin Announces New Switch for Composable Architectures
    10.01.2019
    Home »  News  » 
     
    various configurations, where up to 4 ports can be combined into a single x16 / 128 GT/s port for higher bandwidth. Ports can be configured as 24 x4 ports, 12 x8 ports, 6 x16 ports, and various
    6%
    DES Completes Dark Matter Survey
    09.01.2019
    Home »  News  » 
     
    camera mounted on the Blanco 4-meter telescope at the Cerro Tololo Inter-American Observatory in Chile, scientists on DES took data for 758 nights over six years.” The survey generated 50TB of data
    6%
    OpenACC – Parallelizing Loops
    09.01.2019
    Home »  Articles  » 
    use of resources. Adding a loop  directive to the code (Table 4) tells the compiler that the loop code can be run in parallel across the gangs. Table 4: loop  Directive Fortran C
    6%
    AMD Unveils World's First 7nm Data Center GPUs
    08.11.2018
    Home »  News  » 
     
    bandwidth speeds. They are also the first GPUs capable of supporting next-generation PCIe® 4.0 interconnect, which is up to 2X faster than other x86 CPU-to-GPU interconnect technologies, and feature AMD
    6%
    Resource Management with Slurm
    05.11.2018
    Home »  Articles  » 
    nodes, and make sure to do this as a user and not as root. 3. To make life easier, use shared storage between the controller and the compute nodes. 4. Make sure the UIDs and GIDs are consistent

    « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ... 27 Next »

    © 2026 Linux New Media USA, LLC – Legal Notice