calcoloscientifico:userguide:blender
Questa è una vecchia versione del documento!
Blender
Blender is a free and open-source 3D computer graphics software tool set.
Interactive Job Blender
Connect to the Graphical User Interface using Remote Desktop Protocol (RDP).
Right click on the desktop and select "Open Terminal".
To run Blender 4.3.2 on 1 node of the gpu
partition using 6 cores and up to 80 GB of memory, start srun like this:
srun \ --job-name=blender \ --nodes=1 \ --ntasks-per-node=1 \ --cpus-per-task=6 \ --mem=80G \ --partition=gpu \ --qos=gpu \ --gres=gpu:p100:1 \ --time=0-01:00:00 \ --pty \ --x11 \ bash
Once you have accessed the required resources with srun, run the commands:
module load apptainer module load blender/4.3.2 blender.sh
In the new shellow launch Blender:
blender-softwaregl
calcoloscientifico/userguide/blender.1744817171.txt.gz · Ultima modifica: 16/04/2025 17:26 da fabio.spataro