Skip to content
#

mpi

Here are 1,064 public repositories matching this topic...

dbaumgaertner
dbaumgaertner commented Oct 30, 2018

The problem is as follows:

Given an optimization model part which contains elements. Gid is specified as output format. If the elements of the optimization model part are not initialized (which may happen e.g. when no internal analyzer is defined), then the function GiDOutputProcess::ExecuteBeforeSolutionLoop will produce a seg-fault when it calls

`__initialize_results --> gid_io.h line 6

DABH
DABH commented Dec 2, 2019

It seems like the parameter names used to control AMG and solver settings are pretty different for the MPI vs. non-MPI versions of the runtime AMGCL interface. For example, in examples/mpi/solve_mm_mpi.cpp, we have

prm.put("local.coarsening.type", coarsening);
prm.put("local.relax.type",      relaxation);
prm.put("isolver.type",          iterative_solver);

but these parameters lik

simonbyrne
simonbyrne commented Mar 11, 2020

I tried using the MPIEXEC_PREFIX_DEFAULT environment variable (which is suggested on the man page) but it doesn't seem to have an effect:

> MPIEXEC_PREFIX_DEFAULT=1 mpiexec -n 2 echo "hello world"
hello world
hello world

However the -prepend-rank option (which isn't mentioned on the man page, but is mentioned under

nathanweeks
nathanweeks commented Sep 13, 2018

The dmtcp_launch(1) man page DESCRIPTION section is currently:

DESCRIPTION
       dmtcp_launch launches a process under DMTCP control.

       A typical usage is:
       rm ckpt_a.out_*.dmtcp # Remove any stale copies of ckpt image

In particular, it's missing the subsequent lines:

dmtcp_launch --interval 5 a.out
dmtcp_command --checkpoint # Execute this in another wind
rofl0r
rofl0r commented Dec 12, 2017

imo everybody intending to do any real-life work with tomsfastmath will require this function to import his binary private keys etc. it should be mentioned right after fp_init() and fp_set(). i spent about half an hour to search for this functionality in both tfm pdf and ltm pdf without success, and only found out by digging through the ltc rsa code.

Improve this page

Add a description, image, and links to the mpi 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 mpi topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.