We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After SC, I need to investigate why this inconsistency happens. This applies for competitions, not for the main/10 node list.
Example from two different systems
Output from IOR 1: IOR-3.3.0+dev: MPI Coordinated Test of Parallel I/O ... task offset : 1 nodes : 1 tasks : 40 clients per node : 40
Output from IOR 2: IOR-3.3.0+dev: MPI Coordinated Test of Parallel I/O ... task offset : 1 tasks : 56 clients per node : 56 repetitions : 1
We used in our script the variable nodes, we need to change to tasks/clients per node, but I am wondering why this happens.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After SC, I need to investigate why this inconsistency happens. This applies for competitions, not for the main/10 node list.
Example from two different systems
Output from IOR 1:
IOR-3.3.0+dev: MPI Coordinated Test of Parallel I/O
...
task offset : 1
nodes : 1
tasks : 40
clients per node : 40
Output from IOR 2:
IOR-3.3.0+dev: MPI Coordinated Test of Parallel I/O
...
task offset : 1
tasks : 56
clients per node : 56
repetitions : 1
We used in our script the variable nodes, we need to change to tasks/clients per node, but I am wondering why this happens.
The text was updated successfully, but these errors were encountered: