# super_computing **Repository Path**: hao_ji_peng/super_computing ## Basic Information - **Project Name**: super_computing - **Description**: 超算中心的数据 - **Primary Language**: Python - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # super_computing #### 介绍 超算中心的数据,用以搭建超算、本地的桥梁 #### 软件架构 根目录下文件夹代表不同课题 #### clone部分(文件)文件夹 1. 首先创建空仓库(本地): ``` mkdir new_folder cd new_folder git init git remote add -f origin ``` 2. 将远程Git Server URL加入到Git Config文件中: ``` git config core.sparsecheckout true # 也可直接修改 .git/config文件 ``` 3. 将要Check Out的文件或文件夹添加到 .git/info/sparse-checkout 文件中(文件不存在的话就创建一个) ``` echo your_dir >> .git/info/sparse-checkout # your_dir为要下载的文件或文件夹,要填写完整路径,如 LSTHF/final_structure/1.CONTCAR.vasp ``` 4. 从想要的分支中将项目拉下来: ``` git pull origin master ``` 相关链接:[git官网-Sparse checkout](https://git-scm.com/docs/git-sparse-checkout#_sparse_checkout) #### 使用说明 无 #### 码云特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)