Update PM git server

This commit is contained in:
2020-12-07 13:47:17 +01:00
parent 9a0ea08d72
commit 756c5dff92
19 changed files with 23 additions and 23 deletions

View File

@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
name = "bigsort";
src = builtins.fetchGit {
url = "ssh://git@bscpm02.bsc.es/dalvare1/bigsort.git";
url = "ssh://git@bscpm03.bsc.es/dalvare1/bigsort.git";
ref = "${gitBranch}";
};

View File

@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
name = "genseq";
src = builtins.fetchGit {
url = "ssh://git@bscpm02.bsc.es/dalvare1/bigsort.git";
url = "ssh://git@bscpm03.bsc.es/dalvare1/bigsort.git";
ref = "garlic/mpi+send+omp+task";
};

View File

@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
name = "shuffle";
src = builtins.fetchGit {
url = "ssh://git@bscpm02.bsc.es/dalvare1/bigsort.git";
url = "ssh://git@bscpm03.bsc.es/dalvare1/bigsort.git";
ref = "garlic/mpi+send+omp+task";
};

View File

@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
# src = /home/Computational/pmartin1/creams-simplified;
src = builtins.fetchGit {
url = "ssh://git@bscpm02.bsc.es/pmartin1/creams-simplified.git";
url = "ssh://git@bscpm03.bsc.es/pmartin1/creams-simplified.git";
ref = "${gitBranch}";
};

View File

@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
# src = /home/Computational/pmartin1/creams-simplified;
src = builtins.fetchGit {
url = "ssh://git@bscpm02.bsc.es/pmartin1/creams-simplified.git";
url = "ssh://git@bscpm03.bsc.es/pmartin1/creams-simplified.git";
ref = "${gitBranch}";
};

View File

@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
src = ~/heat;
#src = builtins.fetchGit {
# url = "ssh://git@bscpm02.bsc.es/garlic/apps/heat.git";
# url = "ssh://git@bscpm03.bsc.es/garlic/apps/heat.git";
# ref = "garlic";
#};

View File

@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
name = "hpccg";
src = builtins.fetchGit {
url = "ssh://git@bscpm02.bsc.es/mmaronas/HPCCG.git";
url = "ssh://git@bscpm03.bsc.es/mmaronas/HPCCG.git";
ref = "mmaronas-development";
};

View File

@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
name = "hpcg";
src = builtins.fetchGit {
url = "ssh://git@bscpm02.bsc.es/rpenacob/garlic-hpcg.git";
url = "ssh://git@bscpm03.bsc.es/rpenacob/garlic-hpcg.git";
ref = "${gitBranch}";
};

View File

@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
name = "ifsker";
src = builtins.fetchGit {
url = "ssh://git@bscpm02.bsc.es/ksala/ifsker.git";
url = "ssh://git@bscpm03.bsc.es/ksala/ifsker.git";
ref = "master";
};

View File

@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
name = "lulesh";
src = builtins.fetchGit {
url = "ssh://git@bscpm02.bsc.es/mmaronas/lulesh.git";
url = "ssh://git@bscpm03.bsc.es/mmaronas/lulesh.git";
ref = "master";
};

View File

@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
name = "miniamr";
src = builtins.fetchGit {
url = "ssh://git@bscpm02.bsc.es/ksala/miniamr.git";
url = "ssh://git@bscpm03.bsc.es/ksala/miniamr.git";
ref = "master";
};

View File

@@ -6,7 +6,7 @@
, mcxx ? null
, cflags ? null
, gitBranch
, gitURL ? "ssh://git@bscpm02.bsc.es/garlic/apps/nbody.git"
, gitURL ? "ssh://git@bscpm03.bsc.es/garlic/apps/nbody.git"
, blocksize ? 2048
}:

View File

@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
name = "saiph";
src = builtins.fetchGit {
url = "ssh://git@bscpm02.bsc.es/DSLs/saiph.git";
url = "ssh://git@bscpm03.bsc.es/DSLs/saiph.git";
ref = "${gitBranch}";
};