Skip to content

Commit

Permalink
Merge branch '401test' of ssh://github.com/RudolfWeeber/espresso into…
Browse files Browse the repository at this point in the history
… 401test
  • Loading branch information
RudolfWeeber committed Nov 26, 2018
2 parents fc40ccb + bd3a11e commit 1131680
Show file tree
Hide file tree
Showing 7 changed files with 316 additions and 354 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ cuda-shanchen:
stage: build
image: gitlab.icp.uni-stuttgart.de:4567/espressomd/docker/cuda:9.0
script:
- export myconfig=shanchen with_coverage=true python_version=3
- export myconfig=shanchen make_check=false python_version=3
- bash maintainer/cuda_build.sh
tags:
- docker
Expand Down
2 changes: 1 addition & 1 deletion src/core/electrokinetics_cuda.cu
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
#include "errorhandling.hpp"
#include "fd-electrostatics.hpp"
#include "lbboundaries.hpp"
#include "lbgpu.hpp"
#include "lbgpu.cuh"
#include "lbgpu.hpp"

#if defined(OMPI_MPI_H) || defined(_MPI_H)
#error CU-file includes mpi.h! This should not happen!
Expand Down
Loading

0 comments on commit 1131680

Please sign in to comment.