Skip to content

Commit

Permalink
Merge pull request #26 from nikosT/packages-npb-is
Browse files Browse the repository at this point in the history
Add IS benchmark in NPB
  • Loading branch information
augu5te authored Feb 6, 2024
2 parents 043a63d + ed538fc commit 4e1326d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/npb/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, lib, fetchurl, openmpi, automake, gfortran, bc, benchs ? "ep cg mg ft bt sp lu", classes ? "A B C D E F", buildOmp ? true }:
{ stdenv, lib, fetchurl, openmpi, automake, gfortran, bc, benchs ? "ep cg mg ft bt sp lu is", classes ? "A B C D E F", buildOmp ? true }:

stdenv.mkDerivation rec {
name = "NPB-${version}";
Expand Down

0 comments on commit 4e1326d

Please sign in to comment.