Skip to content
New issue

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

Smooth and shorten abstract and introdution #22

Merged
merged 4 commits into from
May 10, 2024

Shorten abstract a bit more

170c07b
Select commit
Loading
Failed to load commit list.
Merged

Smooth and shorten abstract and introdution #22

Shorten abstract a bit more
170c07b
Select commit
Loading
Failed to load commit list.
Garnix CI / package mpibench [x86_64-linux] succeeded May 8, 2024 in 1m 20s

Run results

Build succeeded

Details

Last 100 lines of logs:

https://cache.nixos.org/9dz15ixkmz96j6skgd9sp2gpbclh2cpw.narinfo
https://cache.garnix.io/9dz15ixkmz96j6skgd9sp2gpbclh2cpw.narinfo
@nix {"action":"setPhase","phase":"unpackPhase"}
unpacking sources
unpacking source archive /nix/store/p44hq6q5wvw1jqmkkl4khf9sk7b8pprn-source
source root is source
@nix {"action":"setPhase","phase":"patchPhase"}
patching sources
@nix {"action":"setPhase","phase":"configurePhase"}
configuring
no configure script, doing nothing
@nix {"action":"setPhase","phase":"buildPhase"}
building
build flags: SHELL=/nix/store/8fv91097mbh5049i9rglc73dx6kjg3qk-bash-5.2-p15/bin/bash
rm -f mpiBench *.o
mpicc  -o mpiBench mpiBench.c
mpiBench.c: In function 'Print_Timings':
mpiBench.c:299:27: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'size_t' {aka 'long unsigned int'} [-Wformat=]
  299 |         printf("Bytes:\t%8u\tIters:\t%7d\t", bytes, iters);
      |                         ~~^                  ~~~~~
      |                           |                  |
      |                           unsigned int       size_t {aka long unsigned int}
      |                         %8lu
mpiBench.c: In function 'check_sbuffer':
mpiBench.c:476:76: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=]
  476 |             printf("Send buffer corruption detected on rank %d at sbuffer[%d]\n", rank, i);
      |                                                                           ~^            ~
      |                                                                            |            |
      |                                                                            int          size_t {aka long unsigned int}
      |                                                                           %ld
mpiBench.c: In function 'check_rbuffer':
mpiBench.c:491:81: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=]
  491 |               printf("Receive buffer corruption detected on rank %d at rbuffer[%d] from rank %d\n", rank_local, byte_offset+i, rank);
      |                                                                                ~^                               ~~~~~~~~~~~~~
      |                                                                                 |                                          |
      |                                                                                 int                                        size_t {aka long unsigned int}
      |                                                                                %ld
@nix {"action":"setPhase","phase":"installPhase"}
installing
@nix {"action":"setPhase","phase":"fixupPhase"}
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/9dz15ixkmz96j6skgd9sp2gpbclh2cpw-mpibench-unstable-2019-02-01
shrinking /nix/store/9dz15ixkmz96j6skgd9sp2gpbclh2cpw-mpibench-unstable-2019-02-01/bin/mpiBench
checking for references to /build/ in /nix/store/9dz15ixkmz96j6skgd9sp2gpbclh2cpw-mpibench-unstable-2019-02-01...
patching script interpreter paths in /nix/store/9dz15ixkmz96j6skgd9sp2gpbclh2cpw-mpibench-unstable-2019-02-01
stripping (with command strip and flags -S -p) in  /nix/store/9dz15ixkmz96j6skgd9sp2gpbclh2cpw-mpibench-unstable-2019-02-01/bin