Jul 24, 2013

Setting up SSH keys in the cluster

[umunipala@griffin ~]$ ssh-keygen -t rsa -C "rsa key generated july 24"
Generating public/private rsa key pair.
Enter file in which to save the key (/home/umunipala/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /home/umunipala/.ssh/id_rsa.
Your public key has been saved in /home/umunipala/.ssh/id_rsa.pub.
The key fingerprint is:
e3:96:48:63:7c:38:79:c6:3c:02:bb:e3:9c:1b:39:49 rsa key generated july 24
The key's randomart image is:
+--[ RSA 2048]----+
|                 |
|                 |
|    .            |
|     + =         |
|    E X S        |
|   . * X +       |
|    B . +        |
|   o = .         |
|    =.           |
+-----------------+
[umunipala@griffin ~]$
[umunipala@griffin ~]$ cd /home/umunipala/.ssh/
[umunipala@griffin .ssh]$ ls
authorized_keys  id_dsa  id_dsa.pub  id_rsa  id_rsa.pub  known_hosts


Shortnotes on Gamess Installation

Gamess Installation

Run the config script in /home/umunipala/research/gamess/games/gamess

After configuring goto
/home/umunipala/research/gamess/games/gamess/ddi

Run compdd script which generates the .x files

Create a temporary memory location /home/umunipala/research/gamess/games/gamess/ddi/temp

Run the ddi_test.x file
./ddikick.x /home/umunipala/research/gamess/games/gamess/ddi/ddi_test.x /home/umunipala/research/gamess/games/gamess/gamess.13.x gamess.13.x -ddi 1 1 griffin -scr /home/umunipala/research/gamess/games/gamess/ddi/temp

-------------------------------------------------------------------------------------------------------
Running from NetBeans

Highlight the project and goto Run window -> set project configuration-> customize

Give
./ddikick.x /home/umunipala/research/gamess/games/gamess/ddi/ddi_test.x /home/umunipala/research/gamess/games/gamess/gamess.13.x gamess.13.x -ddi 1 1 griffin -scr /home/umunipala/research/gamess/games/gamess/ddi/temp


---------------------------------------------------------------------------------------------------------
ddi configuration in ssh

Changed the write permission in scratch memory
/home/umunipala/research/gamess/games/gamess/ddi/temp
(I gave all rwx permissions) >> chmod 777 /home/umunipala/research/gamess/games/gamess/ddi/temp
Then run in 2 nodes in the cluster (after setting ssh & mpi)
>> /home/umunipala/research/gamess/games/gamess/ddi/ddikick.x /home/umunipala/research/gamess/games/gamess/ddi/ddi_test.x /home/umunipala/research/gamess/games/gamess/gamess.13.x gamess.13.x -ddi 2 4 172.16.0.1:cpus=2 172.16.0.1:cpus=2 -scr home/umunipala/research/gamess/games/gamess/ddi/temp








Jul 22, 2013

Creating a remote project in Netbeans

New project options wont work when you have to create a remote project. Easiest way is to click this icon and select your project or create new one.




Followers