Skip to content

pacs-course/PACS-Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PACS-Project

Elia Cunial ([email protected]) PACS-ANEDP project. The project is an advanced and flexible implementation of the work in https://arxiv.org/abs/1708.02276.

Requirements

Tools:

  • make version 4.3
  • cmake version 3.18.2
  • g++ version 10.2.0
  • Open MPI version 4.0.4

Utilities:

  • wget
  • unzip
  • awk

Install

To install everything you can run the install.sh script that will download and compile the Neural netowrks library used in the examples inside models folder.

Usage

you can run mpirun build/apps/program --help to list all the possible options that you can tweak from command line, the model you wish to run is selected at run time from command line among all the .so files in the models folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.3%
  • Makefile 10.4%
  • Other 1.3%