𝕏

Simulations are back!

Message boards : News : Simulations are back!
Message board moderation

To post messages, you must log in.

AuthorMessage
Profile Jesús Carro
Project administrator
Project developer
Project scientist
Avatar

Send message
Joined: 18 Mar 15
Posts: 269
Credit: 494,175
RAC: 78
Message 890 - Posted: 8 Jul 2016, 10:43:58 UTC

Dear all,
We are putting new simulations in DENIS (in the CRLP2011 app). These first simulations will be in small groups and little by little the groups will increase in size.

Thank you for your patient!

Best regards,
Jesús.
Jesús Carro
Universidad San Jorge
@InSilicoHeart
ID: 890 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Greger

Send message
Joined: 10 Apr 15
Posts: 17
Credit: 13,453,681
RAC: 0
Message 892 - Posted: 8 Jul 2016, 15:43:08 UTC

Great news! I take a few task to see how it runs.

Hope there start for real after this summer.
ID: 892 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
[AF>FAH-Addict.net]toTOW

Send message
Joined: 11 Apr 15
Posts: 24
Credit: 4,152,911
RAC: 26
Message 893 - Posted: 8 Jul 2016, 17:11:03 UTC

Any chances to get optimizations included in the app ? WUs seem so slow ...
ID: 893 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
sesef

Send message
Joined: 22 Apr 15
Posts: 4
Credit: 17,166,398
RAC: 0
Message 894 - Posted: 8 Jul 2016, 18:06:42 UTC - in response to Message 893.  

Any chances to get optimizations included in the app ? WUs seem so slow ...


Yep. I will try to do some optimizations in free time.

FIrst I have to look in new source(models).
ID: 894 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
[AF>FAH-Addict.net]toTOW

Send message
Joined: 11 Apr 15
Posts: 24
Credit: 4,152,911
RAC: 26
Message 896 - Posted: 9 Jul 2016, 14:18:44 UTC - in response to Message 894.  

Any chances to get optimizations included in the app ? WUs seem so slow ...


Yep. I will try to do some optimizations in free time.

FIrst I have to look in new source(models).

Nice, I hope you'll be able to acheive same improvements as previous app :)
ID: 896 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Jesús Carro
Project administrator
Project developer
Project scientist
Avatar

Send message
Joined: 18 Mar 15
Posts: 269
Credit: 494,175
RAC: 78
Message 897 - Posted: 11 Jul 2016, 7:27:31 UTC

Hi!
We will try to add some of them to the official version in a near future. But the main limitation is that we never work directly with the code of the models. We use CellML files with the description of the models and we export them by using a tool we have developed: https://github.com/DENISproject/DENIS-CellML2C
We need to modify this program to make them automatically.

Best,
Jesús.
Jesús Carro
Universidad San Jorge
@InSilicoHeart
ID: 897 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
[AF>FAH-Addict.net]toTOW

Send message
Joined: 11 Apr 15
Posts: 24
Credit: 4,152,911
RAC: 26
Message 926 - Posted: 16 Jul 2016, 21:07:41 UTC

Did you even enable automatic optimization (SSE x.x or AVX) when compiling the application to embed all code path in the same executable ?
ID: 926 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
rjs5

Send message
Joined: 3 Nov 15
Posts: 22
Credit: 1,845,444
RAC: 111
Message 927 - Posted: 17 Jul 2016, 0:24:00 UTC - in response to Message 926.  

Did you even enable automatic optimization (SSE x.x or AVX) when compiling the application to embed all code path in the same executable ?


They compiled with mtune=generic and march=x86_64, so the compiler assumes that it can use either x87 instructions or SSE2. There is lots of x87 code.

They use the GNU 4.8.1 compiler so they would have to build special CPU specific binaries to support AVX.

The execution profile indicates that the code does not generate VECTOR instructions so AVX2 would probably generate slower code because of the larger data footprint.
ID: 927 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
[VENETO] boboviz

Send message
Joined: 9 Apr 15
Posts: 171
Credit: 1,371,098
RAC: 1,159
Message 1079 - Posted: 14 Sep 2016, 10:27:57 UTC - in response to Message 897.  

Hi!
We will try to add some of them to the official version in a near future.



:-(
I hope you restart with wus...
ID: 1079 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote

Message boards : News : Simulations are back!