Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cyclesphi277
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
blender
cyclesphi277
Commits
79d68800
Commit
79d68800
authored
8 years ago
by
Milan Jaros
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
f6d585e8
No related branches found
Tags
20180621-revision
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-4
4 additions, 4 deletions
README.md
with
4 additions
and
4 deletions
README.md
+
4
−
4
View file @
79d68800
...
@@ -16,7 +16,7 @@ We have modified the kernel of the Blender Cycles rendering engine and then exte
...
@@ -16,7 +16,7 @@ We have modified the kernel of the Blender Cycles rendering engine and then exte
*
Libraries (GCC/ICC): boost (./bjam install toolset=intel), ilmbase, openexr, tiff, openimageio, zlib, Python, …
*
Libraries (GCC/ICC): boost (./bjam install toolset=intel), ilmbase, openexr, tiff, openimageio, zlib, Python, …
## Building CyclesPhi with Intel Compiler 2016
## Building CyclesPhi with Intel Compiler 2016
git clone git@code.it4i.cz:blender/cyclesphi.git
`
git clone git@code.it4i.cz:blender/cyclesphi.git
`
new build flags:
new build flags:
*
blender: WITH_IT4I_MIC_OFFLOAD=ON/OFF, WITH_IT4I_MPI=ON/OFF, WITH_OPENMP=ON/OFF (old flag)
*
blender: WITH_IT4I_MIC_OFFLOAD=ON/OFF, WITH_IT4I_MPI=ON/OFF, WITH_OPENMP=ON/OFF (old flag)
*
client: WITH_IT4I_MIC_NATIVE=ON/OFF, WITH_IT4I_MIC_OFFLOAD=ON/OFF
*
client: WITH_IT4I_MIC_NATIVE=ON/OFF, WITH_IT4I_MIC_OFFLOAD=ON/OFF
...
@@ -37,13 +37,13 @@ new folders:
...
@@ -37,13 +37,13 @@ new folders:
| build_lib.sh | build some basic libraries (boost, …) |
| build_lib.sh | build some basic libraries (boost, …) |
| build_blender.sh | build Blender CyclesPhi, which supports Intel Xeon Phi |
| build_blender.sh | build Blender CyclesPhi, which supports Intel Xeon Phi |
| run_blender.sh | run Blender CyclesPhi without MPI |
| run_blender.sh | run Blender CyclesPhi without MPI |
| run_mpi.sh | run Blender CyclesPhi with MPI support |
| run_mpi
_offload
.sh | run Blender CyclesPhi with MPI support |
## Run CyclesPhi
## Run CyclesPhi
New scripts in it4i/scripts (created for Salomon supercomputer):
New scripts in it4i/scripts (created for Salomon supercomputer):
*
run_blender.sh – run Blender CyclesPhi without MPI
*
run_blender.sh – run Blender CyclesPhi without MPI
`./${ROOT_DIR}/install/blender/Blender`
`./${ROOT_DIR}/install/blender/Blender`
*
run_mpi.sh – run Blender CyclesPhi with MPI (only CPU / MIC‘s offload mode)
*
run_mpi
_offload
.sh – run Blender CyclesPhi with MPI (only CPU / MIC‘s offload mode)
` mpirun -n 1 ${ROOT_DIR}/install/blender/blender : -n 1 ${ROOT_DIR}/install/blender_client/bin/blender_client `
` mpirun -n 1 ${ROOT_DIR}/install/blender/blender : -n 1 ${ROOT_DIR}/install/blender_client/bin/blender_client `
*
run_mpi_
m
ic.sh – run Blender CyclesPhi with MPI support with Symmetric mode
*
run_mpi_
symmetr
ic.sh – run Blender CyclesPhi with MPI support with Symmetric mode
` mpirun -genv LD_LIBRARY_PATH $MIC_LD_LIBRARY_PATH -machine $NODEFILECN -n 1 ${ROOT_DIR}/install/blender/blender : -n $NUMOFCN ${ROOT_DIR}/install/blender_client/bin/blender_client`
` mpirun -genv LD_LIBRARY_PATH $MIC_LD_LIBRARY_PATH -machine $NODEFILECN -n 1 ${ROOT_DIR}/install/blender/blender : -n $NUMOFCN ${ROOT_DIR}/install/blender_client/bin/blender_client`
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment