Parallel-Programming

Parallel-Programming

Winter Lv4

HPC - Parallel-Programming、

重大发现就是我们的这个触摸板 可以做到切换 多个手指同时下滑 就可以显示桌面 左右滑动就可以实现 alt 的切换功能 然后还有就是 f11 对于我们的网页 也可以进行全屏显示 f12 进行监测 同时 还可以触摸屏左右两指滑动进行返回前进历史返回 发现一个巨大的新东西就是我们使用两个手指左右滑动是历史前进后退 使用三个手指是alt功能 使用四个手指是windows桌面切换
还有一个就是 ctrl + e 时搜索url框

  1. 并行程序设计入门开始

    1. RoadMap 来自七边形
    2. 这里文件并行设计
    3. Nvidia cuda guidance
    4. MPItutorial
    5. MPImanual
    6. nvidia
    7. 下载了几个nvidia的的samples在happyplace/0a 里面 可以make一下
    8. 这里保存几个markdown的颜色

  • Post title:Parallel-Programming
  • Post author:Winter
  • Create time:2023-10-12 17:07:24
  • Post link:https://spikeihg.github.io/2023/10/12/Parallel-Programming/
  • Copyright Notice:All articles in this blog are licensed under BY-NC-SA unless stating additionally.
if (hexo-config('comment.enable') == true && hexo-config('comment.use') != "") { if (hexo-config('comment.use') == "waline") { @require "./waline.styl" } else if (hexo-config('comment.use') == "gitalk") { @require "./gitalk.styl" } else if (hexo-config('comment.use') == "twikoo") { @require "./twikoo.styl" } } .comments-container { display inline-block margin-top $spacing-unit width 100% #comment-anchor { width 100% height 10px } .comment-area-title { width 100% margin 10px 0 font-size 1.38rem color var(--default-text-color) font-family "Noto Sans", "Noto Sans SC",sans-serif font-weight bold i { color var(--default-text-color) } +redefine-tablet() { margin 5px 0 font-size 1.2rem } } }