Skip to content

kylemarcus/coifman-elemental

Repository files navigation

Coifman Elemental

###Step 1:

Install libElemental

Note: Before install, load the following modules

$ moudle load cmake gcc

Note: 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages