Changes between Version 19 and Version 20 of Public/User_Guide/Offloading_hybrid_apps
- Timestamp:
- Sep 17, 2019, 6:53:15 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/User_Guide/Offloading_hybrid_apps
v19 v20 174 174 The benchmark versions are built with a specific block size, which is 175 175 decided at compilation time (i.e., the binary names contain the block 176 size). The default block size is `2048`. Optionally, youcan indicate176 size). The default block size is `2048`. Optionally, we can indicate 177 177 a different block size when compiling by doing: 178 178 … … 201 201 `dp-dam` node. We indicated that we want to launch 8 processes with 12 CPUs per 202 202 process at the moment of launching a binary in the allocated node through `srun`. 203 However, youshould be able to change the configuration (without overtaking the203 However, we should be able to change the configuration (without overtaking the 204 204 initial number of resources) when executing the binaries passing a different 205 205 configuration to the `srun` command.