Posts by Chilean

1) Message boards : News : New application version 4.17 graphics has issues. (Message 6751)
Posted 28 Apr 2020 by Chilean
Post:
Graphics working OK for me. Windows 10.
2) Message boards : RALPH@home bug list : Rosetta mini beta and/or android 3.61-3.83 (Message 5892)
Posted 8 Oct 2015 by Chilean
Post:
Any news regarding the 3.63 version?
3) Message boards : RALPH@home bug list : Rosetta mini beta and/or android 3.61-3.83 (Message 5887)
Posted 5 Sep 2015 by Chilean
Post:
The protocol code for the majority of jobs (and all the test jobs) hasn't changed. BUT, for this cyclic peptide error, the developer did not check his code into the main source repo as he should have long ago. In an effort to save time a while ago, we incorporated his code before he checked it in under the understanding he would check it in soon after, which he didn't. But on a positive note, he is busy trying to make and characterize his cyclic peptide designs now.


What kind of errors was the SSE extension giving then?

Remember that improving performance directly improves scientific benchmarks. There is lots of compute power in RALPH to bug-out any problems that come from using SSE/SSE2 (thought technically there shouldn't be any, since 99% of users are using SSE2 capable CPUs).
4) Message boards : RALPH@home bug list : Rosetta mini beta and/or android 3.61-3.83 (Message 5881)
Posted 2 Sep 2015 by Chilean
Post:
For the 3.62 update, I reverted the windows application back to the 32bit non-sse build, and also reverted the linux application to the 32bit build (for the 64bit apps). There was a significant fraction of errors which prompted the change. We will do another update soon related to the "Option matching -relax:cyclic_peptide not found in command line top-level context" errors.


Errors in addition to the "Option matching -relax:cyclic_peptide not found in command line top-level context" ??
5) Message boards : Number crunching : Ralph and SSEx (Message 5878)
Posted 31 Aug 2015 by Chilean
Post:
What is the gain in going native 64-bit? I would've thought that going SSE2 would bring a higher gain than 64-bit (I've always associated the 64-bit to better memory addressing, rather than increased computation speed).


I don't understand.
The ralph/rosetta 64 bit app we are actually using is not "native"?


It seems only the Linux version is 64-bit. The Windows is still 32-bit running with a 64-bit wrapper.
6) Message boards : Number crunching : Ralph and SSEx (Message 5874)
Posted 30 Aug 2015 by Chilean
Post:
I did turn on SSE for the windows build.


Just a curiosity: which version of SSE for win? 2? 3? 4.1???


I think it's only SSE "1" so far. No errors except for a few WUs that failed immediately, but it doesn't appear to be a SSE-related problem.

My WUs with SSE



SSE was introduced in 1999 with the Pentium-3 CPU and SSE2 was introduced in 2001 with the Pentium-4 CPU and only extended SSE. If something works under SSE, then it will work under SSE2 UNLESS it is a Pentium-3-era CPU.

The project will get more work done by sacrificing the Pentium-3 cycles (making SSE2 the minimum) and optimizing for SSE2+.

Once you get to SSE2, you will only get minor improvements, probably just a couple %, by going to the trouble of pushing the SSE/AVX envelop.

Since R@H is compiling an running in SCALAR mode which crunches only 1 64-bit value in the 128-bit dual 64-bit XMM registers, there is much more to gain by closely examining the source code and understanding what is preventing the compilers from VECTORIZING the code. If you can use BOTH 64-bit fields in the XMM registers, you get 2x performance increase. You crunch two, 4, 8, ... floating point values in the same time as 1.

This is also the reason that there is no GPU version and can NEVER be a GPU version until this is fixed .... IF the source can be changed to vectorized.


Starting from a generic, crappy 32-bit i386 version, .....
you get 80% of the scalar performance by just generating a 64-bit version.
you get the other 20% of scalar performance by messing with compiler options .... but at a high portability cost.

The next barrier after a 64-bit version should be SSE2.
The next barrier after 64-bit, SSE2 is VECTOR .... NOT .... SSE3, SSE4, AVX, ...






