Skip to content
#

high-performance-computing

Here are 354 public repositories matching this topic...

Ageless93
Ageless93 commented Jan 27, 2020

In Advanced view when Activity on any of the items is set to Suspend, it will suspend that item for eternity until 'based on preferences' or 'always' is chosen.

In Simple view there is a Suspend button at the bottom, which suspends calculations for just one hour.
It does the same thing as the Snooze option in the (Windows) right-click BOINC Manager icon in the system tray.

For consistenc

jandrej
jandrej commented Apr 7, 2020

The nonlinear solver from the Sundials library KINSol has the following default behavior:

KINSol limits the maximum Newton update if

|| scale * update ||_2 > max(1000 * || scale * u0 ||_2, 1).

This forces KINSol to take more steps than necessary in the linear case.

Providing the option KINSetMaxNewtonStep(kin_mem, max_step) changes the default behavior to

|| scale * upda
fsimonis
fsimonis commented Mar 16, 2020

Please describe the problem you are trying to solve?
I would like to export and visualize the interface meshes of a participant using paraview glance.
This is currently not possible as the legacy vtk files are not supported.

Describe the solution you propose.
Add an additional export format which can be imported into glance.

**Describe

jbreitbart
jbreitbart commented May 27, 2017

The proxy does not show any usefull info when run without any parameter and seems to have not help message. This would really be useful for new users / forgetful people.

$ proxy
fopen: No such file or directory
fopen: No such file or directory
$ proxy --help
fopen: No such file or directory
fopen: No such file or directory
$ proxy -h
fopen: No such file or director

Improve this page

Add a description, image, and links to the high-performance-computing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the high-performance-computing topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.