Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix git-version in smpi scripts.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 25 Jan 2022 14:33:09 +0000 (15:33 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 25 Jan 2022 14:33:09 +0000 (15:33 +0100)
Thanks Tom Cornebize for reporting.

src/smpi/smpicc.in
src/smpi/smpicxx.in
src/smpi/smpif90.in
src/smpi/smpiff.in
src/smpi/smpirun.in

index 9db4630ce7cca174541e07120d3e76525d0df8a1..7ed93ffa441795a977b9fb48ac72b1696743e569 100755 (executable)
@@ -7,7 +7,7 @@
 # under the terms of the license (GNU LGPL) which comes with this package.
 
 SIMGRID_VERSION="@SIMGRID_VERSION_STRING@"
-SIMGRID_GITHASH="@SIMGRID_GITHASH@"
+SIMGRID_GITHASH="@GIT_VERSION@"
 
 CC=@CMAKE_C_COMPILER@
 
index 6463277973bbfea9581b77ebbaa0c71159d284bc..ac2beeb4ba386a541c0812877cf445608c53f08e 100755 (executable)
@@ -7,7 +7,7 @@
 # under the terms of the license (GNU LGPL) which comes with this package.
 
 SIMGRID_VERSION="@SIMGRID_VERSION_STRING@"
-SIMGRID_GITHASH="@SIMGRID_GITHASH@"
+SIMGRID_GITHASH="@GIT_VERSION@"
 
 CXX=@CMAKE_CXX_COMPILER@
 
index 588dee43311bbc2c2f9c19d3a26d35d0a90215d2..2bae9781bdbe1fd2b003f49ab8fbef77307d9b49 100644 (file)
@@ -6,7 +6,7 @@
 # under the terms of the license (GNU LGPL) which comes with this package.
 
 SIMGRID_VERSION="@SIMGRID_VERSION_STRING@"
-SIMGRID_GITHASH="@SIMGRID_GITHASH@"
+SIMGRID_GITHASH="@GIT_VERSION@"
 
 REAL_FORTRAN_COMPILER=@SMPI_Fortran_COMPILER@
 
index 6bb53c02ae88be346158b0debb5dc3b568e9109a..fa32a9cf1c546345935edf1701f0f9fc2d365cc7 100644 (file)
@@ -6,7 +6,7 @@
 # under the terms of the license (GNU LGPL) which comes with this package.
 
 SIMGRID_VERSION="@SIMGRID_VERSION_STRING@"
-SIMGRID_GITHASH="@SIMGRID_GITHASH@"
+SIMGRID_GITHASH="@GIT_VERSION@"
 
 REAL_FORTRAN_COMPILER=@SMPI_Fortran_COMPILER@
 
index 7f31a98acee321e2f1b60baccf791a4feb7e2a39..ef1eb1df26c92d9ef2ff5a24f666f7bd1ee6a49c 100755 (executable)
@@ -8,7 +8,7 @@
 @CMAKE_SMPI_COMMAND@
 
 SIMGRID_VERSION="@SIMGRID_VERSION_STRING@"
-SIMGRID_GITHASH="@SIMGRID_GITHASH@"
+SIMGRID_GITHASH="@GIT_VERSION@"
 
 DEFAULT_LOOPBACK_BANDWIDTH="498000000Bps"
 DEFAULT_LOOPBACK_LATENCY="0.000004s"