| # Makefile for node selection plugins | |
| if WITH_CXX | |
| BLUEGENE = bluegene | |
| endif | |
| SUBDIRS = $(BLUEGENE) cons_res cray linear | |
| # Each plugin here needs a plugin_id, here are the currect plug_ids | |
| # for each plugin. | |
| # bluegene = 100 | |
| # cons_res = 101 | |
| # linear = 102 | |
| # bgq = 103 | |
| # cray + linear = 104 | |
| # cray + cons_res = 105 ==> Not current possible on Cray with ALPS/BASIL. |