1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

increase the maximum number of cores to support KNL

This commit is contained in:
Stefan Lankes 2016-10-23 10:33:20 +02:00
parent 6cf477f3c6
commit 0f136e63f3

View file

@ -32,7 +32,7 @@
extern "C" {
#endif
#define MAX_CORES 128
#define MAX_CORES 256
#define MAX_TASKS (MAX_CORES*2+2)
#define MAX_ISLE 8
#define MAX_FNAME 128