mahowa / CellProfilingHPC

Final for High performance computing 2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CellProfilingHPC

Final for High performance computing 2018

To install:

run install_packages.sh *Must have root access -- type 'sh install_packages.sh' to execute

To Run:

mpirun -n 4 python cell_profiler.py 4

  • change integer value after -n to adjust how many mpi tasks to use
  • change last int value to adjust how many openmp threads to use

For ease there is a run.sh file that can be modified. type 'sh run.sh' to execute

To change the files used you will need to manually change them in cell_profiler.py or rename the files to what the program wants

About

Final for High performance computing 2018


Languages

Language:C++ 38.6%Language:C 30.6%Language:Python 30.1%Language:Batchfile 0.3%Language:Makefile 0.2%Language:HTML 0.1%Language:Shell 0.1%