Status of Job "n18" to generate N=18:

100.0% generated
1860 / 1860 segments processed
2213983 compute seconds used
3516009200564 polycubes found


How to Contribute:

  1. Clone SnowmanPolycubeGenerator and build the executable.

  2. Create a job_processor.cfg file in the same directory as the job_processor.py file.
    Add the following information:

    [Job]
    job_server = https://snowman-polycube-server.vercel.app/jobs/n18/job-tickets
    job_folder = jobs

    [General]
    threads = <Your Processor Thread Count>
    cmd = ./polycube_generator
    contributor_name = <Your Contributor Name>

  3. Run the job_processor.py with python.