Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add workaround for slurm.h inclusion of List datatype
Later Slurm versions export @dun's List datatype verbatim in their public header file. Unfortunately, this breaks any code that uses list.h and also tries to include slurm.h. The only viable workaround for now seems to be setting the __list_datatypes_defined preprocessor define where needed to avoid the slurm.h header redefining the List type. Luckily, this seems to be only in one spot for now.
- Loading branch information