anagainaru / HPC_IOpatterns

Extracting I/O patterns for different HPC application types.
1 stars 0 forks source link

[Distance matrix] Automatic mapping apps to domains #31

Open anagainaru opened 3 years ago

anagainaru commented 3 years ago

The mapping in distance_matrices.py is currently done manual:

37:    mapping = {'simple': "Simple", 'warpx': "WarpX",
38:                        'nwchem': "NWChem", 'lmp': "LAMMPS"}

We need to have a file application.description containing Executable name, Application name, Domain, Sub-domains (separated by space)