( ! ) Warning: include(libraries/tmp): Failed to open stream: No such file or directory in /home/af_portail/public_html/libraries/src/Document/HtmlDocument.php on line 734
Call Stack
#TimeMemoryFunctionLocation
10.0000361888{main}( ).../index.php:0
20.0001363792require_once( '/home/af_portail/public_html/includes/app.php ).../index.php:51
30.0021507336Joomla\CMS\Application\CMSApplication->execute( ).../app.php:58
40.03814376176Joomla\CMS\Application\SiteApplication->render( ).../CMSApplication.php:309
50.03814376200Joomla\CMS\Application\CMSApplication->render( ).../SiteApplication.php:745
60.03814376576Joomla\CMS\Document\HtmlDocument->parse( $params = ['template' => 'cassiopeia', 'file' => 'index.php', 'params' => class Joomla\Registry\Registry { protected $data = class stdClass { ... }; protected $initialized = TRUE; protected $separator = '.' }, 'csp_nonce' => NULL, 'templateInherits' => NULL, 'directory' => '/home/af_portail/public_html/templates'] ).../CMSApplication.php:1104
70.03814376576Joomla\CMS\Document\HtmlDocument->_fetchTemplate( $params = ['template' => 'cassiopeia', 'file' => 'index.php', 'params' => class Joomla\Registry\Registry { protected $data = class stdClass { ... }; protected $initialized = TRUE; protected $separator = '.' }, 'csp_nonce' => NULL, 'templateInherits' => NULL, 'directory' => '/home/af_portail/public_html/templates'] ).../HtmlDocument.php:625
80.03814376672Joomla\CMS\Document\HtmlDocument->_loadTemplate( $directory = '/home/af_portail/public_html/templates/cassiopeia', $filename = 'index.php' ).../HtmlDocument.php:789

( ! ) Warning: include(): Failed opening 'libraries/tmp' for inclusion (include_path='.:/usr/share/php') in /home/af_portail/public_html/libraries/src/Document/HtmlDocument.php on line 734
Call Stack
#TimeMemoryFunctionLocation
10.0000361888{main}( ).../index.php:0
20.0001363792require_once( '/home/af_portail/public_html/includes/app.php ).../index.php:51
30.0021507336Joomla\CMS\Application\CMSApplication->execute( ).../app.php:58
40.03814376176Joomla\CMS\Application\SiteApplication->render( ).../CMSApplication.php:309
50.03814376200Joomla\CMS\Application\CMSApplication->render( ).../SiteApplication.php:745
60.03814376576Joomla\CMS\Document\HtmlDocument->parse( $params = ['template' => 'cassiopeia', 'file' => 'index.php', 'params' => class Joomla\Registry\Registry { protected $data = class stdClass { ... }; protected $initialized = TRUE; protected $separator = '.' }, 'csp_nonce' => NULL, 'templateInherits' => NULL, 'directory' => '/home/af_portail/public_html/templates'] ).../CMSApplication.php:1104
70.03814376576Joomla\CMS\Document\HtmlDocument->_fetchTemplate( $params = ['template' => 'cassiopeia', 'file' => 'index.php', 'params' => class Joomla\Registry\Registry { protected $data = class stdClass { ... }; protected $initialized = TRUE; protected $separator = '.' }, 'csp_nonce' => NULL, 'templateInherits' => NULL, 'directory' => '/home/af_portail/public_html/templates'] ).../HtmlDocument.php:625
80.03814376672Joomla\CMS\Document\HtmlDocument->_loadTemplate( $directory = '/home/af_portail/public_html/templates/cassiopeia', $filename = 'index.php' ).../HtmlDocument.php:789
Milkyway@home - New Poll Regarding GPU Application of N-Body
 
Hey everyone,

We are currently looking at making a GPU version of N-Body. This code has been under development for quite some time, and the base code is finally working, though we would still need to implement some other features to run it alongside the CPU version. However, due to the complexity of our code and our need for double precision, the GPU version has a similar runtime to that of the CPU version, though there may be some speed-up on professional grade GPU cards. For reference, the GPU version of the Separation code is roughly 50-60 times faster than its CPU counterpart depending on the machine. Keeping that in mind, do you guys still want a GPU version of N-Body? I have put up a basic straw poll on https://www.strawpoll.me/45510486. If you wish to elaborate on your choice, please feel free to comment below.

Thank you all for your input, time, and consideration,

-Eric

Source