Skip to content
Snippets Groups Projects
Commit 81cd91db authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing install script

parent 3a4aa662
No related branches found
No related tags found
No related merge requests found
......@@ -60,19 +60,27 @@ fi
# Create config directory in each submodule
cd openfpm_data
mkdir src/config
if [ ! -d src/config ]; then
mkdir src/config
fi
cd ..
cd openfpm_devices
mkdir src/config
if [ ! -d src/config ]; then
mkdir src/config
fi
cd ..
cd openfpm_vcluster
mkdir src/config
if [ ! -d src/config ]; then
mkdir src/config
fi
cd ..
cd openfpm_io
mkdir src/config
if [ ! -d src/config ]; then
mkdir src/config
fi
cd ..
# Create config directory
......
......@@ -10,7 +10,8 @@ nobase_include_HEADERS = Decomposition/CartDecomposition.hpp Decomposition/commo
Graph/CartesianGraphFactory.hpp \
Grid/grid_dist_id.hpp Grid/grid_dist_id_iterator.hpp Grid/grid_dist_key.hpp \
Vector/vector_dist.hpp Vector/vector_dist_iterator.hpp Vector/vector_dist_key.hpp \
config/config.h
config/config.h \
SubdomainGraphNodes.hpp
.cu.o :
$(NVCC) $(NVCCFLAGS) -o $@ -c $<
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment