-
Notifications
You must be signed in to change notification settings - Fork 0
Measurements
Emil Vatai edited this page May 15, 2024
·
11 revisions
| env | fs | exe | t (arm) | t (x86) |
|---|---|---|---|---|
| container | dist | makedb | 51s | |
| fcc | local | makedb | 64s | 10s |
| container | dist | blastp | 1m25s | |
| container | local | blastp | 1m25s | |
| fcc | local | blastp | 2m48s | 6s |
| fcc (1core?) | dist | blastp | ~250s(4m+) | |
| llvm15 | dist | blastp | 1m14s | |
| ubuntu24.04 | dist | blastp | 1m45s | |
| ritvik_bld | dist | blastp | 1m44s | |
| graviton (1core) | blastp | 1m31s | ||
| graviton (48core) | blastp | 10s |
On fx1000 (Fugaku), the data files are in /dev/shm and the binary is /tmp/blastp.
On fx1000 the elapse time of /bin/time is reported. fx700 has no /bin/time so the bash’s time command.
| System | cores | time |
| fx1000 | 48 | 50s |
| fx700 | 48 | 18s |
| fx1000 | 36 | 51s |
| fx700 | 36 | 20s |
| fx1000 | 24 | 57s |
| fx700 | 24 | 24s |
| fx1000 | 1 | 5m15s |
| fx700 | 1 | 4m50s |