Arcane  v3.16.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
hip/runtime/TestCpp.cc
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2//-----------------------------------------------------------------------------
3// Copyright 2000-2025 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
4// See the top-level COPYRIGHT file for details.
5// SPDX-License-Identifier: Apache-2.0
6//-----------------------------------------------------------------------------
7/*---------------------------------------------------------------------------*/
8/* TestCpp.cc (C) 2000-2025 */
9/* */
10/* Fichier de tests pour HIP. */
11/*---------------------------------------------------------------------------*/
12/*---------------------------------------------------------------------------*/
13
15
16extern "C"
17int arcaneTestHip1();
18extern "C"
19int arcaneTestHip2();
20extern "C"
21int arcaneTestHip3();
22extern "C"
23int arcaneTestHipNumArray();
24extern "C"
25int arcaneTestHipReduction();
26extern "C"
27int arcaneTestVirtualFunction();
28
29extern "C" ARCANE_EXPORT
30int func0()
31{
32 arcaneTestHip1();
33 arcaneTestHip2();
34 arcaneTestHip3();
35 arcaneTestHipNumArray();
36 arcaneTestHipReduction();
37 arcaneTestVirtualFunction();
38 return 0;
39}
Fichier de configuration d'Arcane.