Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OMP - standard optimization test functions #10

Open
10 tasks
jairodelgado opened this issue Jan 30, 2020 · 1 comment
Open
10 tasks

OMP - standard optimization test functions #10

jairodelgado opened this issue Jan 30, 2020 · 1 comment
Assignees
Milestone

Comments

@jairodelgado
Copy link
Collaborator

This issue is a continuation of issue #6.

We need to implement the following test functions in parallel using OMP, that is in coptlayer:

  • Brown Function
  • Chung Reynolds Function
  • Cosine Mixture Function
  • Csendes Function
  • Deb 1 Function
  • Deb 3 Function
  • Dixon & Price Function
  • Egg Holder Function
  • Exponential Function
  • Giunta Function

Each function specification can be found in: http://arxiv.org/abs/1308.4008v1

The scope of this issue is parallel implementation using OMP in the copt layer.

Important: remember to modify the solution folder structure according to the modifications done in #6 - #7 (create bench folder and namespace).

@alejandrom247
Copy link
Collaborator

I have an issue when i try to compile the copt layer. this is the issue

cd 'E:\Cosas mias\para tesis\repo\dnn_opt'
C:\MinGW\msys\1.0\bin\make.exe -f Makefile clean

CLEAN SUCCESSFUL (total time: 898ms)
cd 'E:\Cosas mias\para tesis\repo\dnn_opt'
C:\MinGW\msys\1.0\bin\make.exe -f Makefile
[ 2%] Building CXX object CMakeFiles/dnn_opt_copt.dir/src/copt/activations/elu.cpp.obj
g++.exe: error: NOTFOUND: No such file or directory
make.exe[2]: *** [CMakeFiles/dnn_opt_copt.dir/src/copt/activations/elu.cpp.obj] Error 1
make.exe[1]: *** [CMakeFiles/dnn_opt_copt.dir/all] Error 2
make.exe": *** [all] Error 2

BUILD FAILED (exit value 2, total time: 662ms)

I suppose that it´s a problem with de CmakeLists when you build the project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants