... | @@ -137,7 +137,7 @@ Various examples of makefiles are located in [Makefiles-templates](https://gitla |
... | @@ -137,7 +137,7 @@ Various examples of makefiles are located in [Makefiles-templates](https://gitla |
|
make
|
|
make
|
|
```
|
|
```
|
|
|
|
|
|
*Note*: In some cases additional information about architecture of computing system must be provided in [predefines.h](https://gitlab.fizyka.pw.edu.pl/gabrielw/wslda/-/blob/public/td-project-template/predefines.h) file. For more information see [here](Configuring target machine).
|
|
*Note*: In some cases additional information about architecture of computing system must be provided in [predefines.h](https://gitlab.fizyka.pw.edu.pl/gabrielw/wslda/-/blob/public/td-project-template/predefines.h) file. For more information see [here](Configuring GPU machine).
|
|
|
|
|
|
*Recommendation*: Typically (super)computers utilizes `module load` system for configuring programming environment. We recommend to place list of in separate file, for example `env.sh`:
|
|
*Recommendation*: Typically (super)computers utilizes `module load` system for configuring programming environment. We recommend to place list of in separate file, for example `env.sh`:
|
|
```bash
|
|
```bash
|
... | | ... | |