You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cython always complaint about "incomplete type" for pthread_mutex_t
and sockaddr_storage.
They must be atleast defined with a "pass", which makes the complaint
go away.
Also reformat the imports a bit.
The script outputs everything to `stdout`. Simply redirect the output to the file: :code:`pyslurm/slurm/header.pxi`.
54
+
The headers should now be fully translated.
54
55
55
-
Now, 99% of the work is done for generating the headers. For the 1% left, you now need to open the generated file, search for the two follwowing statements and comment them out:
56
-
57
-
- `slurm_addr_t control_addr`
58
-
- `phtread_mutex_t lock`
59
-
60
-
The compiler will otherwise complain that these are incomplete type definitions.
0 commit comments