Blender: Difference between revisions
Jump to navigation
Jump to search
New page: ==Description== ==Location== /apps/blender/2.44 ==Sample Script== <pre> #!/bin/csh -f # #PBS -N tux #PBS -r n #PBS -o tux.out #PBS -e tux.err #PBS -j oe #PBS -m abe #PBS -M <ADD EMAIL ADD... |
No edit summary |
||
(40 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Software]][[Category:Graphics]] | |||
{|<!--CONFIGURATION: REQUIRED--> | |||
|{{#vardefine:app|Blender}} | |||
= | |{{#vardefine:url|http://www.blender.org/}} | ||
< | <!--CONFIGURATION: OPTIONAL (1=ON)--> | ||
#! | |{{#vardefine:exe|1}} <!--RUNNING --> | ||
|{{#vardefine:conf|}} <!--CONFIGS--> | |||
#PBS - | |{{#vardefine:pbs|}} <!--PBS SCRIPTS--> | ||
# | |{{#vardefine:policy|}} <!--POLICY--> | ||
# | |{{#vardefine:testing|}} <!--TESTING/PROFILING--> | ||
# | |{{#vardefine:faq|}} <!--FAQ--> | ||
# | |{{#vardefine:citation|}} <!--CITATION--> | ||
# | |{{#vardefine:installation|}} <!--INSTALLATION--> | ||
# | |{{#vardefine:tutorial|1}} <!--TUTORIAL--> | ||
|} | |||
# | <!--BODY--> | ||
# | <!--Description--> | ||
# | {{#if: {{#var: url}}| | ||
{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}} | |||
3D graphics rendering | |||
<!--Modules--> | |||
==Environment Modules== | |||
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | |||
==System Variables== | |||
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory | |||
Note that | <!--Additional--> | ||
{{#if: {{#var: exe}}|==Additional Information== | |||
* Note: The server hardware that this will run on does not have any audio hardware built in, nor would it be audible since the hardware is installed in a separate room. As such, the blender command has been aliased so that the "'''-noaudio'''" flag is automatic. | |||
|}} | |||
<!--Configuration--> | |||
{{#if: {{#var: conf}}|==Configuration== | |||
See the [[{{PAGENAME}}_Configuration]] page for {{#var: app}} configuration details. | |||
|}} | |||
<!--PBS scripts--> | |||
{{#if: {{#var: pbs}}|==PBS Script Examples== | |||
See the [[{{PAGENAME}}_PBS]] page for {{#var: app}} PBS script examples.|}} | |||
<!--Policy--> | |||
{{#if: {{#var: policy}}|==Usage Policy== | |||
WRITE USAGE POLICY HERE (perhaps templates for a couple of main licensing schemes can be used) | |||
|}} | |||
<!--Performance--> | |||
{{#if: {{#var: testing}}|==Performance== | |||
DOUBLE_CLICK_TO_WRITE_PERFORMANCE_TESTING_RESULTS_HERE | |||
|}} | |||
<!--Faq--> | |||
{{#if: {{#var: faq}}|==FAQ== | |||
*'''Q:''' **'''A:'''|}} | |||
<!--Citation--> | |||
{{#if: {{#var: citation}}|==Citation== | |||
If you publish research that uses {{#var:app}} you have to cite it as follows: | |||
DOUBLE_CLICK_TO_WRITE_CITATION_HERE | |||
|}} | |||
<!--Installation--> | |||
{{#if: {{#var: installation}}|==Installation== | |||
See the [[{{PAGENAME}}_Install]] page for {{#var: app}} installation notes.|}} | |||
<!--Tutorial--> | |||
{{#if: {{#var: tutorial}}|==Tutorial== | |||
* There are a number of different tutorials on the [http://www.blender.org/support/tutorials/ Blender Tutorial] webpage. | |||
|}} | |||
__NOTOC____NOEDITSECTION__ |
Latest revision as of 13:03, 15 August 2022
Description
3D graphics rendering
Environment Modules
Run module spider Blender
to find out what environment modules are available for this application.
System Variables
- HPC_BLENDER_DIR - installation directory
Additional Information
- Note: The server hardware that this will run on does not have any audio hardware built in, nor would it be audible since the hardware is installed in a separate room. As such, the blender command has been aliased so that the "-noaudio" flag is automatic.
Tutorial
- There are a number of different tutorials on the Blender Tutorial webpage.