<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
I have tried to execute join_vectorfiles (source in SRC_trig) to
concatenate case.vector files from a parallel run, using the syntax
as given in the 'join_vectorfiles.f' fortran program:<br>
<br>
'(x) join_vectorfiles [-up/-dn] case number_of_files'<br>
<br>
This did not work, as the program tried to open 'case' file without
any extension.<br>
<br>
Instead, I find that the command without arguments:<br>
<br>
'x join_vectorfiles [-up] [-so]' <br>
<br>
from the case directory works well. In particular, using both the
options '-up' and '-so' correctly concatenates the case.vectorsoup_#
obtained from a SOC parallel computation.<br>
<br>
Probably, one should modify the syntax in the 'usage' line of the
fortran program file, which seems to be no longer valid.<br>
<br>
<br>
</body>
</html>