Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argopkgs
Commits
df816997
Commit
df816997
authored
Dec 03, 2018
by
Valentin Reis
Browse files
[pkgs] fixing sample applications.
parent
7d4fdce1
Changes
4
Hide whitespace changes
Inline
Side-by-side
argo.nixops
0 → 100644
View file @
df816997
File added
pkgs/applications/simple/dgemm_randomwalk.nix
View file @
df816997
{
stdenv
,
src
,
zeromq
,
intel
,
gsl
,
libnrm
,
mpich2
}:
{
stdenv
,
src
,
intel
,
gsl
,
libnrm
,
mpich2
}:
stdenv
.
mkDerivation
{
inherit
src
;
name
=
"simple-benchmarks"
;
requiredSystemFeatures
=
[
"icc"
];
buildInputs
=
[
zeromq
intel
.
mkl
intel
.
WrappedICC
gsl
libnrm
mpich2
];
buildInputs
=
[
intel
.
mkl
intel
.
WrappedICC
gsl
libnrm
mpich2
];
buildPhase
=
"cd simple; make"
;
...
...
pkgs/applications/simple/graph500.nix
View file @
df816997
{
stdenv
,
src
,
fetchgit
,
mpich2
,
zeromq
,
libnrm
}:
{
stdenv
,
src
,
fetchgit
,
mpich2
,
libnrm
}:
stdenv
.
mkDerivation
{
inherit
src
;
name
=
"graph500"
;
...
...
pkgs/default.nix
View file @
df816997
...
...
@@ -75,7 +75,7 @@ let
rec
{
raw
=
pkgs
.
lib
.
mapAttrs
rawApplication
paths
;
nrm
=
(
pkgs
.
lib
.
mapAttrs
instrumentedApplication
paths
)
//
{
dgemm_randomwalk
=
cpBothAlternatePin
applications/simple
{
inherit
intel
;
inherit
(
nodelevel
)
libnrm
;}
"dgemm_randomwalk"
;
dgemm_randomwalk
=
cpBothAlternatePin
applications/simple
{
inherit
(
nodelevel
)
libnrm
;}
"dgemm_randomwalk"
;
graph500
=
cpBothAlternatePin
applications/simple
{
inherit
(
nodelevel
)
libnrm
;}
"graph500"
;
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment