Spirals-Team / benchmark-containers

A repository of benchmarks packaged as Docker containers
https://hub.docker.com/r/spirals
Apache License 2.0
18 stars 9 forks source link

Adding the NPB container (Issue #9) #2

Closed MensObscura closed 8 years ago

MensObscura commented 8 years ago

It still remain problem some at runtime, but you already can try the container.

rouvoy commented 8 years ago

Pourquoi le code est importé manuellement et pas téléchargé depuis un dépôt distant ? Si le code a été modifié pour compiler correctement dans Docker, dans ce cas il faut préparer un patch qui sera appliqué pendant la compilation. Seul le patch peut alors être téléchargé depuis ce dépôt.

MensObscura commented 8 years ago

Woo, just ask for it , it's chrismas ! Distant version Pushed ! I'm still working on the cell size problem.

mcolmant commented 8 years ago

Some benchmarks are not usable with some parameters and some classes (bt or sp are excellent candidates). I'm suspecting the compiler. Could you try to use gfortran instead of mpif77? My preliminary tests are encouraging.

Don't forget to rebase your commits, and use the guidelines for the format (https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit)

mcolmant commented 8 years ago

@MensObscura I don't why this pull request was closed. Read my comments and do a new pull request ;-)