Skip to content
Snippets Groups Projects
Commit b56260ef authored by Morris Jette's avatar Morris Jette
Browse files

select/cray: set default TopologyPlugin

The select/cray plugin discovers the topology as part of its initialisation and
generates a node ranking. No further topology information is required by the
plugin, hence this patch sets the default TopologyPlugin to topology/none.
parent 0fcaaf46
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ extern char *default_plugstack;
#define DEFAULT_SWITCH_TYPE "switch/none"
#define DEFAULT_TASK_PLUGIN "task/none"
#define DEFAULT_TMP_FS "/tmp"
#ifdef HAVE_3D
#if defined HAVE_3D && !defined HAVE_CRAY
# define DEFAULT_TOPOLOGY_PLUGIN "topology/3d_torus"
#else
# define DEFAULT_TOPOLOGY_PLUGIN "topology/none"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment