Search found 52 matches

by ywang25
21 Mar 2009, 09:42
Forum: Parallel Elegant
Topic: mpi/parallel version of elegant
Replies: 3
Views: 8886

Re: mpi/parallel version of elegant

To limit the number of executable versions to provide for Pelegant, we can focus on one of the most popular implementations of MPI (e.g., MPICH2) first, with its default configuration and daemon, building Pelegant statically. Once we have same MPI setup, a compiled version of Pelegant should be able...
by ywang25
06 Sep 2008, 21:01
Forum: General
Topic: Modify font/character size with SDDS
Replies: 1
Views: 1869

Re: Modify font/character size with SDDS

You can try with -xLabel and -ticksettings options.
For example:
sddsplot -layout=3,2 -col=t,* reference/run.out run.out -gra=d,v -sep=names -group=names -xLabel=scale=1.5 -ticksettings=xscaleChars=2.5

Yusong