Skip to content
Snippets Groups Projects

Draft: NUMA aware pinning of queues and runners.

Open Peter W. Draper requested to merge numa-awareness into master
Files
44
@@ -104,7 +104,7 @@ void lightcone_map_allocate_pixels(struct lightcone_map *map,
void lightcone_map_free_pixels(struct lightcone_map *map) {
swift_free("lightcone_map_pixels", (void *)map->data);
swift_free("lightcone_map_pixels", (void *)map->data, sizeof(double) * map->local_nr_pix);
map->data = NULL;
}
Loading