Skip to content

cfuchsberger/minimac

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository holds minimac.

To build optimized (objects in obj/ and bin in bin/):
  make
or
  make opt

To build with openmp (objects in obj/omp/ and bin in bin/omp/):
  make openmp

To build debug (objects in obj/debug/ and bin in bin/debug/):
  make debug

To build for profile (objects in obj/profile/ and bin in bin/profile/):
  make profile

To build everything (optimized, openmp, debug, and profile):
  make all

To clean (removes objects and binaries for all types):
  make clean

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published