###Step 1:
Note: Before install, load the following modules
$ moudle load cmake gccNote: Use the following cmake command (change install dir)
$ cmake -D CMAKE_INSTALL_PREFIX=/user/kmarcus2/Elemental/install -D CMAKE_CXX_COMPILER=/util/academic/gcc/gcc-4.8.2/bin/g++ -D CMAKE_C_COMPILER=/util/academic/gcc/gcc-4.8.2/bin/gcc ..###Step 2:
You might have to change the some paths in the make file, then just run make
$ make###Step 3:
Run the program (usually on a debug node)
$ mpirun -np 1 ./kyle-coifman-elemental Topsar360m.txt###Config:
The configuraion file is coifman.h, change this and re-compile