<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://public-wiki.iucc.ac.il/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Yossib</id>
	<title>PUBLIC-WIKI - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://public-wiki.iucc.ac.il/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Yossib"/>
	<link rel="alternate" type="text/html" href="http://public-wiki.iucc.ac.il/index.php/Special:Contributions/Yossib"/>
	<updated>2026-04-18T15:44:23Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>http://public-wiki.iucc.ac.il/index.php?title=MOAB_quick-start-guide&amp;diff=711</id>
		<title>MOAB quick-start-guide</title>
		<link rel="alternate" type="text/html" href="http://public-wiki.iucc.ac.il/index.php?title=MOAB_quick-start-guide&amp;diff=711"/>
		<updated>2018-05-06T07:15:46Z</updated>

		<summary type="html">&lt;p&gt;Yossib: /* Applications */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= MOAB Quick Start Guide =&lt;br /&gt;
&lt;br /&gt;
== MOAB description ==&lt;br /&gt;
MOAB is a cluster with 64 compute nodes based on Intel Harpertown processor and&lt;br /&gt;
interconnected with Infiniband network. Has a peak performance of 3.6 TFlops. Nodes have 8 cores, 64 GB memory and 1 TB&lt;br /&gt;
of local disk storage.&lt;br /&gt;
&lt;br /&gt;
== Connecting to the system ==&lt;br /&gt;
* To access MOAB cluster, a SSH client (Secure Shell) must be used.&lt;br /&gt;
* For security reasons, access to our computing servers is restricted to Israeli university researchers only.&lt;br /&gt;
* Remote access will be set per PRACE application approval.&lt;br /&gt;
* Accessible through SSH protocol at hostname moab.iucc.ac.il. moab.iucc.ac.il is a prep area, where users may edit, compile, perform file management, and submit batch jobs.&lt;br /&gt;
&lt;br /&gt;
== Job submission ==&lt;br /&gt;
* Job submission using python&lt;br /&gt;
** will be updated soon...&lt;br /&gt;
* Job submission using slurm&lt;br /&gt;
*# Write a text file (job bash script) containing submission options and the list of commands to be executed (run.sh)&lt;br /&gt;
*# Submit the job with the ``sbatch run.sh`` command&lt;br /&gt;
*# Check job status with ``squeue -u $USER`` command&lt;br /&gt;
&lt;br /&gt;
== Applications ==&lt;br /&gt;
Applications use is configured through the “module” command:&lt;br /&gt;
* Available applications: &amp;lt;pre style=&amp;quot;color: red&amp;quot;&amp;gt;module avail&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Brief application user guide: &amp;lt;pre style=&amp;quot;color: red&amp;quot;&amp;gt;module help &amp;lt;application&amp;gt;/&amp;lt;version&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* For building applications using EasyBuild:&lt;br /&gt;
*# Run &amp;lt;pre style=&amp;quot;color: red&amp;quot;&amp;gt;module load EasyBuild/3.4.1&amp;lt;/pre&amp;gt;&lt;br /&gt;
*# Follow instructions on [http://easybuild.readthedocs.io/en/latest/Using_the_EasyBuild_command_line.html EasyBuild CLI documentation]&lt;br /&gt;
&lt;br /&gt;
== Storage and directories ==&lt;br /&gt;
* Each user has a local scratch disk on the node to work with.&lt;/div&gt;</summary>
		<author><name>Yossib</name></author>
	</entry>
	<entry>
		<id>http://public-wiki.iucc.ac.il/index.php?title=MOAB_quick-start-guide&amp;diff=710</id>
		<title>MOAB quick-start-guide</title>
		<link rel="alternate" type="text/html" href="http://public-wiki.iucc.ac.il/index.php?title=MOAB_quick-start-guide&amp;diff=710"/>
		<updated>2018-05-06T07:14:28Z</updated>

		<summary type="html">&lt;p&gt;Yossib: /* Applications */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= MOAB Quick Start Guide =&lt;br /&gt;
&lt;br /&gt;
== MOAB description ==&lt;br /&gt;
MOAB is a cluster with 64 compute nodes based on Intel Harpertown processor and&lt;br /&gt;
interconnected with Infiniband network. Has a peak performance of 3.6 TFlops. Nodes have 8 cores, 64 GB memory and 1 TB&lt;br /&gt;
of local disk storage.&lt;br /&gt;
&lt;br /&gt;
== Connecting to the system ==&lt;br /&gt;
* To access MOAB cluster, a SSH client (Secure Shell) must be used.&lt;br /&gt;
* For security reasons, access to our computing servers is restricted to Israeli university researchers only.&lt;br /&gt;
* Remote access will be set per PRACE application approval.&lt;br /&gt;
* Accessible through SSH protocol at hostname moab.iucc.ac.il. moab.iucc.ac.il is a prep area, where users may edit, compile, perform file management, and submit batch jobs.&lt;br /&gt;
&lt;br /&gt;
== Job submission ==&lt;br /&gt;
* Job submission using python&lt;br /&gt;
** will be updated soon...&lt;br /&gt;
* Job submission using slurm&lt;br /&gt;
*# Write a text file (job bash script) containing submission options and the list of commands to be executed (run.sh)&lt;br /&gt;
*# Submit the job with the ``sbatch run.sh`` command&lt;br /&gt;
*# Check job status with ``squeue -u $USER`` command&lt;br /&gt;
&lt;br /&gt;
== Applications ==&lt;br /&gt;
Applications use is configured through the “module” command:&lt;br /&gt;
* Available applications: &amp;lt;pre style=&amp;quot;color: red&amp;quot;&amp;gt;module avail&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Brief application user guide: &amp;lt;pre style=&amp;quot;color: red&amp;quot;&amp;gt;module help &amp;lt;application&amp;gt;/&amp;lt;version&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* For building applications using EasyBuild:&lt;br /&gt;
*# Run &amp;lt;pre style=&amp;quot;color: red&amp;quot;&amp;gt;module load EasyBuild/3.4.1&amp;lt;/pre&amp;gt;&lt;br /&gt;
*# Follow instructions on [EasyBuild CLI documentation](http://easybuild.readthedocs.io/en/latest/Using_the_EasyBuild_command_line.html)&lt;br /&gt;
&lt;br /&gt;
== Storage and directories ==&lt;br /&gt;
* Each user has a local scratch disk on the node to work with.&lt;/div&gt;</summary>
		<author><name>Yossib</name></author>
	</entry>
	<entry>
		<id>http://public-wiki.iucc.ac.il/index.php?title=MOAB_quick-start-guide&amp;diff=709</id>
		<title>MOAB quick-start-guide</title>
		<link rel="alternate" type="text/html" href="http://public-wiki.iucc.ac.il/index.php?title=MOAB_quick-start-guide&amp;diff=709"/>
		<updated>2018-05-06T07:13:58Z</updated>

		<summary type="html">&lt;p&gt;Yossib: /* Applications */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= MOAB Quick Start Guide =&lt;br /&gt;
