tweaks for highly parallel and very large jobs
This commit is contained in:
parent
81ad41103b
commit
54bc25edcb
4 changed files with 13 additions and 12 deletions
|
@ -185,6 +185,7 @@ typedef enum { SHARP_DP = 1<<4,
|
|||
*/
|
||||
|
||||
SHARP_USE_WEIGHTS = 1<<20, /* internal use only */
|
||||
SHARP_NO_OPENMP = 1<<21, /* internal use only */
|
||||
SHARP_NVMAX = (1<<4)-1 /* internal use only */
|
||||
} sharp_jobflags;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue