Update PM git server

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

10
README
View File

@ -77,16 +77,16 @@ ABSTRACT
Then, configure it for use in the ~/.ssh/config file, adding:
Host bscpm02.bsc.es
Host bscpm03.bsc.es
IdentityFile ~/.ssh/id_rsa
Finally verify the SSH connection to the server works and you get a
greeting from the GitLab server with your username:
xeon07$ ssh git@bscpm02.bsc.es
xeon07$ ssh git@bscpm03.bsc.es
PTY allocation request failed on channel 0
Welcome to GitLab, @rarias!
Connection to bscpm02.bsc.es closed.
Connection to bscpm03.bsc.es closed.
Verify that you can access nanos6/nanos6 repository (otherwise you
first need to ask to be granted read access), at:
@ -96,7 +96,7 @@ ABSTRACT
Finally, you should be able to download the nanos6/nanos6 git
repository without any password interaction by running:
xeon07$ git clone git@bscpm02.bsc.es:nanos6/nanos6.git
xeon07$ git clone git@bscpm03.bsc.es:nanos6/nanos6.git
You will also need to access MareNostrum 4 from the xeon07 node, in
order to submit experiments. Add the following lines as well to the
@ -129,7 +129,7 @@ ABSTRACT
Now you are ready to build and install packages with nix. Clone the
bscpkgs repository:
xeon07$ git clone git@bscpm02.bsc.es:rarias/bscpkgs.git
xeon07$ git clone git@bscpm03.bsc.es:rarias/bscpkgs.git
Nix looks in the current folder for a file named "default.nix" for
packages, so go to the repo directory:

View File

@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
# and specify nanos6 at run time.
src = builtins.fetchGit {
url = "ssh://git@bscpm02.bsc.es/llvm-ompss/llvm-mono.git";
url = "ssh://git@bscpm03.bsc.es/llvm-ompss/llvm-mono.git";
ref = "master";
};
}

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
#src = /home/Computational/rarias/mcxx;
src = builtins.fetchGit {
url = "ssh://git@bscpm02.bsc.es/rarias/mcxx";
url = "ssh://git@bscpm03.bsc.es/rarias/mcxx";
rev = "44129a6ac05b8f78b06e9e2eff71438b5ca4d29f";
};

View File

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

View File

@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
pname = "nixtools";
version = "${src.shortRev}";
src = builtins.fetchGit {
url = "ssh://git@bscpm02.bsc.es/rarias/nixtools";
url = "ssh://git@bscpm03.bsc.es/rarias/nixtools";
ref = "master";
};
buildInputs = [ glibc.static ];

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
dontDisableStatic = true;
makeFlags = [ "V=1" ];
src = builtins.fetchGit {
url = "ssh://git@bscpm02.bsc.es/interoperability/tampi";
url = "ssh://git@bscpm03.bsc.es/interoperability/tampi";
ref = "master";
};
}

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}";
};