# swgomp **Repository Path**: jianbinfang/swgomp ## Basic Information - **Project Name**: swgomp - **Description**: 神威平台的OpenMP offload实现 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2024-01-07 - **Last Updated**: 2024-01-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # swgomp #### 介绍 神威平台的OpenMP offload实现 #### 安装教程 1. make 2. 然后xfort.py就可以用了 #### 使用说明 就像OpenMP Fortran一样写,但是只支持`!$omp target`(隐含parallel),然后用`call get_coreid(tid)`获取从核号。跨文件调用在被调用的函数里加`!$omp declare target` #### 其他 不要吐槽代码太乱,每一行注掉的代码都是一次艰难的尝试。