Skip to content
Snippets Groups Projects
Commit c1d2acd1 authored by 13511001's avatar 13511001
Browse files

asdf

parent 4cf1af3a
Branches master
No related merge requests found
...@@ -140,3 +140,19 @@ ls ...@@ -140,3 +140,19 @@ ls
nano opm.c nano opm.c
ls ls
nano bucket_sort.c nano bucket_sort.c
ls
nano opm.c
gcc -g -WALL -O opm opm.c -fopenmp
gcc -g -Wall -o opm opm.c -fopenmp
nano ~/.bashrc
. .bashrc
mpicc omp -o opm.c
mpicc opm.c -o omp
nano opm.c
mpicc opm.c -o omp
gcc -g -Wall -o opm opm.c -fopenmp
git init .
git add .
git commit -m "added omp directives"
git pull http://gitlab.informatika.org/theaolivia/OpenMP.git
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment