Oct 21, 2016

Reverse Engineering

Ida Pro /cheatengine

1.Intro: https://www.youtube.com/watch?v=cATBah30jk0

2. https://www.youtube.com/watch?v=fgMl0Uqiey8



3. https://www.youtube.com/watch?v=7gFaMlIevM0



Aug 22, 2016

Excell functions

http://superuser.com/questions/646759/scatter-chart-with-one-text-non-numerical-axis

https://www.extendoffice.com/documents/excel/1783-excel-remove-text-before-character.html

Aug 10, 2016

cloverlf - openacc

export COMPILER=PGI
export OMP_NUM_THREADS=4

make COMPILER=PGI MPI_COMPILER=ftn  C_MPI_COMPILER=cc DEBUG=1 IEEE=1


cloverlf -cuda

make COMPILER=PGI NV_ARCH=INTERLAGOS -j 6 C_MPI_COMPILER=cc MPI_COMPILER=ftn

cloverlf-openMP

 make COMPILER=PGI MPI_COMPILER=ftn C_MPI_COMPILER=cc DEBUG=1 IEEE=1

Aug 9, 2016

oxbow installation - ARCH=pgi

my steps--------------------
/autogen.sh
./configure CC=cc CXX=cc FC=ftn ARCH=INTERLAGOS --prefix=/ccs/home/uma/summer16/cloverlf/oxbow/src/oxbow

questions------------------------------
1. ​Do I use only static analysis? If so oxbow has to be configured again with --enable-tool=src-stat
2. Does the tool have to be configured for different architecture for CUDA and OpenCL?

Jun 13, 2016

OpenARC build on Titan

add module cudatoolkit

edit build.sh
run build.sh
then run batchmake.bash in openarc/openarct directory according to the readme file

move the files to work directory
export ACC_DEVICE_TYPE=NVIDIA
 export ACC_DEVICE_NUM=1


Jun 10, 2016

openarc build

Reading Links

Writing Compilers:

        http://compilers.iecc.com/crenshaw/

LLVM
       http://adriansampson.net/blog/llvm.html




Notes to Self

new commands:
      module spider

Target systems include titan

https://portal.tacc.utexas.edu/user-guides/stampede


Build environment

* module load cuda/7.0 llvm/3.3 jdk32
*  export OPENARC_ARCH=0

export LD_LIBRARY_PATH=/opt/apps/intel/opencl/lib64:$LD_LIBRARY_PATH

Compilation

* Use the nvcc compiler on the login node to compile code, 
* Execute the compiler command with the "-lOpenCL
prepend the "/opt/apps/intel/opencl/lib64

*  Intel OpenCL Drivers and runtimes are supported at TACC for all installed Intel compilers.
set OMP_NUM_THREADS and$MIC_OMP_NUM_THREADS ?? How many
export OMP_NUM_THREADS=16
export OPENARCRT_VERBOSITY=0  (Le)

Running VIs
  $ [openarc-path]/bin/openarc [options] [C files]
Available OpenARC commandline options can be found either in [openarc-path]/test/openarcConf.sample or by running the following command:
  $ [openarc-path]/bin/openarc -dump-options





To run an OpenGL/X application from a VNC desktop command prompt:
  c442-0011$ vglrun [vglrun options] application application-args

Followers