;;;; mpi.import.scm - GENERATED BY CHICKEN 4.10.0 -*- Scheme -*- (eval '(import scheme chicken foreign srfi-1 srfi-4 data-structures)) (##sys#register-compiled-module 'mpi (list) '((MPI:barrier . mpi#MPI:barrier) (MPI:broadcast-int . mpi#MPI:broadcast-int) (MPI:scatter-int . mpi#MPI:scatter-int) (MPI:gather-int . mpi#MPI:gather-int) (MPI:allgather-int . mpi#MPI:allgather-int) (MPI:broadcast-flonum . mpi#MPI:broadcast-flonum) (MPI:scatter-flonum . mpi#MPI:scatter-flonum) (MPI:gather-flonum . mpi#MPI:gather-flonum) (MPI:allgather-flonum . mpi#MPI:allgather-flonum) (MPI:broadcast-fixnum . mpi#MPI:broadcast-fixnum) (MPI:broadcast-bytevector . mpi#MPI:broadcast-bytevector) (MPI:scatter-bytevector . mpi#MPI:scatter-bytevector) (MPI:scatterv-bytevector . mpi#MPI:scatterv-bytevector) (MPI:gather-bytevector . mpi#MPI:gather-bytevector) (MPI:gatherv-bytevector . mpi#MPI:gatherv-bytevector) (MPI:allgather-bytevector . mpi#MPI:allgather-bytevector) (MPI:broadcast-s8vector . mpi#MPI:broadcast-s8vector) (MPI:scatter-s8vector . mpi#MPI:scatter-s8vector) (MPI:scatterv-s8vector . mpi#MPI:scatterv-s8vector) (MPI:gather-s8vector . mpi#MPI:gather-s8vector) (MPI:gatherv-s8vector . mpi#MPI:gatherv-s8vector) (MPI:allgather-s8vector . mpi#MPI:allgather-s8vector) (MPI:broadcast-u8vector . mpi#MPI:broadcast-u8vector) (MPI:scatter-u8vector . mpi#MPI:scatter-u8vector) (MPI:scatterv-u8vector . mpi#MPI:scatterv-u8vector) (MPI:gather-u8vector . mpi#MPI:gather-u8vector) (MPI:gatherv-u8vector . mpi#MPI:gatherv-u8vector) (MPI:allgather-u8vector . mpi#MPI:allgather-u8vector) (MPI:broadcast-s16vector . mpi#MPI:broadcast-s16vector) (MPI:scatter-s16vector . mpi#MPI:scatter-s16vector) (MPI:scatterv-s16vector . mpi#MPI:scatterv-s16vector) (MPI:gather-s16vector . mpi#MPI:gather-s16vector) (MPI:gatherv-s16vector . mpi#MPI:gatherv-s16vector) (MPI:allgather-s16vector . mpi#MPI:allgather-s16vector) (MPI:broadcast-u16vector . mpi#MPI:broadcast-u16vector) (MPI:scatter-u16vector . mpi#MPI:scatter-u16vector) (MPI:scatterv-u16vector . mpi#MPI:scatterv-u16vector) (MPI:gather-u16vector . mpi#MPI:gather-u16vector) (MPI:gatherv-u16vector . mpi#MPI:gatherv-u16vector) (MPI:allgather-u16vector . mpi#MPI:allgather-u16vector) (MPI:broadcast-s32vector . mpi#MPI:broadcast-s32vector) (MPI:scatter-s32vector . mpi#MPI:scatter-s32vector) (MPI:scatterv-s32vector . mpi#MPI:scatterv-s32vector) (MPI:gather-s32vector . mpi#MPI:gather-s32vector) (MPI:gatherv-s32vector . mpi#MPI:gatherv-s32vector) (MPI:allgather-s32vector . mpi#MPI:allgather-s32vector) (MPI:broadcast-u32vector . mpi#MPI:broadcast-u32vector) (MPI:scatter-u32vector . mpi#MPI:scatter-u32vector) (MPI:scatterv-u32vector . mpi#MPI:scatterv-u32vector) (MPI:gather-u32vector . mpi#MPI:gather-u32vector) (MPI:gatherv-u32vector . mpi#MPI:gatherv-u32vector) (MPI:allgather-u32vector . mpi#MPI:allgather-u32vector) (MPI:broadcast-f32vector . mpi#MPI:broadcast-f32vector) (MPI:scatter-f32vector . mpi#MPI:scatter-f32vector) (MPI:scatterv-f32vector . mpi#MPI:scatterv-f32vector) (MPI:gather-f32vector . mpi#MPI:gather-f32vector) (MPI:gatherv-f32vector . mpi#MPI:gatherv-f32vector) (MPI:allgather-f32vector . mpi#MPI:allgather-f32vector) (MPI:broadcast-f64vector . mpi#MPI:broadcast-f64vector) (MPI:scatter-f64vector . mpi#MPI:scatter-f64vector) (MPI:scatterv-f64vector . mpi#MPI:scatterv-f64vector) (MPI:gather-f64vector . mpi#MPI:gather-f64vector) (MPI:gatherv-f64vector . mpi#MPI:gatherv-f64vector) (MPI:allgather-f64vector . mpi#MPI:allgather-f64vector) (MPI:reduce-int . mpi#MPI:reduce-int) (MPI:reduce-flonum . mpi#MPI:reduce-flonum) (MPI:allreduce-int . mpi#MPI:allreduce-int) (MPI:allreduce-flonum . mpi#MPI:allreduce-flonum) (MPI:scan-int . mpi#MPI:scan-int) (MPI:scan-flonum . mpi#MPI:scan-flonum) (MPI:reduce-s8vector . mpi#MPI:reduce-s8vector) (MPI:allreduce-s8vector . mpi#MPI:allreduce-s8vector) (MPI:scan-s8vector . mpi#MPI:scan-s8vector) (MPI:reduce-u8vector . mpi#MPI:reduce-u8vector) (MPI:allreduce-u8vector . mpi#MPI:allreduce-u8vector) (MPI:scan-u8vector . mpi#MPI:scan-u8vector) (MPI:reduce-s16vector . mpi#MPI:reduce-s16vector) (MPI:allreduce-s16vector . mpi#MPI:allreduce-s16vector) (MPI:scan-s16vector . mpi#MPI:scan-s16vector) (MPI:reduce-u16vector . mpi#MPI:reduce-u16vector) (MPI:allreduce-u16vector . mpi#MPI:allreduce-u16vector) (MPI:scan-u16vector . mpi#MPI:scan-u16vector) (MPI:reduce-s32vector . mpi#MPI:reduce-s32vector) (MPI:allreduce-s32vector . mpi#MPI:allreduce-s32vector) (MPI:scan-s32vector . mpi#MPI:scan-s32vector) (MPI:reduce-u32vector . mpi#MPI:reduce-u32vector) (MPI:allreduce-u32vector . mpi#MPI:allreduce-u32vector) (MPI:scan-u32vector . mpi#MPI:scan-u32vector) (MPI:reduce-f32vector . mpi#MPI:reduce-f32vector) (MPI:allreduce-f32vector . mpi#MPI:allreduce-f32vector) (MPI:scan-f32vector . mpi#MPI:scan-f32vector) (MPI:reduce-f64vector . mpi#MPI:reduce-f64vector) (MPI:allreduce-f64vector . mpi#MPI:allreduce-f64vector) (MPI:scan-f64vector . mpi#MPI:scan-f64vector) (MPI:comm? . mpi#MPI:comm?) (MPI:get-comm-world . mpi#MPI:get-comm-world) (MPI:comm-size . mpi#MPI:comm-size) (MPI:comm-rank . mpi#MPI:comm-rank) (MPI:comm-equal? . mpi#MPI:comm-equal?) (MPI:comm-split . mpi#MPI:comm-split) (MPI:comm-create . mpi#MPI:comm-create) (MPI:undefined . mpi#MPI:undefined) (MPI:make-cart . mpi#MPI:make-cart) (MPI:make-dims . mpi#MPI:make-dims) (MPI:cart-rank . mpi#MPI:cart-rank) (MPI:cart-coords . mpi#MPI:cart-coords) (MPI:group? . mpi#MPI:group?) (MPI:group-size . mpi#MPI:group-size) (MPI:group-rank . mpi#MPI:group-rank) (MPI:group-translate-ranks . mpi#MPI:group-translate-ranks) (MPI:comm-group . mpi#MPI:comm-group) (MPI:group-union . mpi#MPI:group-union) (MPI:group-difference . mpi#MPI:group-difference) (MPI:group-intersection . mpi#MPI:group-intersection) (MPI:group-incl . mpi#MPI:group-incl) (MPI:group-excl . mpi#MPI:group-excl) (MPI:group-range-incl . mpi#MPI:group-range-incl) (MPI:group-range-excl . mpi#MPI:group-range-excl) (MPI:init . mpi#MPI:init) (MPI:spawn . mpi#MPI:spawn) (MPI:finalize . mpi#MPI:finalize) (MPI:wtime . mpi#MPI:wtime) (MPI:send . mpi#MPI:send) (MPI:send-fixnum . mpi#MPI:send-fixnum) (MPI:send-int . mpi#MPI:send-int) (MPI:send-flonum . mpi#MPI:send-flonum) (MPI:send-u8vector . mpi#MPI:send-u8vector) (MPI:send-s8vector . mpi#MPI:send-s8vector) (MPI:send-u16vector . mpi#MPI:send-u16vector) (MPI:send-s16vector . mpi#MPI:send-s16vector) (MPI:send-u32vector . mpi#MPI:send-u32vector) (MPI:send-s32vector . mpi#MPI:send-s32vector) (MPI:send-f32vector . mpi#MPI:send-f32vector) (MPI:send-f64vector . mpi#MPI:send-f64vector) (MPI:send-bytevector . mpi#MPI:send-bytevector) (MPI:probe . mpi#MPI:probe) (MPI:receive . mpi#MPI:receive) (MPI:receive-with-status . mpi#MPI:receive-with-status) (MPI:receive-flonum . mpi#MPI:receive-flonum) (MPI:receive-fixnum . mpi#MPI:receive-fixnum) (MPI:receive-int . mpi#MPI:receive-int) (MPI:receive-u8vector . mpi#MPI:receive-u8vector) (MPI:receive-s8vector . mpi#MPI:receive-s8vector) (MPI:receive-u16vector . mpi#MPI:receive-u16vector) (MPI:receive-s16vector . mpi#MPI:receive-s16vector) (MPI:receive-u32vector . mpi#MPI:receive-u32vector) (MPI:receive-s32vector . mpi#MPI:receive-s32vector) (MPI:receive-f32vector . mpi#MPI:receive-f32vector) (MPI:receive-f64vector . mpi#MPI:receive-f64vector) (MPI:receive-bytevector . mpi#MPI:receive-bytevector) (MPI:any-tag . mpi#MPI:any-tag) (MPI:any-source . mpi#MPI:any-source) (MPI:i_max . mpi#MPI:i_max) (MPI:i_min . mpi#MPI:i_min) (MPI:i_sum . mpi#MPI:i_sum) (MPI:i_prod . mpi#MPI:i_prod) (MPI:i_land . mpi#MPI:i_land) (MPI:i_lor . mpi#MPI:i_lor) (MPI:i_xor . mpi#MPI:i_xor) (MPI:f_max . mpi#MPI:f_max) (MPI:f_min . mpi#MPI:f_min) (MPI:f_sum . mpi#MPI:f_sum) (MPI:f_prod . mpi#MPI:f_prod) (MPI-rr-fold . mpi#MPI-rr-fold) (MPI-rr-foldi . mpi#MPI-rr-foldi) (MPI-rr-map . mpi#MPI-rr-map) (MPI-rr-for-each . mpi#MPI-rr-for-each)) (list) (list)) ;; END OF FILE