-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pkgs: HPC packages need change from apt to environment modules/spack #7
Comments
参考:编译器、MPI库、数学库、应用工具 - 上海交大超算平台用户手册,可学习他们的部署、使用和测试方式 |
spack 安装 intel-oneapi-* 出现磁盘空间不足的问题
那么它是怎么检查磁盘空间的呢?看看 log:
在家目录创建临时文件以检测磁盘空间。不管是空间还是权限,都是在家目录下检查的,即使 --install-dir 并不在家目录。抽象嗷。 那么问题来了,它是在 Docker 内 chroot 的 root 的家目录中创建文件失败了吗?为什么会失败呢? |
在 chroot 环境内的
难道必须使其挂载吗? |
intel-oneapi-* fixed df77018 bind mount 根目录即可 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
目前暂时采用 APT 安装系统级别的 oneAPI 和 CUDA。
等 Spack 和 Lmod 测试完成,应当将 HPC 相关包依赖从 APT 迁移出去。
The text was updated successfully, but these errors were encountered: