File: README.Debian

package info (click to toggle)
mumps 5.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 15,700 kB
  • sloc: fortran: 310,672; ansic: 12,364; xml: 521; makefile: 469
file content (14 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Welcome to the MUMPS package.  You can find more information about MUMPS at:
http://mumps.enseeiht.fr/ .

The mumps-test package includes a test of each of the datatypes:
single-precision (s), double-precision (d), complex (c) and complex double (z).
Run the tests as follows:

  cd /usr/lib/mumps
  ./ssimpletest < input_simpletest_real
  ./dsimpletest < input_simpletest_real
  ./csimpletest < input_simpletest_cmplx
  ./zsimpletest < input_simpletest_cmplx

The solution should be something close to 1 2 3 4 5.