(04-05-2016, 07:59 AM)Andrew2 Wrote:(04-05-2016, 07:42 AM)pine.tree Wrote: I'm guessing Boinc is very resource-intensive?
Sure, on Pine64 and on any other ARMv8 board it's important compile the programs since some algorithms are 20 times slower when not being compiled for ARMv8:
Code:export CXXFLAGS="-O3 -march=armv8-a -mtune=cortex-a53"
export CFLAGS="-O3 -march=armv8-a -mtune=cortex-a53"
Then the board gets as hot as with optimised settings but is still slow as hell. Have a look at the commonly used sysbench: http://forum.odroid.com/viewtopic.php?f=136&t=19158
Hi Andrew,
are you talking about compilation of BOINC app?
I am asking because I wonder if this app is doing any calculations by itself?
I have a feeling that it downloads ready apps and spawns separate processes for them.
Here are some of "ps aux" from my PC machines:
Code:
boinc 982 0.0 0.0 118988 2792 ? SNs Apr20 0:00 /bin/bash /usr/bin/boinc --allow_remote_gui_rpc --dir /var/lib/boinc
boinc 987 0.0 0.6 502312 27384 ? SNl Apr20 0:54 /usr/bin/boinc_client --allow_multiple_clients --allow_remote_gui_rpc --dir /var/lib/boinc
boinc 2795 98.2 1.8 198376 75592 ? RNl 12:23 288:21 ../../projects/www.worldcommunitygrid.org/wcgrid_fahb_bedam_7.15_x86_64-pc-linux-gnu -seed 304808031 -trickle 1 -upload 1
boinc 2867 99.8 0.9 77492 37516 ? RNl 13:23 232:45 ../../projects/www.worldcommunitygrid.org/wcgrid_mcm1_7.36_x86_64-pc-linux-gnu -SettingsFile MCM1_0122506_1960.txt -DatabaseFile dataset-curatedOvarian_EarlyLate_v1.0.txt
boinc 3012 0.0 0.1 19152 5336 ? SNl 15:33 0:02 ../../projects/wuprop.boinc-af.org/data_collect_v4_419_x86_64-pc-linux-gnu__nci -n 360 -c 60 -g 14
boinc 3031 99.7 0.9 77224 37440 ? RNl 15:43 92:25 ../../projects/www.worldcommunitygrid.org/wcgrid_mcm1_7.36_x86_64-pc-linux-gnu -SettingsFile MCM1_0122506_2721.txt -DatabaseFile dataset-curatedOvarian_EarlyLate_v1.0.txt
boinc 3197 99.5 0.9 76960 37252 ? RNl 16:55 20:35 ../../projects/www.worldcommunitygrid.org/wcgrid_mcm1_7.36_x86_64-pc-linux-gnu -SettingsFile MCM1_0122507_4519.txt -DatabaseFile dataset-curatedOvarian_EarlyLate_v1.0.txt
Code:
boinc 902 0.0 0.2 5588 2848 ? SNs 11:24 0:00 /bin/bash /usr/bin/boinc --allow_remote_gui_rpc --dir /var/lib/boinc
boinc 910 0.2 1.6 66356 20916 ? SNl 11:24 0:51 /usr/bin/boinc_client --allow_multiple_clients --allow_remote_gui_rpc --dir /var/lib/boinc
boinc 1176 94.1 5.8 133204 74296 ? RNl 11:25 331:50 ../../projects/www.worldcommunitygrid.org/wcgrid_fahb_bedam_7.15_i686-pc-linux-gnu -seed 1905709651 -trickle 1 -upload 1
boinc 1711 93.7 1.4 39436 18452 ? RNl 12:59 242:41 ../../projects/www.worldcommunitygrid.org/wcgrid_ugm1_7.28_i686-pc-linux-gnu -E 0.000000001 -Z 10000 -S -Q -m 9c ugm1_ugm1_24999_a_0018.txt ugm1_ugm1_24999_b_0027.txt
boinc 1912 0.1 0.3 5576 4328 ? SNl 15:41 0:07 ../../projects/wuprop.boinc-af.org/data_collect_v4_419_i686-pc-linux-gnu__nci -n 360 -c 60 -g 14
And here from MK809III (ARMv7-A):
Code:
boinc 637 0.3 0.3 14568 7084 ? SN Apr20 4:12 /usr/bin/boinc --check_all_logins --redirectio --dir /var/lib/boinc-client --allow_remote_gui_rpc
boinc 2953 98.8 4.3 95216 91824 ? RNl 16:59 22:19 ../../projects/einstein.phys.uwm.edu/einsteinbinary_BRP4_1.06_arm-unknown-linux-gnueabihf -i p2030.20151006.G46.15+01.55.N.b2s0g0.00000_1254.bin4 -t stochastic_full.bank -l p2030.20151006.G46.15+01.55.N.b2s0g0.00000.zap -o results.cand0 -c p2030.20151006.G46.15+01.55.N.b2s0g0.00000_1254.cpt -A 0.08 -P 3.0 -f 400.0 -W -z
boinc 2956 98.4 4.3 95216 91824 ? RNl 16:59 22:10 ../../projects/einstein.phys.uwm.edu/einsteinbinary_BRP4_1.06_arm-unknown-linux-gnueabihf -i p2030.20151006.G46.15+01.55.N.b2s0g0.00000_124.bin4 -t stochastic_full.bank -l p2030.20151006.G46.15+01.55.N.b2s0g0.00000.zap -o results.cand0 -c p2030.20151006.G46.15+01.55.N.b2s0g0.00000_124.cpt -A 0.08 -P 3.0 -f 400.0 -W -z
boinc 2960 98.4 4.3 95216 91824 ? RNl 16:59 22:04 ../../projects/einstein.phys.uwm.edu/einsteinbinary_BRP4_1.06_arm-unknown-linux-gnueabihf -i p2030.20151006.G46.15+01.55.N.b2s0g0.00000_1252.bin4 -t stochastic_full.bank -l p2030.20151006.G46.15+01.55.N.b2s0g0.00000.zap -o results.cand0 -c p2030.20151006.G46.15+01.55.N.b2s0g0.00000_1252.cpt -A 0.08 -P 3.0 -f 400.0 -W -z
boinc 2962 98.9 0.0 3088 1348 ? RNl 16:59 22:08 ../../projects/universeathome.pl_universe/universe-BHspin_10_arm-unknown-linux-gnueabihf
boinc 2969 0.2 0.1 4180 2576 ? SNl 17:08 0:02 ../../projects/wuprop.boinc-af.org/data_collect_v4_4.19_arm-unknown-linux-gnueabihf__nci -n 360 -c 60 -g 14
By looking at them - do you still think that dedication compilation will give any boost?