Changes between Version 19 and Version 20 of Public/User_Guide/Offloading_hybrid_apps


Ignore:
Timestamp:
Sep 17, 2019, 6:53:15 PM (5 years ago)
Author:
Kevin Sala
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Public/User_Guide/Offloading_hybrid_apps

    v19 v20  
    174174The benchmark versions are built with a specific block size, which is
    175175decided at compilation time (i.e., the binary names contain the block
    176 size). The default block size is `2048`. Optionally, you can indicate
     176size). The default block size is `2048`. Optionally, we can indicate
    177177a different block size when compiling by doing:
    178178
     
    201201`dp-dam` node. We indicated that we want to launch 8 processes with 12 CPUs per
    202202process at the moment of launching a binary in the allocated node through `srun`.
    203 However, you should be able to change the configuration (without overtaking the
     203However, we should be able to change the configuration (without overtaking the
    204204initial number of resources) when executing the binaries passing a different
    205205configuration to the `srun` command.