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

Adding secondary OS support

parent 52ffe793
No related branches found
No related tags found
No related merge requests found
#! /bin/bash
# Make a directory in /tmp/OpenFPM_pdata
echo "Directory: $1"
echo "Machine: $2"
mkdir src/config
if [ "$2" == "windows10" ]; then
echo "Compiling on windows10"
echo "1" > input_install
echo "1" >> input_install
echo "1" >> input_install
echo "2" >> input_install
echo "y" >> input_install
./install -i "/scratch/p_ppm/openfpm_deps_intel" < input_install
fi
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