Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
"Fix" tesh files, by adding blank lines in the expected outputs.
authordegomme <augustin.degomme@unibas.ch>
Fri, 2 Sep 2016 16:00:23 +0000 (18:00 +0200)
committerdegomme <augustin.degomme@unibas.ch>
Fri, 2 Sep 2016 16:00:23 +0000 (18:00 +0200)
teshsuite/smpi/coll-alltoallv/coll-alltoallv.tesh
teshsuite/smpi/pt2pt-pingpong/pt2pt-pingpong.tesh
teshsuite/smpi/type-hvector/type-hvector.tesh
teshsuite/smpi/type-vector/type-vector.tesh

index eee1a26..995a436 100644 (file)
@@ -116,6 +116,5 @@ $ ${bindir:=.}/../../../bin/smpirun -map -hostfile ../hostfile_coll -platform ..
 > [15] sbuf: (#256): [1500][1501][1502][1503][1504][1505][1506][1507][1508][1509][1510][1511][1512][1513][1514][1515][1516][1517][1518][1519][1520][1521][1522][1523][1524][1525][1526][1527][1528][1529][1530][1531][1532][1533][1534][1535][1536][1537][1538][1539][1540][1541][1542][1543][1544][1545][1546][1547][1548][1549][1550][1551][1552][1553][1554][1555][1556][1557][1558][1559][1560][1561][1562][1563][1564][1565][1566][1567][1568][1569][1570][1571][1572][1573][1574][1575][1576][1577][1578][1579][1580][1581][1582][1583][1584][1585][1586][1587][1588][1589][1590][1591][1592][1593][1594][1595][1596][1597][1598][1599][1600][1601][1602][1603][1604][1605][1606][1607][1608][1609][1610][1611][1612][1613][1614][1615][1616][1617][1618][1619][1620][1621][1622][1623][1624][1625][1626][1627][1628][1629][1630][1631][1632][1633][1634][1635][1636][1637][1638][1639][1640][1641][1642][1643][1644][1645][1646][1647][1648][1649][1650][1651][1652][1653][1654][1655][1656][1657][1658][1659][1660][1661][1662][1663][1664][1665][1666][1667][1668][1669][1670][1671][1672][1673][1674][1675][1676][1677][1678][1679][1680][1681][1682][1683][1684][1685][1686][1687][1688][1689][1690][1691][1692][1693][1694][1695][1696][1697][1698][1699][1700][1701][1702][1703][1704][1705][1706][1707][1708][1709][1710][1711][1712][1713][1714][1715][1716][1717][1718][1719][1720][1721][1722][1723][1724][1725][1726][1727][1728][1729][1730][1731][1732][1733][1734][1735][1736][1737][1738][1739][1740][1741][1742][1743][1744][1745][1746][1747][1748][1749][1750][1751][1752][1753][1754][1755]
 > [15] scount: (#16): [0][1][2][3][4][5][6][7][8][9][10][11][12][13][14][15]
 > [15] sdisp: (#16): [0][1][3][6][10][15][21][28][36][45][55][66][78][91][105][120]
->
 > Alltoallv TEST COMPLETE.
 
index 82a59fa..1bc4ff4 100644 (file)
@@ -3,6 +3,11 @@ p Test pingpong
 ! output sort
 $ ${bindir:=.}/../../../bin/smpirun -map -hostfile ../hostfile -platform ../../../examples/platforms/small_platform.xml -np 4 ${bindir:=.}/pt2pt-pingpong -q --log=smpi_kernel.thres:warning
 >     *** Ping-pong test (MPI_Send/MPI_Recv) ***
+>
+>
+>
+>
+>
 > == pivot=0 : pingpong [0] <--> [1]
 > == pivot=1 : pingpong [1] <--> [2]
 > == pivot=2 : pingpong [2] <--> [3]
index 138ed78..8143266 100644 (file)
@@ -11,30 +11,37 @@ $ ${bindir:=.}/../../../bin/smpirun -map -hostfile ../hostfile -platform ../../.
 > rank= 0, a[0][1]=1.000000
 > rank= 0, a[0][2]=2.000000
 > rank= 0, a[0][3]=3.000000
+>
 > rank= 0, a[1][0]=4.000000
 > rank= 0, a[1][1]=5.000000
 > rank= 0, a[1][2]=6.000000
 > rank= 0, a[1][3]=7.000000
+>
 > rank= 0, a[2][0]=8.000000
 > rank= 0, a[2][1]=9.000000
 > rank= 0, a[2][2]=10.000000
 > rank= 0, a[2][3]=11.000000
+>
 > rank= 0, a[3][0]=12.000000
 > rank= 0, a[3][1]=13.000000
 > rank= 0, a[3][2]=14.000000
 > rank= 0, a[3][3]=15.000000
+>
 > rank= 1, a[0][0]=0.000000
 > rank= 1, a[0][1]=0.000000
 > rank= 1, a[0][2]=0.000000
 > rank= 1, a[0][3]=0.000000
+>
 > rank= 1, a[1][0]=4.000000
 > rank= 1, a[1][1]=0.000000
 > rank= 1, a[1][2]=0.000000
 > rank= 1, a[1][3]=0.000000
+>
 > rank= 1, a[2][0]=8.000000
 > rank= 1, a[2][1]=0.000000
 > rank= 1, a[2][2]=0.000000
 > rank= 1, a[2][3]=0.000000
+>
 > rank= 1, a[3][0]=12.000000
 > rank= 1, a[3][1]=0.000000
 > rank= 1, a[3][2]=0.000000
index 1be8935..eff6342 100644 (file)
@@ -11,30 +11,37 @@ $ ${bindir:=.}/../../../bin/smpirun -map -hostfile ../hostfile -platform ${srcdi
 > rank= 0, a[0][1]=1.000000
 > rank= 0, a[0][2]=2.000000
 > rank= 0, a[0][3]=3.000000
+>
 > rank= 0, a[1][0]=4.000000
 > rank= 0, a[1][1]=5.000000
 > rank= 0, a[1][2]=6.000000
 > rank= 0, a[1][3]=7.000000
+>
 > rank= 0, a[2][0]=8.000000
 > rank= 0, a[2][1]=9.000000
 > rank= 0, a[2][2]=10.000000
 > rank= 0, a[2][3]=11.000000
+>
 > rank= 0, a[3][0]=12.000000
 > rank= 0, a[3][1]=13.000000
 > rank= 0, a[3][2]=14.000000
 > rank= 0, a[3][3]=15.000000
+>
 > rank= 1, a[0][0]=0.000000
 > rank= 1, a[0][1]=0.000000
 > rank= 1, a[0][2]=0.000000
 > rank= 1, a[0][3]=0.000000
+>
 > rank= 1, a[1][0]=4.000000
 > rank= 1, a[1][1]=0.000000
 > rank= 1, a[1][2]=0.000000
 > rank= 1, a[1][3]=0.000000
+>
 > rank= 1, a[2][0]=8.000000
 > rank= 1, a[2][1]=0.000000
 > rank= 1, a[2][2]=0.000000
 > rank= 1, a[2][3]=0.000000
+>
 > rank= 1, a[3][0]=12.000000
 > rank= 1, a[3][1]=0.000000
 > rank= 1, a[3][2]=0.000000