diff --git a/src/plugins/jobacct/aix/jobacct_aix.c b/src/plugins/jobacct/aix/jobacct_aix.c index 2b24072f6799c7d3dc8ed3f0c70e21b37285831f..40c38a2c68d65005a6ba7c64d8c6ac6cf04f9317 100644 --- a/src/plugins/jobacct/aix/jobacct_aix.c +++ b/src/plugins/jobacct/aix/jobacct_aix.c @@ -182,7 +182,10 @@ int jobacct_p_startpoll(int frequency) pthread_attr_t attr; pthread_t _watch_tasks_thread_id; - debug("jobacct LINUX plugin loaded"); + debug("jobacct AIX plugin loaded"); + return rc; + /* FIXME!!!!!!!!!!!!!!!!!!!! + This was written for linux systems doesn't to anything on AIX */ /* Parse the JobAcctParameters */ diff --git a/src/plugins/jobacct/bluegene/jobacct_bluegene.c b/src/plugins/jobacct/bluegene/jobacct_bluegene.c index 2b24072f6799c7d3dc8ed3f0c70e21b37285831f..32697d3a9a81c824f36493e90c104193b010d042 100644 --- a/src/plugins/jobacct/bluegene/jobacct_bluegene.c +++ b/src/plugins/jobacct/bluegene/jobacct_bluegene.c @@ -182,7 +182,11 @@ int jobacct_p_startpoll(int frequency) pthread_attr_t attr; pthread_t _watch_tasks_thread_id; - debug("jobacct LINUX plugin loaded"); + debug("jobacct BLUEGENE plugin loaded"); + return rc; + /* FIXME!!!!!!!!!!!!!!!!!!!! + This was written for linux systems doesn't to anything on bluegene + */ /* Parse the JobAcctParameters */