Tagged Questions
1
vote
0answers
382 views
How to find memory per core on multicore CPU?
This is required information for some MPI using app that I am working with...
From its Makefile template:
#insert memory per core and uncomment the following line
#PREPROC= -D'MB_PER_CORE=750'
...