Skip to content
Snippets Groups Projects
Commit 66b1e5df authored by Mark Grondona's avatar Mark Grondona
Browse files

o typo fixes

parent 28092c87
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ job_create(launch_tasks_request_msg_t *msg)
job->cwd = xstrdup(msg->cwd);
#ifdef HAVE_ELAN
#ifdef HAVE_LIBELAN3
job->qsw_job = msg->qsw_job;
#endif
......
......@@ -88,7 +88,7 @@ typedef struct slurmd_job {
char **env;
char **argv;
char *cwd;
#ifdef HAVE_ELAN
#ifdef HAVE_LIBELAN3
qsw_jobinfo_t qsw_job;
#endif
uid_t uid;
......
......@@ -65,7 +65,7 @@
#include <src/slurmd/shm.h>
/* We use Chris Dunlap's POSIX semaphore implementation if necessary */
#include <src/slurmd/test/semaphore.h>
#include <src/slurmd/semaphore.h>
#define MAX_JOB_STEPS 16
#define MAX_TASKS 1024
......
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