repo
stringlengths
1
152
file
stringlengths
15
205
code
stringlengths
0
41.6M
file_length
int64
0
41.6M
avg_line_length
float64
0
1.81M
max_line_length
int64
0
12.7M
extension_type
stringclasses
90 values
null
ceph-main/src/tools/rbd_mirror/leader_watcher/Types.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "Types.h" #include "include/ceph_assert.h" #include "include/stringify.h" #include "common/Formatter.h" namespace rbd { namespace mirror { namespace leader_watcher { namespace { class EncodePayloadVisitor : pu...
3,880
22.95679
82
cc
null
ceph-main/src/tools/rbd_mirror/leader_watcher/Types.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef RBD_MIRROR_LEADER_WATCHER_TYPES_H #define RBD_MIRROR_LEADER_WATCHER_TYPES_H #include "include/int_types.h" #include "include/buffer_fwd.h" #include "include/encoding.h" #include <string> #include <vector> #includ...
2,870
23.330508
79
h
null
ceph-main/src/tools/rbd_mirror/pool_watcher/RefreshImagesRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "tools/rbd_mirror/pool_watcher/RefreshImagesRequest.h" #include "common/debug.h" #include "common/errno.h" #include "cls/rbd/cls_rbd_client.h" #include "librbd/Utils.h" #include <map> #define dout_context g_ceph...
2,281
24.355556
82
cc
null
ceph-main/src/tools/rbd_mirror/pool_watcher/RefreshImagesRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_RBD_MIRROR_POOL_WATCHER_REFRESH_IMAGES_REQUEST_H #define CEPH_RBD_MIRROR_POOL_WATCHER_REFRESH_IMAGES_REQUEST_H #include "include/buffer.h" #include "include/rados/librados.hpp" #include "tools/rbd_mirror/Typ...
1,718
22.22973
88
h
null
ceph-main/src/tools/rbd_mirror/pool_watcher/Types.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_RBD_MIRROR_POOL_WATCHER_TYPES_H #define CEPH_RBD_MIRROR_POOL_WATCHER_TYPES_H #include "tools/rbd_mirror/Types.h" #include <string> namespace rbd { namespace mirror { namespace pool_watcher { struct Listene...
656
22.464286
70
h
null
ceph-main/src/tools/rbd_mirror/service_daemon/Types.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "tools/rbd_mirror/service_daemon/Types.h" #include <iostream> namespace rbd { namespace mirror { namespace service_daemon { std::ostream& operator<<(std::ostream& os, const CalloutLevel& callout_level) { swit...
609
19.333333
79
cc
null
ceph-main/src/tools/rbd_mirror/service_daemon/Types.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_RBD_MIRROR_SERVICE_DAEMON_TYPES_H #define CEPH_RBD_MIRROR_SERVICE_DAEMON_TYPES_H #include "include/int_types.h" #include <iosfwd> #include <string> #include <boost/variant.hpp> namespace rbd { namespace mir...
782
22.029412
78
h
null
ceph-main/src/tools/rbd_nbd/nbd-netlink.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * Copyright (C) 2017 Facebook. All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public * License v2 as published by the Free Software Foundation. * * This progra...
2,423
23
68
h
null
ceph-main/src/tools/rbd_nbd/rbd-nbd.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab /* * rbd-nbd - RBD in userspace * * Copyright (C) 2015 - 2016 Kylin Corporation * * Author: Yunchuan Wen <yunchuan.wen@kylin-cloud.com> * Li Wang <li.wang@kylin-cloud.com> * * This is free software; you ca...
62,839
25.270903
116
cc
null
ceph-main/src/tools/rbd_recover_tool/test_rbd_recover_tool.sh
#!/usr/bin/env bash # # Copyright (C) 2015 Ubuntu Kylin # # Author: Min Chen <minchen@ubuntukylin.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as published by # the Free Software Foundation; either version 2, or (at your option) # a...
13,603
24.053407
165
sh
null
ceph-main/src/tools/rbd_wnbd/rbd_wnbd.cc
/* * rbd-wnbd - RBD in userspace * * Copyright (C) 2020 SUSE LINUX GmbH * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software * Foundation. See file COPYING. * */ #include <objidl.h> // L...
58,098
30.035791
95
cc
null
ceph-main/src/tools/rbd_wnbd/rbd_wnbd.h
/* * Ceph - scalable distributed file system * * Copyright (C) 2020 SUSE LINUX GmbH * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software * Foundation. See file COPYING. * */ #ifndef RBD...
4,685
23.154639
76
h
null
ceph-main/src/tools/rbd_wnbd/wnbd_handler.cc
/* * Ceph - scalable distributed file system * * Copyright (C) 2020 SUSE LINUX GmbH * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software * Foundation. See file COPYING. * */ #define dou...
12,469
26.286652
85
cc
null
ceph-main/src/tools/rbd_wnbd/wnbd_handler.h
/* * Ceph - scalable distributed file system * * Copyright (C) 2020 SUSE LINUX GmbH * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software * Foundation. See file COPYING. * */ #ifndef WNB...
4,886
24.857143
80
h
null
ceph-main/src/tools/rbd_wnbd/wnbd_wmi.cc
/* * Ceph - scalable distributed file system * * Copyright (c) 2019 SUSE LLC * Copyright (C) 2022 Cloudbase Solutions * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software * Foundation. Se...
6,511
23.854962
78
cc
null
ceph-main/src/tools/rbd_wnbd/wnbd_wmi.h
/* * Ceph - scalable distributed file system * * Copyright (c) 2019 SUSE LLC * Copyright (C) 2022 Cloudbase Solutions * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software * Foundation. Se...
2,059
17.727273
74
h
null
ceph-main/src/tracing/tracing-common.h
#if !defined(TRACING_COMMON_H) #define TRACING_COMMON_H // Amount of buffer data to dump when using ceph_ctf_sequence or ceph_ctf_sequencep. // If 0, then *_data field is omitted entirely. #if !defined(CEPH_TRACE_BUF_TRUNC_LEN) #define CEPH_TRACE_BUF_TRUNC_LEN 0u #endif // TODO: This is GCC-specific. Replace CEPH_MA...
4,279
40.553398
141
h
lightly
lightly-master/docs/source/_templates/footer.html
<!-- Copied from https://github.com/readthedocs/sphinx_rtd_theme/blob/ddf840cb7206d7c45270560f077b12daa147f915/sphinx_rtd_theme/footer.html Adapted to add link to website from copyright in the footer, see comment below --> <footer> {% if (theme_prev_next_buttons_location == 'bottom' or theme_prev_next_buttons...
2,704
44.083333
269
html
lightly
lightly-master/docs/source/_templates/layout.html
{% extends "!layout.html" %} {# Custom CSS overrides #} {% set bootswatch_css_custom = ['/_static/my-styles.css'] %} <!-- Copy from https://github.com/readthedocs/sphinx_rtd_theme/blob/ddf840cb7206d7c45270560f077b12daa147f915/sphinx_rtd_theme/layout.html#L184-L205 We need this to override the footer --> {%- blo...
2,190
25.083333
145
html
lightly
lightly-master/tests/UNMOCKED_end2end_tests/run_all_unmocked_tests.sh
#!/bin/bash set -e # Get the parameters export LIGHTLY_TOKEN=$1 [[ -z "$LIGHTLY_TOKEN" ]] && { echo "Error: token is empty" ; exit 1; } echo "############################### token: ${LIGHTLY_TOKEN}" DATE_TIME=$(date +%Y-%m-%d-%H-%M-%S) echo "############################### Download the clothing_dataset_small" DIR_D...
1,045
31.6875
113
sh
evo
evo-master/.ci/debian_install_pip3.sh
#!/bin/bash set -e apt update apt install -y python3-pip
59
7.571429
26
sh
evo
evo-master/.ci/ros_entrypoint.sh
#!/bin/bash set -e source "/opt/ros/$ROS_DISTRO/setup.bash" exec "$@"
72
9.428571
40
sh
evo
evo-master/.ci/ros_run_tests.sh
#!/bin/bash set -e workdir=$1 source /opt/ros/$ROS_DISTRO/setup.sh cd $workdir pytest -sv
93
8.4
36
sh
evo
evo-master/.ci/run_yapf.sh
#!/bin/bash set -e if [ ! -f setup.py ]; then echo "Error: please execute it in the base directory of the repository." exit 1 fi # Exclude 3rd party files. yapf --recursive --in-place -vv . \ --exclude "fastentrypoints.py" \ --exclude "evo/core/transformations.py" \ --exclude "test/tum_benchmark_tools/*" ...
322
19.1875
74
sh
evo
evo-master/contrib/print_duplicate_timestamps.sh
#!/bin/bash set -e usage=" Print lines with duplicate timestamps in TUM or EuRoC trajectory files.\n\n Usage: ./print_duplicates.sh TRAJECTORY " if [ "$#" -ne 1 ]; then echo -e $usage exit 1 fi cut -d" " -f 1 $1 | uniq -D
235
12.882353
75
sh
evo
evo-master/test/run_all_demos.sh
#!/usr/bin/env bash set -e # exit on error n="" if [[ $* == *--no_plots* ]]; then n="--no_plots" fi # run all demo scripts to get cheap app tests yes | demos/traj_demo.sh "$n" yes | demos/ape_demo.sh "$n" yes | demos/rpe_demo.sh "$n" yes | demos/res_demo.sh "$n" yes | demos/latex_demo.sh "$n" echo "enter 'y' t...
422
18.227273
48
sh
evo
evo-master/test/demos/ape_demo.sh
#!/usr/bin/env bash set -e # exit on error # printf "\033c" resets the output function log { printf "\033c"; echo -e "\033[32m[$BASH_SOURCE] $1\033[0m"; } function echo_and_run { echo -e "\$ $@" ; read input; "$@" ; read input; } # always run in script directory parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; ...
1,350
35.513514
109
sh
evo
evo-master/test/demos/clean.sh
#!/usr/bin/env bash # always run in script directory parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P ) cd "$parent_path" rm -I *.bag *.kitti *.tum *.csv *.pdf *.zip *.pgf *.log *.aux *.json
204
24.625
68
sh
evo
evo-master/test/demos/config_demo.sh
#!/usr/bin/env bash set -e # exit on error # printf "\033c" resets the output function log { printf "\033c"; echo -e "\033[32m[$BASH_SOURCE] $1\033[0m"; } function echo_and_run { echo -e "\$ $@" ; read input; "$@" ; read input; } # always run in script directory parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; ...
989
29
85
sh
evo
evo-master/test/demos/latex_demo.sh
#!/usr/bin/env bash # set -e # exit on error # printf "\033c" resets the output function log { printf "\033c"; echo -e "\033[32m[$BASH_SOURCE] $1\033[0m"; } function echo_and_run { echo -e "\$ $@" ; read input; "$@" ; read input; } # always run in script directory parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ...
751
27.923077
126
sh
evo
evo-master/test/demos/res_demo.sh
#!/usr/bin/env bash # printf "\033c" resets the output function log { printf "\033c"; echo -e "\033[32m[$BASH_SOURCE] $1\033[0m"; } function echo_and_run { echo -e "\$ $@" ; read input; "$@" ; read input; } # always run in script directory parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P ) cd "$parent_path...
1,073
23.409091
76
sh
evo
evo-master/test/demos/rpe_demo.sh
#!/usr/bin/env bash set -e # exit on error # printf "\033c" resets the output function log { printf "\033c"; echo -e "\033[32m[$BASH_SOURCE] $1\033[0m"; } function echo_and_run { echo -e "\$ $@" ; read input; "$@" ; read input; } # always run in script directory parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; ...
1,462
38.540541
117
sh
evo
evo-master/test/demos/traj_demo.sh
#!/usr/bin/env bash set -e # exit on error # printf "\033c" resets the output function log { printf "\033c"; echo -e "\033[32m[$BASH_SOURCE] $1\033[0m"; } function echo_and_run { echo -e "\$ $@" ; read input; "$@" ; read input; } # always run in script directory parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; ...
1,462
31.511111
106
sh
null
qimera-main/eval_cifar100_4bit.sh
#!/bin/bash python main.py --conf_path ./cifar100_resnet20.hocon --multi_label_prob 0.4 --multi_label_num 10 --id 01 --eval
124
40.666667
111
sh
null
qimera-main/eval_cifar10_4bit.sh
#!/bin/bash python main.py --conf_path ./cifar10_resnet20.hocon --multi_label_prob 0.4 --multi_label_num 2 --id 01 --randemb --eval
132
43.333333
119
sh
null
qimera-main/eval_imgnet_mobilenet_v2_4bit.sh
#!/bin/bash python main.py --conf_path ./imagenet_mobilenet_v2.hocon --multi_label_prob 0.4 --multi_label_num 500 --id 01 --randemb --eval
139
45.666667
126
sh
null
qimera-main/eval_imgnet_resnet18_4bit.sh
#!/bin/bash python main.py --conf_path ./imagenet_resnet18.hocon --multi_label_prob 0.4 --multi_label_num 100 --id 01 --eval
125
41
112
sh
null
qimera-main/eval_imgnet_resnet50_4bit.sh
#!/bin/bash python main.py --conf_path ./imagenet_resnet50.hocon --multi_label_prob 0.7 --multi_label_num 500 --id 01 --eval
125
41
112
sh
null
qimera-main/run_cifar100_4bit.sh
#!/bin/bash python main.py --conf_path ./cifar100_resnet20.hocon --multi_label_prob 0.4 --multi_label_num 10 --id 01
117
38.333333
104
sh
null
qimera-main/run_cifar10_4bit.sh
#!/bin/bash python main.py --conf_path ./cifar10_resnet20.hocon --multi_label_prob 0.4 --multi_label_num 2 --id 01 --randemb
125
41
112
sh
null
qimera-main/run_imgnet_mobilenet_v2_4bit.sh
#!/bin/bash python main.py --conf_path ./imagenet_mobilenet_v2.hocon --multi_label_prob 0.4 --multi_label_num 100 --id 01 --randemb
132
43.333333
119
sh
null
qimera-main/run_imgnet_resnet18_4bit.sh
#!/bin/bash python main.py --conf_path ./imagenet_resnet18.hocon --multi_label_prob 0.4 --multi_label_num 500 --id 01 --randemb
128
42
115
sh
null
qimera-main/run_imgnet_resnet50_4bit.sh
#!/bin/bash python main.py --conf_path ./imagenet_resnet50.hocon --multi_label_prob 0.7 --multi_label_num 500 --id 01
118
38.666667
105
sh
null
qimera-main/other_train_scripts/eval_cifar100_5bit.sh
#!/bin/bash python main.py --conf_path ./cifar100_resnet20.hocon --multi_label_prob 0.4 --multi_label_num 50 --id 01 --qw 5 --qa 5 --eval
139
45.666667
126
sh
null
qimera-main/other_train_scripts/eval_cifar10_5bit.sh
#!/bin/bash python main.py --conf_path ./cifar10_resnet20.hocon --multi_label_prob 0.4 --multi_label_num 2 --id 01 --randemb --qw 5 --qa 5 --eval
146
48
133
sh
null
qimera-main/other_train_scripts/eval_imgnet_mobilenet_v2_5bit.sh
#!/bin/bash python main.py --conf_path ./imagenet_mobilenet_v2.hocon --multi_label_prob 0.4 --multi_label_num 100 --id 01 --randemb --qw 5 --qa 5 --eval
154
50.666667
141
sh
null
qimera-main/other_train_scripts/eval_imgnet_resnet18_5bit.sh
#!/bin/bash python main.py --conf_path ./imagenet_resnet18.hocon --multi_label_prob 0.4 --multi_label_num 100 --id 01 --randemb --qw 5 --qa 5 --eval
150
49.333333
137
sh
null
qimera-main/other_train_scripts/eval_imgnet_resnet50_5bit.sh
#!/bin/bash python main.py --conf_path ./imagenet_resnet50.hocon --multi_label_prob 0.7 --multi_label_num 100 --id 01 --qw 5 --qa 5 --eval
140
46
127
sh
null
qimera-main/other_train_scripts/run_cifar100_5bit.sh
#!/bin/bash python main.py --conf_path ./cifar100_resnet20.hocon --multi_label_prob 0.4 --multi_label_num 50 --id 01 --qw 5 --qa 5
132
43.333333
119
sh
null
qimera-main/other_train_scripts/run_cifar10_5bit.sh
#!/bin/bash python main.py --conf_path ./cifar10_resnet20.hocon --multi_label_prob 0.4 --multi_label_num 2 --id 01 --randemb --qw 5 --qa 5
139
45.666667
126
sh
null
qimera-main/other_train_scripts/run_imgnet_mobilenet_v2_5bit.sh
#!/bin/bash python main.py --conf_path ./imagenet_mobilenet_v2.hocon --multi_label_prob 0.4 --multi_label_num 100 --id 01 --randemb --qw 5 --qa 5
147
48.333333
134
sh
null
qimera-main/other_train_scripts/run_imgnet_resnet18_5bit.sh
#!/bin/bash python main.py --conf_path ./imagenet_resnet18.hocon --multi_label_prob 0.4 --multi_label_num 100 --id 01 --randemb --qw 5 --qa 5
143
47
130
sh
null
qimera-main/other_train_scripts/run_imgnet_resnet50_5bit.sh
#!/bin/bash python main.py --conf_path ./imagenet_resnet50.hocon --multi_label_prob 0.7 --multi_label_num 100 --id 01 --qw 5 --qa 5
133
43.666667
120
sh
AMG
AMG-master/HYPRE.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
2,050
30.553846
81
h
AMG
AMG-master/IJ_mv/HYPRE_IJ_mv.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
17,922
37.297009
81
h
AMG
AMG-master/IJ_mv/IJ_matrix.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
4,194
41.373737
87
h
AMG
AMG-master/IJ_mv/IJ_vector.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
3,239
36.674419
86
h
AMG
AMG-master/IJ_mv/_hypre_IJ_mv.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
20,542
53.203166
245
h
AMG
AMG-master/IJ_mv/aux_par_vector.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
2,631
46.854545
83
h
AMG
AMG-master/IJ_mv/aux_parcsr_matrix.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
5,131
53.021053
86
h
AMG
AMG-master/IJ_mv/headers.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
1,038
36.107143
81
h
AMG
AMG-master/krylov/HYPRE_MatvecFunctions.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
1,565
42.5
81
h
AMG
AMG-master/krylov/HYPRE_krylov.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
13,743
27.279835
86
h
AMG
AMG-master/krylov/gmres.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
5,459
30.37931
83
h
AMG
AMG-master/krylov/krylov.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
23,667
43.322097
178
h
AMG
AMG-master/krylov/pcg.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
7,406
34.440191
89
h
AMG
AMG-master/parcsr_ls/HYPRE_parcsr_ls.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
52,977
36.895565
107
h
AMG
AMG-master/parcsr_ls/_hypre_parcsr_ls.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
66,694
74.446833
566
h
AMG
AMG-master/parcsr_ls/ams.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
7,471
37.715026
89
h
AMG
AMG-master/parcsr_ls/aux_interp.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
2,478
40.316667
141
h
AMG
AMG-master/parcsr_ls/headers.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
1,017
36.703704
81
h
AMG
AMG-master/parcsr_ls/par_amg.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
14,437
41.589971
91
h
AMG
AMG-master/parcsr_mv/HYPRE_parcsr_mv.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
4,801
56.855422
271
h
AMG
AMG-master/parcsr_mv/_hypre_parcsr_mv.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
31,325
60.303327
812
h
AMG
AMG-master/parcsr_mv/headers.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
1,030
34.551724
81
h
AMG
AMG-master/parcsr_mv/new_commpkg.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
1,343
36.333333
81
h
AMG
AMG-master/parcsr_mv/par_csr_assumed_part.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
1,422
36.447368
81
h
AMG
AMG-master/parcsr_mv/par_csr_communication.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
5,177
39.453125
87
h
AMG
AMG-master/parcsr_mv/par_csr_matrix.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
9,164
49.357143
87
h
AMG
AMG-master/parcsr_mv/par_vector.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
3,376
39.202381
94
h
AMG
AMG-master/seq_mv/HYPRE_seq_mv.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
3,825
30.619835
104
h
AMG
AMG-master/seq_mv/csr_matrix.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
3,814
38.329897
81
h
AMG
AMG-master/seq_mv/headers.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
1,007
36.333333
81
h
AMG
AMG-master/seq_mv/seq_mv.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
8,927
43.864322
203
h
AMG
AMG-master/seq_mv/vector.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
2,725
41.59375
87
h
AMG
AMG-master/utilities/HYPRE_error_f.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
1,635
45.742857
81
h
AMG
AMG-master/utilities/HYPRE_utilities.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
4,644
32.178571
82
h
AMG
AMG-master/utilities/_hypre_utilities.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
45,750
41.089236
226
h
AMG
AMG-master/utilities/amg_linklist.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
1,674
30.603774
81
h
AMG
AMG-master/utilities/caliper_instrumentation.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
1,593
34.422222
83
h
AMG
AMG-master/utilities/exchange_data.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
3,071
44.850746
92
h
AMG
AMG-master/utilities/general.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
2,111
33.622951
89
h
AMG
AMG-master/utilities/hypre_error.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
1,958
43.522727
109
h
AMG
AMG-master/utilities/hypre_hopscotch_hash.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
21,351
31.798771
233
h
AMG
AMG-master/utilities/hypre_memory.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
4,292
35.692308
92
h
AMG
AMG-master/utilities/hypre_smp.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
1,028
41.875
81
h
AMG
AMG-master/utilities/mpistubs.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
16,426
53.214521
226
h
AMG
AMG-master/utilities/threading.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
1,338
33.333333
85
h
AMG
AMG-master/utilities/timing.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
4,315
32.71875
81
h
AMG
AMG-master/utilities/umalloc_local.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
1,449
29.851064
81
h