Skip to content
Snippets Groups Projects
Commit 32a7f547 authored by Moe Jette's avatar Moe Jette
Browse files

correct bad path for header config.h

parent 18dff224
No related branches found
No related tags found
No related merge requests found
/*****************************************************************************\ /*****************************************************************************\
* test1.89.prog.c - Simple test program for SLURM regression test1.89. * test1.91.prog.c - Simple test program for SLURM regression test1.91.
* Reports SLURM task ID and the CPU mask, * Reports SLURM task ID and the CPU mask,
* similar functionality to "taskset" command * similar functionality to "taskset" command
***************************************************************************** *****************************************************************************
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "config.h" #include "../../config.h"
static void _load_mask(cpu_set_t *mask) static void _load_mask(cpu_set_t *mask)
{ {
......
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