Top Banner
12

Alaa El-Deen shaban El-Meshneb Assistant Lecturer Physics Department Sohag University Grid Computing Group 3 D modeling in Grid (by the example of Blender)

Jan 17, 2016

Download

Documents

Blake Charles
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Alaa El-Deen shaban El-Meshneb Assistant Lecturer Physics Department Sohag University Grid Computing Group 3 D modeling in Grid (by the example of Blender)
Page 2: Alaa El-Deen shaban El-Meshneb Assistant Lecturer Physics Department Sohag University Grid Computing Group 3 D modeling in Grid (by the example of Blender)

Alaa El-Deen shaban ElAlaa El-Deen shaban El--MeshnebMeshnebAssistant Lecturer Assistant Lecturer Physics DepartmentPhysics Department

Sohag UniversitySohag University

Grid Computing GroupGrid Computing Group3 D modeling in Grid 3 D modeling in Grid

(by the example of Blender)(by the example of Blender)

Page 3: Alaa El-Deen shaban El-Meshneb Assistant Lecturer Physics Department Sohag University Grid Computing Group 3 D modeling in Grid (by the example of Blender)

Blender is a suite of tools enabling the creation of and replay of linear and real-time, interactive 3D content. It offers full functionality for modeling, rendering, animation, post-production and game creation and playback with the singular benefits of cross-platform operability and a download file size of less than 2.5MB.

Page 4: Alaa El-Deen shaban El-Meshneb Assistant Lecturer Physics Department Sohag University Grid Computing Group 3 D modeling in Grid (by the example of Blender)

Aimed at media professionals and individual creative users :

• Blender can be used to create commercials and other broadcast quality linear content, while the incorporation of a real-time 3D engine allows for the creation of 3D interactive content for stand-alone playback or integration in a web browser.

Page 5: Alaa El-Deen shaban El-Meshneb Assistant Lecturer Physics Department Sohag University Grid Computing Group 3 D modeling in Grid (by the example of Blender)

In order to do the CPU-consuming rendering of a scene faster and in more reliable way one can use the grid computing

Page 6: Alaa El-Deen shaban El-Meshneb Assistant Lecturer Physics Department Sohag University Grid Computing Group 3 D modeling in Grid (by the example of Blender)

Step1:

• We have to make a shell file containing the commands to execute our job.

Page 7: Alaa El-Deen shaban El-Meshneb Assistant Lecturer Physics Department Sohag University Grid Computing Group 3 D modeling in Grid (by the example of Blender)

Step2:

• we have to make a jdl file to describe our job, Containing the input file

Page 8: Alaa El-Deen shaban El-Meshneb Assistant Lecturer Physics Department Sohag University Grid Computing Group 3 D modeling in Grid (by the example of Blender)
Page 9: Alaa El-Deen shaban El-Meshneb Assistant Lecturer Physics Department Sohag University Grid Computing Group 3 D modeling in Grid (by the example of Blender)

• Step 3:

Then Submitting the job using this command:

Page 10: Alaa El-Deen shaban El-Meshneb Assistant Lecturer Physics Department Sohag University Grid Computing Group 3 D modeling in Grid (by the example of Blender)

• Then we have to check the status of the job using this command:

$glite-wms-job-status -i job.id

• When the job is successfully terminated, we can get the output to the user interface (UI) by typing the following command:

$glite-wms-job-output --dir alaa.out -i job.id

• Now we can get the output from the UI and copy it in my PC.

Page 11: Alaa El-Deen shaban El-Meshneb Assistant Lecturer Physics Department Sohag University Grid Computing Group 3 D modeling in Grid (by the example of Blender)
Page 12: Alaa El-Deen shaban El-Meshneb Assistant Lecturer Physics Department Sohag University Grid Computing Group 3 D modeling in Grid (by the example of Blender)