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:
parent
6cf477f3c6
commit
0f136e63f3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue