Testing saiph app

This commit is contained in:
2020-06-30 12:19:36 +02:00
parent 74222706bf
commit a1f33444b5
4 changed files with 146 additions and 4 deletions

View File

@@ -17,6 +17,10 @@ stdenv.mkDerivation rec {
dontStrip = true;
patchPhase = ''
sed -i 's/mpicc/mpigcc/g' Makefile
'';
buildInputs = [
nanos6
mpi