... | @@ -6,6 +6,8 @@ |
... | @@ -6,6 +6,8 @@ |
|
* [Makefiles-templates](https://gitlab.fizyka.pw.edu.pl/gabrielw/wslda/-/tree/public/Makefiles-templates)
|
|
* [Makefiles-templates](https://gitlab.fizyka.pw.edu.pl/gabrielw/wslda/-/tree/public/Makefiles-templates)
|
|
storage for various compilation scripts. Name convention is following: `Makefile.type.machine`. It is recommended to copy file from this location to your project folder
|
|
storage for various compilation scripts. Name convention is following: `Makefile.type.machine`. It is recommended to copy file from this location to your project folder
|
|
`cp Makefile.st.dwarf ../st-myprojectname/Makefile`
|
|
`cp Makefile.st.dwarf ../st-myprojectname/Makefile`
|
|
|
|
* [extensions](https://gitlab.fizyka.pw.edu.pl/gabrielw/wslda/-/tree/public/extensions)
|
|
|
|
here we store small C codes/templates that can be used as supporting tools for computation process or results analysis. To use the code, copy it first to your project folder. Compilation instructions are provided in the header of the code.
|
|
* [hpc-engine](https://gitlab.fizyka.pw.edu.pl/gabrielw/wslda/-/tree/public/hpc-engine)
|
|
* [hpc-engine](https://gitlab.fizyka.pw.edu.pl/gabrielw/wslda/-/tree/public/hpc-engine)
|
|
here we store all C and CUDA files related to HPC engine. Only developers familiarize with HPC techniques should introduce modifications to this folder.
|
|
here we store all C and CUDA files related to HPC engine. Only developers familiarize with HPC techniques should introduce modifications to this folder.
|
|
* [job-scripts-templates](https://gitlab.fizyka.pw.edu.pl/gabrielw/wslda/-/tree/public/job-scripts-templates)
|
|
* [job-scripts-templates](https://gitlab.fizyka.pw.edu.pl/gabrielw/wslda/-/tree/public/job-scripts-templates)
|
... | | ... | |