&lt;br /&gt;
== MOAB description ==&lt;br /&gt;
MOAB is a cluster with 64 compute nodes based on Intel Harpertown processor and&lt;br /&gt;
interconnected with Infiniband network. Has a peak performance of 3.6 TFlops. Nodes have 8 cores, 64 GB memory and 1 TB&lt;br /&gt;
of local disk storage.&lt;br /&gt;
&lt;br /&gt;
== Connecting to the system ==&lt;br /&gt;
* To access MOAB cluster, a SSH client (Secure Shell) must be used.&lt;br /&gt;
* For security reasons, access to our computing servers is restricted to Israeli university researchers only.&lt;br /&gt;
* Remote access will be set per PRACE application approval.&lt;br /&gt;
* Accessible through SSH protocol at hostname moab.iucc.ac.il. moab.iucc.ac.il is a prep area, where users may edit, compile, perform file management, and submit batch jobs.&lt;br /&gt;
&lt;br /&gt;
== Job submission ==&lt;br /&gt;
* Job submission using python&lt;br /&gt;
** will be updated soon...&lt;br /&gt;
* Job submission using slurm&lt;br /&gt;
*# Write a text file (job bash script) containing submission options and the list of commands to be executed (run.sh)&lt;br /&gt;
*# Submit the job with the ``sbatch run.sh`` command&lt;br /&gt;
*# Check job status with ``squeue -u $USER`` command&lt;br /&gt;
&lt;br /&gt;
== Applications ==&lt;br /&gt;
Applications use is configured through the “module” command:&lt;br /&gt;
* Available applications: &amp;lt;pre style=&amp;quot;color: red&amp;quot;&amp;gt;module avail&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Brief application user guide: ``module help &amp;lt;application&amp;gt;/&amp;lt;version&amp;gt;``&lt;br /&gt;
* For building applications using EasyBuild:&lt;br /&gt;
*# Run ``module load EasyBuild/3.4.1``&lt;br /&gt;
*# Follow instructions on [EasyBuild CLI documentation](http://easybuild.readthedocs.io/en/latest/Using_the_EasyBuild_command_line.html)&lt;br /&gt;
&lt;br /&gt;
== Storage and directories ==&lt;br /&gt;
* Each user has a local scratch disk on the node to work with.&lt;/div&gt;</summary>
		<author><name>Yossib</name></author>
	</entry>
	<entry>
		<id>http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=708</id>
		<title>Security</title>
		<link rel="alternate" type="text/html" href="http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=708"/>
		<updated>2018-05-03T11:49:51Z</updated>

		<summary type="html">&lt;p&gt;Yossib: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bla Bla&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot; ==&lt;/div&gt;</summary>
		<author><name>Yossib</name></author>
	</entry>
	<entry>
		<id>http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=707</id>
		<title>Security</title>
		<link rel="alternate" type="text/html" href="http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=707"/>
		<updated>2018-05-03T11:48:45Z</updated>

		<summary type="html">&lt;p&gt;Yossib: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bla Bla&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot;===&lt;/div&gt;</summary>
		<author><name>Yossib</name></author>
	</entry>
	<entry>
		<id>http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=706</id>
		<title>Security</title>
		<link rel="alternate" type="text/html" href="http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=706"/>
		<updated>2018-05-03T11:47:03Z</updated>

		<summary type="html">&lt;p&gt;Yossib: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bla Bla&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
all that we&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot;==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot; === &amp;quot; == &amp;quot;&amp;quot;&amp;quot; =&lt;/div&gt;</summary>
		<author><name>Yossib</name></author>
	</entry>
	<entry>
		<id>http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=703</id>
		<title>Security</title>
		<link rel="alternate" type="text/html" href="http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=703"/>
		<updated>2018-05-03T11:44:10Z</updated>

		<summary type="html">&lt;p&gt;Yossib: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bla Bla&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
all that we&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot;==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot; ===&lt;/div&gt;</summary>
		<author><name>Yossib</name></author>
	</entry>
	<entry>
		<id>http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=702</id>
		<title>Security</title>
		<link rel="alternate" type="text/html" href="http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=702"/>
		<updated>2018-05-03T11:38:35Z</updated>

		<summary type="html">&lt;p&gt;Yossib: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bla Bla&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
all that we&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot;==&lt;/div&gt;</summary>
		<author><name>Yossib</name></author>
	</entry>
	<entry>
		<id>http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=701</id>
		<title>Security</title>
		<link rel="alternate" type="text/html" href="http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=701"/>
		<updated>2018-05-03T11:38:27Z</updated>

		<summary type="html">&lt;p&gt;Yossib: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bla Bla&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
all that we&lt;/div&gt;</summary>
		<author><name>Yossib</name></author>
	</entry>
	<entry>
		<id>http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=700</id>
		<title>Security</title>
		<link rel="alternate" type="text/html" href="http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=700"/>
		<updated>2018-05-03T11:30:04Z</updated>

		<summary type="html">&lt;p&gt;Yossib: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bla Bla&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot;===&lt;/div&gt;</summary>
		<author><name>Yossib</name></author>
	</entry>
	<entry>
		<id>http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=699</id>
		<title>Security</title>
		<link rel="alternate" type="text/html" href="http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=699"/>
		<updated>2018-05-03T11:29:56Z</updated>

		<summary type="html">&lt;p&gt;Yossib: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bla Bla&lt;/div&gt;</summary>
		<author><name>Yossib</name></author>
	</entry>
	<entry>
		<id>http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=698</id>
		<title>Security</title>
		<link rel="alternate" type="text/html" href="http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=698"/>
		<updated>2018-05-03T11:28:44Z</updated>

		<summary type="html">&lt;p&gt;Yossib: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bla Bla&lt;br /&gt;
&lt;br /&gt;
asdasd&lt;br /&gt;
&lt;br /&gt;
&amp;quot;=&lt;br /&gt;
&lt;br /&gt;
==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot; ==&lt;/div&gt;</summary>
		<author><name>Yossib</name></author>
	</entry>
	<entry>
		<id>http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=697</id>
		<title>Security</title>
		<link rel="alternate" type="text/html" href="http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=697"/>
		<updated>2018-05-03T11:28:37Z</updated>

		<summary type="html">&lt;p&gt;Yossib: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bla Bla&lt;br /&gt;
&lt;br /&gt;
asdasd&lt;br /&gt;
&lt;br /&gt;
&amp;quot;=&lt;br /&gt;
&lt;br /&gt;
==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot; ===&lt;/div&gt;</summary>
		<author><name>Yossib</name></author>
	</entry>
	<entry>
		<id>http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=696</id>
		<title>Security</title>
		<link rel="alternate" type="text/html" href="http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=696"/>
		<updated>2018-05-03T11:27:05Z</updated>

		<summary type="html">&lt;p&gt;Yossib: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bla Bla&lt;br /&gt;
&lt;br /&gt;
asdasd&lt;br /&gt;
&lt;br /&gt;
&amp;quot;=&lt;br /&gt;
&lt;br /&gt;
==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot; ===&lt;/div&gt;</summary>
		<author><name>Yossib</name></author>
	</entry>
	<entry>
		<id>http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=695</id>
		<title>Security</title>
		<link rel="alternate" type="text/html" href="http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=695"/>
		<updated>2018-05-03T11:26:56Z</updated>

		<summary type="html">&lt;p&gt;Yossib: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bla Bla&lt;br /&gt;
&lt;br /&gt;
asdasd&lt;br /&gt;
&lt;br /&gt;
&amp;quot;=&lt;br /&gt;
&lt;br /&gt;
==&lt;/div&gt;</summary>
		<author><name>Yossib</name></author>
	</entry>
	<entry>
		<id>http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=694</id>
		<title>Security</title>
		<link rel="alternate" type="text/html" href="http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=694"/>
		<updated>2018-05-03T11:25:03Z</updated>

		<summary type="html">&lt;p&gt;Yossib: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bla Bla&lt;br /&gt;
&lt;br /&gt;
asdasd&lt;br /&gt;
&lt;br /&gt;
&amp;quot;=&lt;/div&gt;</summary>
		<author><name>Yossib</name></author>
	</entry>
	<entry>
		<id>http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=693</id>
		<title>Security</title>
		<link rel="alternate" type="text/html" href="http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=693"/>
		<updated>2018-05-03T11:22:23Z</updated>

		<summary type="html">&lt;p&gt;Yossib: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bla Bla&lt;br /&gt;
&lt;br /&gt;
as&lt;br /&gt;
dasd&lt;br /&gt;
as&lt;br /&gt;
da&lt;br /&gt;
sd&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;==&lt;/div&gt;</summary>
		<author><name>Yossib</name></author>
	</entry>
	<entry>
		<id>http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=692</id>
		<title>Security</title>
		<link rel="alternate" type="text/html" href="http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=692"/>
		<updated>2018-05-03T11:11:34Z</updated>

		<summary type="html">&lt;p&gt;Yossib: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bla Bla&lt;br /&gt;
&lt;br /&gt;
as&lt;br /&gt;
dasd&lt;br /&gt;
as&lt;br /&gt;
da&lt;br /&gt;
sd&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
&amp;quot; ==&lt;/div&gt;</summary>
		<author><name>Yossib</name></author>
	</entry>
	<entry>
		<id>http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=691</id>
		<title>Security</title>
		<link rel="alternate" type="text/html" href="http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=691"/>
		<updated>2018-05-03T11:09:30Z</updated>

		<summary type="html">&lt;p&gt;Yossib: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bla Bla&lt;br /&gt;
&lt;br /&gt;
as&lt;br /&gt;
dasd&lt;br /&gt;
as&lt;br /&gt;
da&lt;br /&gt;
sd&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot; ===&lt;/div&gt;</summary>
		<author><name>Yossib</name></author>
	</entry>
	<entry>
		<id>http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=690</id>
		<title>Security</title>
		<link rel="alternate" type="text/html" href="http://public-wiki.iucc.ac.il/index.php?title=Security&amp;diff=690"/>
		<updated>2018-05-03T11:09:23Z</updated>

		<summary type="html">&lt;p&gt;Yossib: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bla Bla&lt;br /&gt;
&lt;br /&gt;
as&lt;br /&gt;
dasd&lt;br /&gt;
as&lt;br /&gt;
da&lt;br /&gt;
sd&lt;/div&gt;</summary>
		<author><name>Yossib</name></author>
	</entry>
	<entry>
		<id>http://public-wiki.iucc.ac.il/index.php?title=MOAB_quick-start-guide&amp;diff=684</id>
		<title>MOAB quick-start-guide</title>
		<link rel="alternate" type="text/html" href="http://public-wiki.iucc.ac.il/index.php?title=MOAB_quick-start-guide&amp;diff=684"/>
		<updated>2018-05-03T10:00:57Z</updated>

		<summary type="html">&lt;p&gt;Yossib: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= MOAB Quick Start Guide =&lt;br /&gt;
