当前位置: 首页 > news >正文

RegCM模式运行./bin/regcmMPI报错

1、报错

在运行RegCM时到截止模拟时间段时,不显示successfully,而是报错:

MPI_ABORT was invoked on rank 0 in communicator MPI COMMUNICATOR 3 DUP FROM 0
with errorcode 1.

NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on
exactly when Open MPI kills them.
--------------------------------------------------------------------------
slurmstepd: error: *** STEP 22277659.0 ON i19r2n02 CANCELLED AT 2024-10-07T12:00:59 ***
srun: Job step aborted: Waiting up to 32 seconds for job step to finish.
srun: error: i19r2n02: task 0: Exited with exit code 1
srun: launch/slurm: _step_signal: Terminating StepId=22277659.0
srun: error: i19r2n03: tasks 4-7: Killed
 

二、解决方法

上述报错是由于在安装时使用了较新的env包,产生不匹配,使用老版本的env包。

对于RegCM4.7.1配置如下:

先将上述版本的env安装好后,再安装RegCM4.7.1即可以成功运行。


http://www.mrgr.cn/news/62177.html

相关文章:

  • oceanbase集群访问异常问题处理
  • 入手STM32单片机学习指南
  • 家用万兆网络实践:紧凑型家用服务器静音化改造(二)
  • Elasticsearch:Lucene 2024 年回顾
  • ModuleNotFoundError: No module named XXX
  • 使用高云小蜜蜂GW1N-2实现MIPI到LVDS(DVP)转换案例分享
  • 函数声明不是原型error: function declaration isn’t a prototype
  • 爆肝整理14天AI工具宝藏合集(三)
  • Node.js:模块 包
  • 前端文件上传组件流程的封装
  • React 组件生命周期与 Hooks 简明指南
  • python pytest-mock插件
  • Redis 事务 总结
  • 设计模式——外观模式
  • isp框架代码理解
  • Vue3数据统计小组件
  • leetcode-189-轮转数组
  • list ------ 是一个带头双向循环的列表
  • [Java进阶] 调用C和C++代码利器(JNI)
  • 力扣——二叉树的后序遍历(C语言)
  • 开发中的拓展属性:增强功能与灵活性
  • SQL语言基础
  • ConcurrentSkipListSet和ConcurrentSkipListMap分析以及总结Set
  • 魔法伤害--是谁偷走了我的0
  • NEEP-EN2-2020-Section1
  • 100种算法【Python版】第28篇——扩展欧几里得算法