nojhan / paradiseo

An evolutionary computation framework to (automatically) build fast parallel stochastic optimization solvers
https://nojhan.github.io/paradiseo/
Other
92 stars 33 forks source link

Bug on MO tests, is not running #44

Closed ropinho closed 4 years ago

ropinho commented 5 years ago

Tests running in mo module returns the same result (error):

When running the t-moAdaptiveWalkSampling.cpp test file, output is:

./t-moAdaptiveWalkSampling.cpp: line 1: /bin: Is a directory
./t-moAdaptiveWalkSampling.cpp: line 2: syntax error near unexpected token `newline'
./t-moAdaptiveWalkSampling.cpp: line 2: `<t-moAdaptiveWalkSampling.cpp>'

Whe running the t-moDynSpanCoolingSchedule.cpp test file, the output is:

./t-moDynSpanCoolingSchedule.cpp: line 1: /bin: Is a directory
./t-moDynSpanCoolingSchedule.cpp: line 2: syntax error near unexpected token `newline'
./t-moDynSpanCoolingSchedule.cpp: line 2: ` <t-moDynSpanCoolingSchedule.cpp>'

When running the t-moIndexedVectorTabuList.cpp test file, output is:

./t-moIndexedVectorTabuList.cpp: line 1: /bin: Is a directory
./t-moIndexedVectorTabuList.cpp: line 2: syntax error near unexpected token `newline'
./t-moIndexedVectorTabuList.cpp: line 2: ` <t-moIndexedVectorTabuList.cpp>'

When running the t-moRndIndexedVectorTabuList.cpp test file, output:

./t-moRndIndexedVectorTabuList.cpp: line 1: /bin: Is a directory
./t-moRndIndexedVectorTabuList.cpp: line 2: syntax error near unexpected token `newline'
./t-moRndIndexedVectorTabuList.cpp: line 2: ` <t-moIndexedVectorTabuList.cpp>'