&lt;br /&gt;
== MOAB description ==&lt;br /&gt;
MOAB is a cluster with 64 compute nodes based on Intel Harpertown processor and&lt;br /&gt;
interconnected with Infiniband network. Has a peak performance of 3.6 TFlops. Nodes have 8 cores, 64 GB memory and 1 TB&lt;br /&gt;
of local disk storage.&lt;br /&gt;
&lt;br /&gt;
== Connecting to the system ==&lt;br /&gt;
* To access MOAB cluster, a SSH client (Secure Shell) must be used.&lt;br /&gt;
* For security reasons, access to our computing servers is restricted to Israeli university researchers only.&lt;br /&gt;
* Remote access will be set per PRACE application approval.&lt;br /&gt;
* Accessible through SSH protocol at hostname moab.iucc.ac.il. moab.iucc.ac.il is a prep area, where users may edit, compile, perform file management, and submit batch jobs.&lt;br /&gt;
&lt;br /&gt;
== Job submission ==&lt;br /&gt;
* Job submission using python&lt;br /&gt;
** will be updated soon...&lt;br /&gt;
* Job submission using slurm&lt;br /&gt;
*# Write a text file (job bash script) containing submission options and the list of commands to be executed (run.sh)&lt;br /&gt;
*# Submit the job with the ``sbatch run.sh`` command&lt;br /&gt;
*# Check job status with ``squeue -u $USER`` command&lt;br /&gt;
&lt;br /&gt;
== Applications ==&lt;br /&gt;
Applications use is configured through the “module” command:&lt;br /&gt;
* Available applications: ``module avail``&lt;br /&gt;
* Brief application user guide: ``module help &amp;lt;application&amp;gt;/&amp;lt;version&amp;gt;``&lt;br /&gt;
* For building applications using EasyBuild:&lt;br /&gt;
*# Run ``module load EasyBuild/3.4.1``&lt;br /&gt;
*# Follow instructions on [EasyBuild CLI documentation](http://easybuild.readthedocs.io/en/latest/Using_the_EasyBuild_command_line.html)&lt;br /&gt;
&lt;br /&gt;
== Storage and directories ==&lt;br /&gt;
* Each user has a local scratch disk on the node to work with.&lt;/div&gt;</summary>
		<author><name>Yossib</name></author>
	</entry>
	<entry>
		<id>http://public-wiki.iucc.ac.il/index.php?title=MOAB_quick-start-guide&amp;diff=683</id>
		<title>MOAB quick-start-guide</title>
		<link rel="alternate" type="text/html" href="http://public-wiki.iucc.ac.il/index.php?title=MOAB_quick-start-guide&amp;diff=683"/>
		<updated>2018-05-03T10:00:42Z</updated>

		<summary type="html">&lt;p&gt;Yossib: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= MOAB Quick Start Guide =&lt;br /&gt;
&lt;br /&gt;
== MOAB description ==&lt;br /&gt;
MOAB is a cluster with 64 compute nodes based on Intel Harpertown processor and&lt;br /&gt;
interconnected with Infiniband network. Has a peak performance of 3.6 TFlops. Nodes have 8 cores, 64 GB memory and 1 TB&lt;br /&gt;
of local disk storage.&lt;br /&gt;
&lt;br /&gt;
== Connecting to the system ==&lt;br /&gt;
* To access MOAB cluster, a SSH client (Secure Shell) must be used.&lt;br /&gt;
* For security reasons, access to our computing servers is restricted to Israeli university researchers only.&lt;br /&gt;
* Remote access will be set per PRACE application approval.&lt;br /&gt;
* Accessible through SSH protocol at hostname moab.iucc.ac.il. moab.iucc.ac.il is a prep area, where users may edit, compile, perform file management, and submit batch jobs.&lt;br /&gt;
&lt;br /&gt;
== Job submission ==&lt;br /&gt;
* Job submission using python&lt;br /&gt;
** will be updated soon...&lt;br /&gt;
* Job submission using slurm&lt;br /&gt;
*# Write a text file (job bash script) containing submission options and the list of commands to be executed (run.sh)&lt;br /&gt;
*# Submit the job with the ``sbatch run.sh`` command&lt;br /&gt;
*# Check job status with ``squeue -u $USER`` command&lt;br /&gt;
&lt;br /&gt;
== Applications ==&lt;br /&gt;
Applications use is configured through the “module” command:&lt;br /&gt;
* Available applications: ``module avail``&lt;br /&gt;
* Brief application user guide: ``module help &amp;lt;application&amp;gt;/&amp;lt;version&amp;gt;``&lt;br /&gt;
* For building applications using EasyBuild:&lt;br /&gt;
*# Run ``module load EasyBuild/3.4.1``&lt;br /&gt;
*# Follow instructions on [EasyBuild CLI documentation](http://easybuild.readthedocs.io/en/latest/Using_the_EasyBuild_command_line.html)&lt;br /&gt;
&lt;br /&gt;
== Storage and directories ==&lt;br /&gt;
* Each user has a local scratch disk on the node to work with.&lt;br /&gt;
&lt;br /&gt;
&amp;quot; ==&lt;/div&gt;</summary>
		<author><name>Yossib</name></author>
	</entry>
</feed>