What is the gain in going native 64-bit? I would've thought that going SSE2 would bring a higher gain than 64-bit (I've always associated the 64-bit to better memory addressing, rather than increased computation speed).
7) Message boards : Number crunching : Ralph and SSEx (Message 5870)
Posted 29 Aug 2015 by Chilean
Post:
I did turn on SSE for the windows build.


Just a curiosity: which version of SSE for win? 2? 3? 4.1???


I think it's only SSE "1" so far. No errors except for a few WUs that failed immediately, but it doesn't appear to be a SSE-related problem.

My WUs with SSE
8) Message boards : Number crunching : Ralph and SSEx (Message 5869)
Posted 29 Aug 2015 by Chilean
Post:
I just updated the minirosetta_beta app. I did not include SSE linux builds since it will require more testing. I did turn on SSE for the windows build. The latest linux SSE3 test was causing a significant amount of failures.

We don't have much time/resources to test these optimizations and it would be great of any of you would like to volunteer to help. As stated before, we can provide the source, build instructions, and tests. If you are interested please contact me directly at dekim AT u.washington.edu




rjs5 over at this thread in R@H seemed very willing to help, don't know if you guys talked about the source code, et cetera via inbox.
9) Message boards : RALPH@home bug list : Rosetta mini beta and/or android 3.61-3.83 (Message 5865)
Posted 28 Aug 2015 by Chilean
Post:
Just finished 3 WUs successfully, but there are plenty that fail right at the start:

<core_client_version>7.6.6</core_client_version>
<![CDATA[
<message>
(unknown error) - exit code -1 (0xffffffff)
</message>
<stderr_txt>
[2015- 8-28 16:50:38:] :: BOINC:: Initializing ... ok.
[2015- 8-28 16:50:38:] :: BOINC :: boinc_init()
BOINC:: Setting up shared resources ... ok.
BOINC:: Setting up semaphores ... ok.
BOINC:: Updating status ... ok.
BOINC:: Registering timer callback... ok.
BOINC:: Worker initialized successfully. 
command: projects/ralph.bakerlab.org/minirosetta_beta_3.61_windows_x86_64.exe -run:protocol relax -ex1 -ex2aro -in:file:boinc_wu_zip FFF_939e816d73e5d4a3e6faf001ad588d96_hh5_Wed_Jun__3_15_28_03_PDT_2015.zip -in:file:s 00001.pdb -in:file:native 00001.pdb -in:file:fullatom -relax::default_repeats 15 -out:file:silent default.out -out:file:silent_struct_type score -silent_gz -relax:cyclic_peptide -mute all -nstruct 10000 -cpu_run_time 3600 -checkpoint_interval 120 -database minirosetta_database -in::file::zip minirosetta_database.zip -boinc::watchdog -run::rng mt19937 -constant_seed -jran 3184233
Registering options.. 
Registered extra options.
Initializing broker options ...
Registered extra options.
Initializing core...
Initializing options.... ok 
Options::initialize()
Options::adding_options()
Options::initialize() Check specs.
Options::initialize()  End reached
ERROR: Option matching -relax:cyclic_peptide not found in command line top-level context

</stderr_txt>
]]>
10) Message boards : RALPH@home bug list : Rosetta mini beta and/or android 3.61-3.83 (Message 5864)
Posted 28 Aug 2015 by Chilean
Post:
Awesome! I have my i7 fully stocked on ralph WUs.

So far 3 errors, 2 of them failed immediately, the other @ 1000 secs. I'm currently running 6 WUs around the 25 min mark (1600 secs) so far with no errors though.

WUs that failed:
http://ralph.bakerlab.org/workunit.php?wuid=3003399
http://ralph.bakerlab.org/workunit.php?wuid=3006069
http://ralph.bakerlab.org/workunit.php?wuid=3006096
11) Message boards : RALPH@home bug list : Minirosetta beta 3.56-3.58 (Message 5850)
Posted 10 Jun 2015 by Chilean
Post:
Admins, take a look at: http://ralph.bakerlab.org/forum_thread.php?id=564#5843

It'd be great if you could do a quick recompile and distribute it on RALPH to test it out!
12) Message boards : Number crunching : Ralph and SSEx (Message 5842)
Posted 26 May 2015 by Chilean
Post:
I just added RALPH into my BOINC client to help out in case the admins take notice.






©2024 University of Washington
http://www.bakerlab.org