forked from Nauchnik/CAMBALA
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from sirzooro/optimizations
Optimizations
- Loading branch information
Showing
10 changed files
with
548 additions
and
104 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#pragma GCC diagnostic push | ||
#pragma GCC diagnostic ignored "-Wunused-parameter" | ||
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized" | ||
|
||
#include <ap.cpp> | ||
#include <alglibinternal.cpp> | ||
#include <specialfunctions.cpp> | ||
#include <alglibmisc.cpp> | ||
#include <linalg.cpp> | ||
|
||
#pragma GCC diagnostic pop | ||
|
||
#include <sequential.cpp> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
23 33 50 300 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Input parameters : | ||
launch_type bruteforce | ||
object_function_type uniform | ||
ppm 2 | ||
init_iterated_local_search_runs 10 | ||
cw1_init_arr : | ||
1506 1490 1460 | ||
cw2_init_arr : | ||
1506 1490 1480 | ||
ncpl_init_arr : | ||
1 1 11 | ||
nR 1 | ||
R1 7000 | ||
R2 7000 | ||
ntau 1 | ||
tau1 0 | ||
tau2 0 | ||
nrhob 1 | ||
rhob1 1.7 | ||
rhob2 1.7 | ||
ncb 1 | ||
cb1 1700 | ||
cb2 1700 | ||
dtimes_file ac_modes_R7km_dtimes1.txt | ||
spmag_file no | ||
launch_type bruteforce |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0.003945 1700 1.7 7000 0 1506 1490 1462 23 33 50 300 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/usr/bin/bash | ||
|
||
rm -f boinc_finish_called cambala_depths_out cambala_out chpt out stderr.txt | ||
|
||
time ../cambala_boinc_app | ||
|
||
echo | ||
|
||
#diff -qs cambala_depths_out cambala_depths_out.ref | ||
#diff -qs cambala_out cambala_out.ref | ||
diff -qs out out.ref |