CFAL Deployment

Deploy my software to the machines in the lab e.g. simu2

Mounted a network folder over samba (ackward, but works)
(did it through Places/Network)

Installed java /home/neil/java/...

Build jar for deployment with NetBeans

-sh-2.05b$ pwd
/home/neil/proj/CFAL/ex/rnd1
nohup nice -18 /home/neil/java/jre1.6.0_05/bin/java -Xmx1g -Xms1g -Djava.util.logging.config.file=logging.properties -jar /home/neil/proj/CFAL/dist/JavaProject1.jar program.properties &
 

dist in the same directory as experiment
nohup /home/neil/java/jre1.6.0_05/bin/java -Xmx1g -Xms1g -Djava.util.logging.config.file=logging.properties -jar ./dist/JavaProject1.jar program.properties &
 

 

To check which machines are running matlab:  /usr/local/matlab2/etc/lmstat -a

also do a top command to see if anything else is running

To see the bottom of the file as it is being written (concurrent) to use: tail -f  nohup.out

 tail nohup.out -n 1000 > data.tmp.txt

Name CPU type Clock Memory
simu1 Pentium 4 2.8 GHz 2 GB
simu2 Pentium 4 (dual) 2.8 GHz 2 GB
simu3 Pentium 4 (dual) 3.2 GHz 2 GB
simu4 Pentium 4 2.2 GHz 2 GB
simu5 Pentium 4 2.5 GHz 2 GB
simu6 Pentium 4 (dual) 3.2 GHz 2 GB
simu7 Pentium 4 (dual) 3.2 GHz 2 GB
simu8 Pentium 4 2.4 GHz 1 GB
simu9 Pentium 4 (dual) 3.4 GHz 3 GB
simu10 Pentium 4 2.0 GHz 1 GB

<!----------------------------------------------------------------------------------------->