mmm

allOneString = sprintf('%.0f,' , n);
allOneString = allOneString(1:end-1);
 
 
 
export PATH=$PATH:/home/m/ma/ma777/programs/omnetpp-5.2.1/bin/

module load gcc/6.2.0
module load openmpi/gcc-6.2/2.1.1
module load cmake/3.8.2
module load jdk/1.8.0_45
module load python/3.5.1
module load tcl-tk/8.6.0
module load shared
module load sge
module load gnuplot/4.6.3
module load perl/5.22.0 
 module load bzip2/1.0.6

submit job:  $ qsub cpptest.job -N "jobNameMOH"
Delete job:   $ qdel -j 12587227
jobs stat:      $ qstat -u ma777
jobs stat:      $ qstat -j 12587227

$ cd raptorqimplementation
$ ./raptorqimplementation -f omnetpp.ini  -n ../inet/src/inet/:../raptorqimplementation/


 find . -name "*.vec" -type f -delete|find . -name "*.sca" -type f -delete| find . -name "*.vci" -type f -delete | find . -name "*.csv" -type f -delete


git rm -r --cached simpletcpexample/.settings
$ git reset HEAD --hard
$ git commit -v
$  git commit -a -m 'HPC jobs queue'  
$  git push
to go back to specific commit:
$ git reset --hard 82e93c2 






$ ls
$ ls -al 
$ pwd

$ mkdir newDir
$ cd ..
$ cd ../../..
$ cd
 root directory
$ cd /

$"cd -"  it jumps to the last directory you were in.

$ rm -r <file or folder>
$ rm -rf <file or folder>



 create new text file
$touch <file.txt>
edit text file
$vim <file.txt>

==> to safe ESC--> shift+: --> wq

$gedit <file>


$ system_profiler | grep Processor
$ sysctl -n hw.ncpu
$ ldd --version
ldd (GNU libc) 2.12


git clone https://******@bitbucket.org/mzsala/inet-myprojects.git

git pull https://******@bitbucket.org/mzsala/inet-myprojects.git master




ssh -Y ma**@apollo.hpc.******.ac.uk




copying from local to server (at local terminal):
scp -r   /..../Desktop/Sim/1  ma***@apollo.hpc.****.ac.uk:/home/a/ar/ar364/geo1


 
copying from server to local
(at local terminal)::
scp -r  ma***@apollo.hpc.***.ac.uk:/home/a/ar/ar364/geo1/1/bin/reports/helsinki_GMStatsProReport.txt   /home/a/ar/ar364/Desktop
 

scp  -r   ma777@apollo.hpc.sussex.ac.uk:/its/home/ma777/omnetpp-linux/omnetpp-5.2.1-linux/samples/inet-myprojects/inet/src/inet/raptorqimplementation/FatTreeRQ/results        /Volumes/LocalDataHD/m/ma/ma777/Desktop/aaa

No comments: