# WeakMemoryModels **Repository Path**: arm-model/weak-memory-models ## Basic Information - **Project Name**: WeakMemoryModels - **Description**: 弱内存序测试 - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-06 - **Last Updated**: 2023-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WeakMemoryModels #### 介绍 弱内存序测试 #### 软件架构 软件架构说明 #### 安装教程 1. git clone https://gitee.com/ddaliang/weak-memory-models.git 2. cd weak-memory-models 3. make #### 使用说明 1. sh loop_run.sh ./WeakMemoryTest 2. 异常结果:脚本执行完成,控制台上显示Run 100000 times, error X(X>0) times.的情况大于等于1次。 正常结果:脚本执行完成,控制台上均显示Run 100000 times, error 0 times. 无error times大于0的情况