Merge branch 'mpi-to-master-merge-candidate-2020-06-01' of https://bitbucket.org/jpekkila/astaroth into mpi-to-master-merge-candidate-2020-06-01
This commit is contained in:
@@ -40,6 +40,7 @@ In the base directory, run
|
||||
| Option | Description | Default |
|
||||
|--------|-------------|---------|
|
||||
| CMAKE_BUILD_TYPE | Selects the build type. Possible values: Debug, Release, RelWithDebInfo, MinSizeRel. See (CMake documentation)[https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html] for more details. | Release |
|
||||
| CUDA_ARCHITECTURES | Selects CUDA architecture support. Multiple architectures delimited by `;`. See (CMake documentation)[https://cmake.org/cmake/help/latest/prop_tgt/CUDA_ARCHITECTURES.html] for more details. | "60;70" |
|
||||
| DOUBLE_PRECISION | Generates double precision code. | OFF |
|
||||
| BUILD_SAMPLES | Builds projects in samples subdirectory. | OFF |
|
||||
| BUILD_STANDALONE | Builds a standalone library for testing, benchmarking and simulation. | ON |
|
||||
|
@@ -12,6 +12,8 @@ image: nvidia/cuda
|
||||
# ==> Updating the kernel drivers by ourselves probably requires creating our own docker image.
|
||||
# ===> Which might not even work since I don't know what kind of hardware we're running on (lspci was not available)
|
||||
|
||||
options:
|
||||
max-time: 5 # Max time allowed for building (minutes)
|
||||
pipelines:
|
||||
# default: # Default is run at every push but we have only 500 build minutes / month so that probably wouldn't work out
|
||||
custom: # Manual/scheduled building only
|
||||
|
Reference in New Issue
Block a user