Skip to content

pramod/mpisat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The MPI solver is in the psat directory.

INSTRUCTIONS

1. Compiling:

$ cd psat/
$ export MROOT=`pwd`
$ cd core
$ make

2. Running:

Make sure the MPI daemon is running. To start it use the command: 

$ mpd &

Run the solver using a commandline like the following:

$ mpirun -n 4 ./minisat <cnf-file>

Replace 4 with the number of cores you want the solver to use.



About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published