<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.hpc.unipr.it/dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.hpc.unipr.it/dokuwiki/feed.php">
        <title> - calcoloscientifico:userguide:matlab</title>
        <description></description>
        <link>https://www.hpc.unipr.it/dokuwiki/</link>
        <image rdf:resource="https://www.hpc.unipr.it/dokuwiki/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-05-01T13:50:40+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.hpc.unipr.it/dokuwiki/doku.php?id=calcoloscientifico:userguide:matlab:gpu&amp;rev=1696521489&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.hpc.unipr.it/dokuwiki/doku.php?id=calcoloscientifico:userguide:matlab:parallel&amp;rev=1656586380&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.hpc.unipr.it/dokuwiki/doku.php?id=calcoloscientifico:userguide:matlab:serial&amp;rev=1656586380&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.hpc.unipr.it/dokuwiki/lib/exe/fetch.php?media=wiki:logo.png">
        <title></title>
        <link>https://www.hpc.unipr.it/dokuwiki/</link>
        <url>https://www.hpc.unipr.it/dokuwiki/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="https://www.hpc.unipr.it/dokuwiki/doku.php?id=calcoloscientifico:userguide:matlab:gpu&amp;rev=1696521489&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-10-05T15:58:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>MATLAB GPU job</title>
        <link>https://www.hpc.unipr.it/dokuwiki/doku.php?id=calcoloscientifico:userguide:matlab:gpu&amp;rev=1696521489&amp;do=diff</link>
        <description>MATLAB GPU job

Execution of a MATLAB program on GPU

In this example we see how to run the GPUBench MATLAB program on GPU. Requires the MATLAB Parallel Computing Toolbox and a GPU with CUDA Compute Capability.

Script slurm-matlab-gpu-bench.sh:


#!/bin/bash
#SBATCH --job-name=GPUBench
#SBATCH --output=%x.o%j
#SBATCH --error=%x.e%j
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=1
#SBATCH --gres=gpu:1
#SBATCH --partition=gpu
#SBATCH --qos=gpu
#SBATCH --mem=8G
#SBATCH --time=0-00:30:00
#SBATCH --acc…</description>
    </item>
    <item rdf:about="https://www.hpc.unipr.it/dokuwiki/doku.php?id=calcoloscientifico:userguide:matlab:parallel&amp;rev=1656586380&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-30T10:53:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>MATLAB</title>
        <link>https://www.hpc.unipr.it/dokuwiki/doku.php?id=calcoloscientifico:userguide:matlab:parallel&amp;rev=1656586380&amp;do=diff</link>
        <description>MATLAB

MATLAB parallel job

Getting Started with Parallel Computing using MATLAB on the University of Parma HPC Cluster

There are three distinct approaches to exploit MATLAB Parallel Server for parallel jobs.

The first approach is to create and configure your cluster profile through a shell script in Linux which contains
all the needed parameters and to submit to the</description>
    </item>
    <item rdf:about="https://www.hpc.unipr.it/dokuwiki/doku.php?id=calcoloscientifico:userguide:matlab:serial&amp;rev=1656586380&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-30T10:53:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>MATLAB serial job</title>
        <link>https://www.hpc.unipr.it/dokuwiki/doku.php?id=calcoloscientifico:userguide:matlab:serial&amp;rev=1656586380&amp;do=diff</link>
        <description>MATLAB serial job

This approach has to be used if you do not need any interactivity and you do use MATLAB on the HPC cluster.
In this case MATLAB does not need to be installed on your local computer.

Example of execution of a MATLAB serial program</description>
    </item>
</rdf:RDF>
