<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.yambo-code.eu/wiki/index.php?action=history&amp;feed=atom&amp;title=Instructions_for_CECAM_students</id>
	<title>Instructions for CECAM students - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.yambo-code.eu/wiki/index.php?action=history&amp;feed=atom&amp;title=Instructions_for_CECAM_students"/>
	<link rel="alternate" type="text/html" href="https://wiki.yambo-code.eu/wiki/index.php?title=Instructions_for_CECAM_students&amp;action=history"/>
	<updated>2026-04-04T19:37:23Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.8</generator>
	<entry>
		<id>https://wiki.yambo-code.eu/wiki/index.php?title=Instructions_for_CECAM_students&amp;diff=2278&amp;oldid=prev</id>
		<title>Conor: Created page with &quot;The tutorials will be run on the CECAM linux &#039;&#039;cluster&#039;&#039;.   * If connecting from the CECAM iMac, your username is indicated on the terminal (&#039;&#039;tutoXY&#039;&#039;).   * If connecting fro...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.yambo-code.eu/wiki/index.php?title=Instructions_for_CECAM_students&amp;diff=2278&amp;oldid=prev"/>
		<updated>2017-05-02T13:16:15Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;The tutorials will be run on the CECAM linux &amp;#039;&amp;#039;cluster&amp;#039;&amp;#039;.   * If connecting from the CECAM iMac, your username is indicated on the terminal (&amp;#039;&amp;#039;tutoXY&amp;#039;&amp;#039;).   * If connecting fro...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The tutorials will be run on the CECAM linux &amp;#039;&amp;#039;cluster&amp;#039;&amp;#039;. &lt;br /&gt;
&lt;br /&gt;
* If connecting from the CECAM iMac, your username is indicated on the terminal (&amp;#039;&amp;#039;tutoXY&amp;#039;&amp;#039;). &lt;br /&gt;
&lt;br /&gt;
* If connecting from your notebook, choose a username [[CECAM accounts 2017|from this list (link)]]&lt;br /&gt;
&lt;br /&gt;
=== Standard tutorials: cecampc4 cluster ===&lt;br /&gt;
&lt;br /&gt;
Log into the cluster via: &lt;br /&gt;
 $ ssh -Y tutoXY@cecampc4.epfl.ch&lt;br /&gt;
replacing &amp;#039;&amp;#039;XY&amp;#039;&amp;#039; with the appropriate number.&lt;br /&gt;
&lt;br /&gt;
Next you &amp;#039;&amp;#039;&amp;#039;must&amp;#039;&amp;#039;&amp;#039; log into the linux cluster directly, using the node &amp;#039;&amp;#039;node0RS&amp;#039;&amp;#039; that is [[CECAM accounts 2017|associated with the username (link)]], and set up the tutorial as follows: &lt;br /&gt;
 $ ssh -Y node0RS &lt;br /&gt;
 $ pwd&lt;br /&gt;
 /nfs_home/tutoXY&lt;br /&gt;
 $ which pw.x yambo&lt;br /&gt;
 /nfs_home/tutoadmin/bin/pw.x&lt;br /&gt;
 /nfs_home/tutoadmin/bin/yambo&lt;br /&gt;
 $ cd /home/scratch/                 &amp;#039;&amp;#039;(NB: do &amp;#039;&amp;#039;&amp;#039;not&amp;#039;&amp;#039;&amp;#039; run on the /nfs_home partition!)&amp;#039;&amp;#039;&lt;br /&gt;
 $ mkdir yambo_YOUR_NAME             &amp;#039;&amp;#039;(there are more participants than accounts!)&amp;#039;&amp;#039;&lt;br /&gt;
 $ cd yambo_YOUR_NAME&lt;br /&gt;
 $ cp /nfs_home/tutoadmin/yambo-2017/tutorials/hBN.tar.gz .&lt;br /&gt;
 $ cp /nfs_home/tutoadmin/yambo-2017/tutorials/hBN-2D.tar.gz  .&lt;br /&gt;
 $ tar -zxvf hBN.tar.gz &lt;br /&gt;
 $ tar -zxvf hBN-2D.tar.gz   &lt;br /&gt;
 $ ls &lt;br /&gt;
 YAMBO_TUTORIALS&lt;br /&gt;
&lt;br /&gt;
If you used &amp;quot;ssh -Y&amp;quot;, X-forwarding, for plotting with gnuplot, &amp;#039;&amp;#039;should&amp;#039;&amp;#039; work. If not, try &amp;lt;code&amp;gt;set DISPLAY:0.0&amp;lt;/code&amp;gt; on your local machine; it might also help to keep one terminal open for plotting and the other for running codes. If all else fails, try the cool gnuplot trick &amp;lt;code&amp;gt;gnuplot&amp;gt; set terminal dumb&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Parallel tutorial: bellatrix cluster ===&lt;br /&gt;
&lt;br /&gt;
This cluster is equipped with 16-core nodes based on Intel processors. &lt;br /&gt;
A tutorial-dedicated queue (&amp;#039;&amp;#039;cecam_course&amp;#039;&amp;#039;) allows participants to access up to 20 nodes.&lt;br /&gt;
&lt;br /&gt;
First log into the cecam4 cluster via: &lt;br /&gt;
 $ ssh -Y tutoXY@cecampc4.epfl.ch&lt;br /&gt;
replacing &amp;#039;&amp;#039;XY&amp;#039;&amp;#039; with the appropriate number.&lt;br /&gt;
&amp;lt;!--, and find your allocated username &amp;#039;&amp;#039;tutoXY&amp;#039;&amp;#039; and node &amp;#039;&amp;#039;node0RS&amp;#039;&amp;#039; from [[CECAM-accounts-2017|this table]]. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next move into the bellatrix cluster via: &lt;br /&gt;
 $ ssh -Y cecam.schoolXY@bellatrix.epfl.ch&lt;br /&gt;
 $ cd /scratch/${USER}                 (NB: do not run in the /home folder!)&lt;br /&gt;
 $ mkdir yambo_YOUR_NAME               (there are more participants than accounts!)&lt;br /&gt;
 $ cd yambo_YOUR_NAME&lt;br /&gt;
replacing &amp;#039;&amp;#039;XY&amp;#039;&amp;#039; with the appropriate number.&lt;br /&gt;
&lt;br /&gt;
This cluster is equipped with 16-core nodes based on Intel processors. &lt;br /&gt;
&lt;br /&gt;
The Unix intel environment can be obtained by loading the following modules:&lt;br /&gt;
 module purge&lt;br /&gt;
 module load intel/16.0.3&lt;br /&gt;
 module load intelmpi/5.1.3&lt;br /&gt;
 module load python&lt;br /&gt;
&lt;br /&gt;
A tutorial-dedicated queue (&amp;#039;&amp;#039;cecam_course&amp;#039;&amp;#039;) allows participants to access up to 20 nodes.&lt;br /&gt;
In order to submit to this queue you will use a submission script &amp;#039;&amp;#039;run.sh&amp;#039;&amp;#039; you will find in the tarball provided for the tutorials.&lt;/div&gt;</summary>
		<author><name>Conor</name></author>
	</entry>
</feed>