Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Unnecessary newlines.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 22 Mar 2022 12:54:44 +0000 (13:54 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 22 Mar 2022 12:54:44 +0000 (13:54 +0100)
[ci-skip]

src/smpi/include/smpi_comm.hpp
teshsuite/smpi/MBI/CollP2PMatchingGenerator.py
teshsuite/smpi/MBI/P2PInvalidComGenerator.py
teshsuite/smpi/MBI/P2PMatchingANYSRCGenerator.py
teshsuite/smpi/MBI/P2PMatchingGenerator.py
teshsuite/smpi/MBI/RMAArgGenerator.py
teshsuite/smpi/MBI/RMARemoteRemoteConcurrencyGenerator.py

index 82bf722..7132522 100644 (file)
@@ -102,7 +102,6 @@ public:
   void increment_received_messages_count(int src, int dst, int tag);
   unsigned int get_collectives_count();
   void increment_collectives_count();
-
 };
 
 } // namespace smpi
index d73d637..5a11cef 100755 (executable)
@@ -131,4 +131,3 @@ for s in send + isend:
             #  replace['fini1'] = fini[r]("2") 
             #  replace['fini2'] = fini[s]("1") 
             #  make_file(template, f'CollP2PBuffering_{r}_{s}_{c}_nok.c', replace)
-
index 93c4543..c44bb90 100755 (executable)
@@ -118,4 +118,3 @@ for p1 in send + isend + psend:
         replace['change_com1'] = 'newcom = MPI_COMM_NULL;'
         replace['change_com2'] = ""
         make_file(template, f'InvalidParam_ComNull_{p1}_{p2}nok.c', replace)
-
index 4576864..840d5ca 100755 (executable)
@@ -107,4 +107,3 @@ for s in send + isend:
         replace['outcome'] = 'ERROR: MessageRace' 
         replace['errormsg'] = 'P2P message race which can cause a deadlock. @{r}@ at @{filename}@:@{line:MBIERROR}@ is called with ANY_SRC.'
         make_file(template, f'MessageRace_{r}_{s}_nok.c', replace)
-
index e6553c1..4698b13 100755 (executable)
@@ -133,4 +133,3 @@ for s in send + isend + ssend + bsend:
         replace['operation1'] =  operation[s]("1")
         replace['operation2'] = operation[r]("2")
         make_file(template, f'CallOrdering_{r}_{s}_nok.c', replace)
-
index 4930ff7..deefa08 100755 (executable)
@@ -107,4 +107,3 @@ for e in epoch:
         replace['change_arg'] = 'MPI_Type_contiguous (2, MPI_INT, &type); MPI_Type_commit(&type);MPI_Type_free(&type); /* MBIERROR2 */' 
         replace['errormsg'] = 'Invalid Datatype in @{p}@ at @{filename}@:@{line:MBIERROR}@'
         make_file(template, f'InvalidParam_DatatypeCond_{e}_{p}_nok.c', replace)
-
index c856c6d..af8c313 100755 (executable)
@@ -94,4 +94,3 @@ for e in epoch:
         replace['outcome'] = 'ERROR: GlobalConcurrency' 
         replace['errormsg'] = 'Global Concurrency error. @{p1}@ at @{filename}@:@{line:MBIERROR1}@ conflicts in process 1'
         make_file(template, f'GlobalConcurrency_rr_{e}_{p1}_nok.c', replace)
-