Thomas Amestoy 12 years ago
parent 28c026dfcf
commit 7c776b3eac

@ -8,18 +8,18 @@ for Dr Gregorio D'Agostino's tests.
example of use : mpirun -np 2 ./MaxA_and_lapl_extremums < maxA.inp
(open maxA.inp to see what input is needed for the program)
exit : a row at the end of the file maxA_results.dat containg
exit : a row at the end of the file maxA_results.dat containing
nnzeroA maxA MaxLapl 2ndLapl minLapl execTime
------------------test_realnet---------------------------
: does the same thing than MaxA_and_lapl_extremums but was created
to be launched by
: does the same thing than MaxA_and_lapl_extremums. It is a little different and
was created to be launched by step_test.sh
example of use : not to be directly used by a user
exit : a row at the end of the file test_realnet.dat containg
exit : a row at the end of the file plot_data.dat containg
nnzeroA maxA MaxLapl 2ndLapl minLapl execTime
@ -34,3 +34,12 @@ for Dr Gregorio D'Agostino's tests.
L'output e il file plot_data.dat di 6 colonne e (totNzero-start)/10000 righe. Ogni riga contiene :
nnzeroA maxA MaxLapl 2ndLapl minLapl execTime
----------------------adj_to_mm--------------------
: reads a file containing the coordinate description of an adjacence
sparse matrix (values are always 1) and stores it into 'a'
example of use : ./adj_to_mm < adj_to_mm.inp
(open adj_to_mm.inp to know what input is needed)

@ -0,0 +1,3 @@
realnet.dat ! input adjacency format file
realnet.mm ! output MM format file
1 ! first row's index (usually 0 or 1)

@ -1,2 +1,3 @@
2169502 27.770613 426.074310 348.108172 4.548301 25.4692
7795872 79.985558 471.222463 401.291032 41.603605 61.8742
95976 28.440679 442.050408 279.115043 0.403836 2.3201

Loading…
Cancel
Save