Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
raas
bheappe
Commits
09e7f904
Commit
09e7f904
authored
Dec 01, 2020
by
strakpe
Browse files
test
parent
948da221
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
09e7f904
# BHeappe
# BHeappe
AAA
#### BLENDER ADD-ON TO EXTEND ITS CAPABILITIES IN TERMS OF RENDERING ON AN HPC CLUSTER
...
...
bheappe/raas_render.py
View file @
09e7f904
...
...
@@ -276,12 +276,12 @@ RenderType_items = [
]
JobQueue_items
=
[
(
"CPU"
,
"Blender2.9 CPU"
,
""
),
#
("CPU", "Blender2.9 CPU", ""),
(
"MPP"
,
"CyclesPhi CPU"
,
""
),
(
"MIC"
,
"CyclesPhi MIC"
,
""
),
(
"MICBUFFER"
,
"CyclesPhi MIC + RenderBuffer"
,
""
),
(
"MPPBUFFER"
,
"CyclesPhi MPP + RenderBuffer"
,
""
),
(
"MICINTERACTIVE"
,
"CyclesPhi MIC + Interactive"
,
""
),
#
("MICBUFFER", "CyclesPhi MIC + RenderBuffer", ""),
#
("MPPBUFFER", "CyclesPhi MPP + RenderBuffer", ""),
#
("MICINTERACTIVE", "CyclesPhi MIC + Interactive", ""),
]
####################################ListJobsForCurrentUser####################
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment