<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://tic.ceab.csic.es/cblabdoc/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://tic.ceab.csic.es/cblabdoc/feed.php">
        <title>Wiki cluster CEAB (antic cblabdoc) - public</title>
        <description></description>
        <link>https://tic.ceab.csic.es/cblabdoc/</link>
        <image rdf:resource="https://tic.ceab.csic.es/cblabdoc/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-08-24T08:01:15+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://tic.ceab.csic.es/cblabdoc/doku.php?id=public:add_gitignore&amp;rev=1769613092&amp;do=diff"/>
                <rdf:li rdf:resource="https://tic.ceab.csic.es/cblabdoc/doku.php?id=public:altes-tarifes-facturacio&amp;rev=1762015097&amp;do=diff"/>
                <rdf:li rdf:resource="https://tic.ceab.csic.es/cblabdoc/doku.php?id=public:git_config&amp;rev=1769612965&amp;do=diff"/>
                <rdf:li rdf:resource="https://tic.ceab.csic.es/cblabdoc/doku.php?id=public:github_basics&amp;rev=1787214526&amp;do=diff"/>
                <rdf:li rdf:resource="https://tic.ceab.csic.es/cblabdoc/doku.php?id=public:introduccio&amp;rev=1762014544&amp;do=diff"/>
                <rdf:li rdf:resource="https://tic.ceab.csic.es/cblabdoc/doku.php?id=public:issues&amp;rev=1787231112&amp;do=diff"/>
                <rdf:li rdf:resource="https://tic.ceab.csic.es/cblabdoc/doku.php?id=public:move2&amp;rev=1769699774&amp;do=diff"/>
                <rdf:li rdf:resource="https://tic.ceab.csic.es/cblabdoc/doku.php?id=public:new_repo&amp;rev=1769613031&amp;do=diff"/>
                <rdf:li rdf:resource="https://tic.ceab.csic.es/cblabdoc/doku.php?id=public:programes-environments-db&amp;rev=1762015125&amp;do=diff"/>
                <rdf:li rdf:resource="https://tic.ceab.csic.es/cblabdoc/doku.php?id=public:r_packages&amp;rev=1769613496&amp;do=diff"/>
                <rdf:li rdf:resource="https://tic.ceab.csic.es/cblabdoc/doku.php?id=public:system_load&amp;rev=1772804961&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://tic.ceab.csic.es/cblabdoc/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Wiki cluster CEAB (antic cblabdoc)</title>
        <link>https://tic.ceab.csic.es/cblabdoc/</link>
        <url>https://tic.ceab.csic.es/cblabdoc/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://tic.ceab.csic.es/cblabdoc/doku.php?id=public:add_gitignore&amp;rev=1769613092&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-28T15:11:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>add_gitignore</title>
        <link>https://tic.ceab.csic.es/cblabdoc/doku.php?id=public:add_gitignore&amp;rev=1769613092&amp;do=diff</link>
        <description>Adding .gitignore

You can add a .gitignore file anytime to stop tracking ignored files. This keeps your repository clean and lightweight, only tracking code and important configs, not heavy data or temporary files.
.

1️⃣ Before committing anything (best practice)</description>
    </item>
    <item rdf:about="https://tic.ceab.csic.es/cblabdoc/doku.php?id=public:altes-tarifes-facturacio&amp;rev=1762015097&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-01T16:38:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>altes-tarifes-facturacio</title>
        <link>https://tic.ceab.csic.es/cblabdoc/doku.php?id=public:altes-tarifes-facturacio&amp;rev=1762015097&amp;do=diff</link>
        <description>Altes, tarifes i facturació del servei

(aquí ja es pot editar tot en markdown)...</description>
    </item>
    <item rdf:about="https://tic.ceab.csic.es/cblabdoc/doku.php?id=public:git_config&amp;rev=1769612965&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-28T15:09:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>git_config</title>
        <link>https://tic.ceab.csic.es/cblabdoc/doku.php?id=public:git_config&amp;rev=1769612965&amp;do=diff</link>
        <description>Preliminary configuration

1. Remote configuration

Add ssh keys to your github account

2. Local configuration

If you get the following message



~/your_git_folder$ git commit -m &quot;initial commit&quot;

*** Please tell me who you are.

Run

  git config --global user.email &quot;you@example.com&quot;
  git config --global user.name &quot;Your Name&quot;

to set your account&#039;s default identity.
Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got &#039;culex@hemalert.(n…</description>
    </item>
    <item rdf:about="https://tic.ceab.csic.es/cblabdoc/doku.php?id=public:github_basics&amp;rev=1787214526&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-20T08:28:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>github_basics</title>
        <link>https://tic.ceab.csic.es/cblabdoc/doku.php?id=public:github_basics&amp;rev=1787214526&amp;do=diff</link>
        <description>GitHub basics

	*  Preliminary configuration 
	*  Create new repository 
	*  Adding .gitignore 

	*  Issues</description>
    </item>
    <item rdf:about="https://tic.ceab.csic.es/cblabdoc/doku.php?id=public:introduccio&amp;rev=1762014544&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-01T16:29:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>introduccio</title>
        <link>https://tic.ceab.csic.es/cblabdoc/doku.php?id=public:introduccio&amp;rev=1762014544&amp;do=diff</link>
        <description>Introducció a l&#039;ús del cluster

(editat per últim cop per Xavier Roijals. 01 de novembre de 2025).

Nova direcció accés per ssh al cluster.

la direcció per accedir al cluster ha canviat: ara és cluster.ceab.csic.es. Per tant, per connectar-se caldrà fer:__*__</description>
    </item>
    <item rdf:about="https://tic.ceab.csic.es/cblabdoc/doku.php?id=public:issues&amp;rev=1787231112&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-20T13:05:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>issues</title>
        <link>https://tic.ceab.csic.es/cblabdoc/doku.php?id=public:issues&amp;rev=1787231112&amp;do=diff</link>
        <description>Using GitHub Issues for Cluster CEAB Communication

GitHub Issues is the recommended channel for reporting problems, suggesting improvements, and asking questions related to the cluster.

Using GitHub Issues helps us to:

	* Centralize communication.</description>
    </item>
    <item rdf:about="https://tic.ceab.csic.es/cblabdoc/doku.php?id=public:move2&amp;rev=1769699774&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-29T15:16:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>move2</title>
        <link>https://tic.ceab.csic.es/cblabdoc/doku.php?id=public:move2&amp;rev=1769699774&amp;do=diff</link>
        <description>move2 (Movebank)

These instructions describe how to use the R package move2 on the HPC cluster:

	* 
	* 

----------

Using move2 on interactive sessions

On this system, credentials are stored per R session using the keyring env backend (expected behaviour on headless nodes).</description>
    </item>
    <item rdf:about="https://tic.ceab.csic.es/cblabdoc/doku.php?id=public:new_repo&amp;rev=1769613031&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-28T15:10:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>new_repo</title>
        <link>https://tic.ceab.csic.es/cblabdoc/doku.php?id=public:new_repo&amp;rev=1769613031&amp;do=diff</link>
        <description>Create new repository

You want to take a local folder and push it to a new GitHub repository. Here’s a clear step-by-step guide:

1️⃣ Create a new repository on GitHub

	* Go to GitHub and log in.
* Click the + icon → New repository.
* Give it a name</description>
    </item>
    <item rdf:about="https://tic.ceab.csic.es/cblabdoc/doku.php?id=public:programes-environments-db&amp;rev=1762015125&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-01T16:38:45+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>programes-environments-db</title>
        <link>https://tic.ceab.csic.es/cblabdoc/doku.php?id=public:programes-environments-db&amp;rev=1762015125&amp;do=diff</link>
        <description>Programes, environments, base de dades instal·lades

(a partit d&#039;aquí ja es pot editar en markdown)</description>
    </item>
    <item rdf:about="https://tic.ceab.csic.es/cblabdoc/doku.php?id=public:r_packages&amp;rev=1769613496&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-28T15:18:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>r_packages</title>
        <link>https://tic.ceab.csic.es/cblabdoc/doku.php?id=public:r_packages&amp;rev=1769613496&amp;do=diff</link>
        <description>R packages

	*  move2 (Movebank)</description>
    </item>
    <item rdf:about="https://tic.ceab.csic.es/cblabdoc/doku.php?id=public:system_load&amp;rev=1772804961&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-06T13:49:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>system_load</title>
        <link>https://tic.ceab.csic.es/cblabdoc/doku.php?id=public:system_load&amp;rev=1772804961&amp;do=diff</link>
        <description>Check system load

💡 Tip: to get a quick view of not-allocated resources per node (CPU and memory)

(this is not a standard slurm function; it is an ad-hoc function implemented in /usr/local/bin)



$sfreeres


You’ll see something like:



                CPU        Mem (GiB)      GPU   
Node        (Free/Ttl)    (Free/Ttl)  (Free/Ttl)
------------------------------------------------
node1          16/16        153/153       0/0   
node2          16/16        153/153       0/0   
node3         …</description>
    </item>
</rdf:RDF>
