Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-beard committed May 7, 2016
1 parent 8ff8592 commit 848b970
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion raftinc/map.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ class map : public MapBase
#if USE_PARTITION
partition_scotch
#else
partition_basic /** no scotch, simple affinity assign **/
//partition_basic /** no scotch, simple affinity assign **/
partition_dummy
#endif
#else /** OS X, WIN64 **/
partition_dummy
Expand Down

0 comments on commit 848b970

Please sign in to comment.