Browse Source

Folder Structure Change: Archived and Experimental folders added

bharatk-parallel 2 years ago
parent
commit
e58465a74f
4 changed files with 17 additions and 7 deletions
  1. 5 4
      CONTRIBUTING.md
  2. 8 3
      README.md
  3. 1 0
      archived/README.txt
  4. 3 0
      experimental/README.txt

File diff suppressed because it is too large
+ 5 - 4
CONTRIBUTING.md


+ 8 - 3
README.md

@@ -1,14 +1,19 @@
 #  GPUBootcamp Official Training Materials
-This repository consists of GPU bootcamp material for both HPC and AI:
+This repository consists of GPU bootcamp material for HPC, AI and convergence of both:
 
 - [AI](https://github.com/gpuhackathons-org/gpubootcamp/tree/master/ai)
 
 - [HPC](https://github.com/gpuhackathons-org/gpubootcamp/tree/master/hpc)
 
-- [HPC_AI](https://github.com/gpuhackathons-org/gpubootcamp/tree/master/hpc_ai)
+- [Convergence of HPC and AI](https://github.com/gpuhackathons-org/gpubootcamp/tree/master/hpc_ai)
 
 # System Requirements
-Each lab contains docker and singularity definition files. Follow the readme files inside each on how to build the container and run the labs inside it. 
+Each lab contains docker and singularity definition files. Follow the readme files inside each on how to build the container and run the labs inside it.
+
+# Contribution
+- The repository uses Apache 2.0 license. For more details on folder structure developers may refer to CONTRIBUTING.md file.
+- A project template for reference is located at [Template](https://github.com/bharatk-parallel/gpubootcamp-1/tree/nways_md_fortran/misc/jupyter_lab_template/appName)
+  
 
 <!--# Slides:
 The slides associated with these training materials can be downloaded from [Google Slides](https://drive.google.com/drive/folders/1laRYdu6mtSA29M6Xthc1jP8AEOtVnbBo?usp=sharing)-->

+ 1 - 0
archived/README.txt

@@ -0,0 +1 @@
+#This folder will contain all the previously created training material which are based on old frameworks or techniques which are deprecated. The idea is to keep the old bootcamp material for anyone using older hardware or software stack for learning purpose

+ 3 - 0
experimental/README.txt

@@ -0,0 +1,3 @@
+#Any bootcamp material which covers experimental features and may break in the future can be added to this folder. Also in case there is use case does  not fit in the standard structure defined for contibution in this repository can be added here.
+
+The content in this folder will not be tested by the git admins/owners and users are advised to test the features before using.