Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 500e3898 authored by user's avatar user
Browse files

conflicts

parents a167eab1 c6d12a8d
No related branches found
No related tags found
No related merge requests found
*~
*.un~
*.swp
docker_results/
mpi5x/
run.sh
test_sc.sh
export LD_LIBRARY_PATH=/usr/local/lib
cd starpu
./autogen.sh > ../autogen_result 2>&1
mkdir ../build
cd ../build
../starpu/configure --prefix=/home/starpu/install --disable-cuda --enable-mpi --disable-opencl --disable-starpupy --enable-mpi-ft --enable-mpi-check --enable-mpi-ft-stats > ../configure_result 2>&1
LD_LIBRARY_PATH=/usr/local/lib make -j > ../make_result 2>&1
make install
export LD_LIBRARY_PATH=/usr/local/lib
cd starpu
./autogen.sh > ../autogen_result 2>&1
mkdir ../build
cd ../build
../starpu/configure --prefix=/home/install --disable-cuda --enable-mpi --disable-opencl --disable-starpupy --enable-mpi-ft --enable-mpi-check --enable-mpi-ft-stats > ../configure_result 2>&1
make -j > ../make_result 2>&1
make check ../check_result 2>&1
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