Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] multithreading options
  • From: Joan Carmona Mercadé <JoanCarmona@xxxxxxxxxxx>
  • Date: Mon, 22 Sep 2025 20:28:00 +0000
  • Accept-language: ca-ES, es-ES, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=intrasl.net; dmarc=pass action=none header.from=intrasl.net; dkim=pass header.d=intrasl.net; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=9gFGy5S6HE37zbKasIyk4fOv7J9jtRpKetbgWwXXiXk=; b=nWy3L0wQW0uqXN/G9xP8uwvLyYeF1DE07ULNPFFnVze0qnZ5zKSsZqPyxSpaHg+Hb/lA9rd0FXCein9psG1/pxVTlywqn6wa7jYgkdNvIQ7QT5lc/5dfAeaSXhI0LhSQo9Q3IMtwMpIBoOwrfVeFxG/X7R7au59zify8qZE0dVfZAdc374K81lDUTIxHpJG5hG5oueIwvx+PHpbGh3AOv88RcuRcZO2WPd/nyGNNC0tbBsY+AlGtcBBMDMYfieBCNhx1W/sK/oH+7ZuQNYku/JQyjBadePS4ybGx/JX/9A6w+vGuUsO7WTPpzrgCtz9YOucYTrS0+qG/aGdbnj8q0w==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=mxIS1bePD3pIk4b5g5InsaTNIUcnwlgFxLUrI/+k9K7HyMcZezToUtwUGeKeUlOORvtGLn+sBX7QHwX9Ch5EjX6c1oRLXsvZWgj2rz5oMsnIIRoHnA3x/qJUmJNE0M4ctWwPNtL7nSG7m8mgDSkMoJfG6YLRuJZ6me7JDh2n0UxykPjbDxIVYROZO6+23o0sOvvI2qJ806kOpqmMvWXh5DDrcUs2AWVcA9fVSUiadH993LqyyDBVk5Q7+mu8k/UkQttk0YsTh063y0SxCNnDDOjc2+JK09ZD/vf9A+b5qLGuqP2gVQxg8d4iKfhISmg8bkRP9gtG5cO8iJet+F02Yw==
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user/>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHcK/9jcPp/qClOqU+cLEqfOn0sFg==
  • Thread-topic: multithreading options

 

Hi,

 

I have a pedestrian-only simulation, without traffic lights, composed of different sets of files with a multitude of elements like

 

<walk from=edge1_id to=edge2_id/>

 

The question is: would I get a faster simulation time using a multithreading-related option, such as --thread or --device.rerouting.threads ?

 

And also, how do I choose the right step-length value to minimize execution time without significantly affecting the results?

 

Thanks,

Joan

 


Back to the top