Skip to content

Commit

Permalink
a bit friendlier for smaller node experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
akatsarakis committed Mar 5, 2021
1 parent 7c6ae5c commit c4a0af4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions exec/hosts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ ALL_IPS=(
10.0.3.1
10.0.3.2
10.0.3.3
10.0.3.4
10.0.3.5
10.0.3.6
10.0.3.7
10.0.3.8
10.0.3.9
)

### TO BE FILLED: Modify to get the local IP of the node running the script (must be one of the cluster nodes)
Expand Down
4 changes: 2 additions & 2 deletions include/hermes/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
------------ SETUP & DEFAULT SETTINGS -------------
--------------------------------------------------*/
#define MAX_MACHINE_NUM 5 // maximum nodes
#define MAX_WORKERS_PER_MACHINE 8 // maximum number of threads per node
#define MAX_WORKERS_PER_MACHINE 15 // maximum number of threads per node
#define DEFAULT_WORKERS_PER_MACHINE 2
#define DEFAULT_THREAD_OF_STAT_THREAD (-1)
#define DEFAULT_THREAD_OF_STAT_THREAD (15) //WARNING make sure this is not co-located with a worker thread

// Number of sockets (numa nodes), cores and h/w threads per core on each node
#define TOTAL_THREADS_PER_CORE 2
Expand Down

0 comments on commit c4a0af4

Please sign in to comment.