Concours Accelerate Your Code

Accelerate Your Code 2012: contestants map

It would be cool to create map of contestants and even get in touch with collegues. So we can submit some of our basic info like country, faculty, field of interest? For me Croatia University of Zagreb, Department of Mathematics Field of interest: Parallel algorithms, MPI/openMP, virtual reality, assistive technology

Error during compilation

I'm probably missing something, as i can't get the code to compile if i submit a *.zip file. In my code i need an up do date version of g++ or icpc to support SSE, and maybe that is the problem. I am using something like : $(ICC_PATH)icpc -msse4.2 -O3 code.cpp -o run I have tried both the default makefile and my makefile. Adding "source /opt/intel/bin/compilervars.sh intel64" also doesn't help... PS : Code compiles well with icpc and g++ local on my machine Thank you in advance

Adjust Your makefile [tips:openMP]

I didn't find any guidelines to state how to add the openMP libraries to your makefile, so here it is:
Add the openMP libraries to theLDLIBS in your makefile as follows: LDLIBS = -fopenmp Also,don't forget to put your TeamID in the variable called "TEAM_ID" in your makefile. And also remember to put the makefile at the root in your zip file, with two folders, src folder [containing your source.cpp file], and obj folder.

Páginas

Suscribirse a Concours Accelerate Your Code