Multi-Arch Wrapper Script
Project description
MARCH - Multi Arch Wrapper Script
Utility program for the execution of machine-optimised alternatives. The general system setting is done via kernel command line: march={v2,v3,v4} If the parent directory of some program exists with a -march suffix and contains an executable with the same name, run that instead of program.
Example
Existing layout
/usr/bin/prog # standard program
/usr/bin-v3/prog # optimised version of program
# executing prog via march
march -mv3 prog
# result in execution of /usr/bin-v3/prog
Notes
The same holds true, if you insert /usr/bin-v3
before /usr/bin
in $PATH
of course, but march
does not require any $PATH
modification and will work
with executables in non-standard paths as well.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
march-0.1.tar.gz
(11.7 kB
view details)
File details
Details for the file march-0.1.tar.gz
.
File metadata
- Download URL: march-0.1.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/6.0.0 pkginfo/1.5.0.1 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | acc930d8cdb98a109a08f6e8dc1ac377873739dca4ff34b251561bc10c3b56ca |
|
MD5 | e44e694b1dacd9befbb78a8ac70aeaaf |
|
BLAKE2b-256 | b115c7115929447d94ae637a944414b4f30408b840a75a14c8dbf6c94c1585d1 |