-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch for fujitsu compiler support
- Loading branch information
Showing
59 changed files
with
59 additions
and
468 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,15 +5,8 @@ | |
# IDDN.FR.001.210022.000.S.P.2014.000.10800 # | ||
# This file is part of the Wi4MPI library. # | ||
# # | ||
# This software is governed by the CeCILL-C license under French law # | ||
# and abiding by the rules of distribution of free software. You can # | ||
# use, modify and/ or redistribute the software under the terms of # | ||
# the CeCILL-C license as circulated by CEA, CNRS and INRIA at the # | ||
# following URL http://www.cecill.info. # | ||
# SPDX-License-Identifier: BSD-3-Clause OR CeCILL-B # | ||
# # | ||
# The fact that you are presently reading this means that you have # | ||
# had knowledge of the CeCILL-C license and that you accept its # | ||
# terms. # | ||
# # | ||
# Authors: # | ||
# - Delforge Tony <[email protected]> # | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,15 +5,8 @@ | |
# IDDN.FR.001.210022.000.S.P.2014.000.10800 # | ||
# This file is part of the Wi4MPI library. # | ||
# # | ||
# This software is governed by the CeCILL-C license under French law # | ||
# and abiding by the rules of distribution of free software. You can # | ||
# use, modify and/ or redistribute the software under the terms of # | ||
# the CeCILL-C license as circulated by CEA, CNRS and INRIA at the # | ||
# following URL http://www.cecill.info. # | ||
# SPDX-License-Identifier: BSD-3-Clause OR CeCILL-B # | ||
# # | ||
# The fact that you are presently reading this means that you have # | ||
# had knowledge of the CeCILL-C license and that you accept its # | ||
# terms. # | ||
# # | ||
# Authors: # | ||
# - Delforge Tony <[email protected]> # | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,15 +5,8 @@ | |
# IDDN.FR.001.210022.000.S.P.2014.000.10800 # | ||
# This file is part of the Wi4MPI library. # | ||
# # | ||
# This software is governed by the CeCILL-C license under French law # | ||
# and abiding by the rules of distribution of free software. You can # | ||
# use, modify and/ or redistribute the software under the terms of # | ||
# the CeCILL-C license as circulated by CEA, CNRS and INRIA at the # | ||
# following URL http://www.cecill.info. # | ||
# SPDX-License-Identifier: BSD-3-Clause OR CeCILL-B # | ||
# # | ||
# The fact that you are presently reading this means that you have # | ||
# had knowledge of the CeCILL-C license and that you accept its # | ||
# terms. # | ||
# # | ||
# Authors: # | ||
# - Delforge Tony <[email protected]> # | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,15 +31,8 @@ def header_license_file(): | |
string=string+'//# IDDN.FR.001.210022.000.S.P.2014.000.10800 #'+'\n' | ||
string=string+'//# This file is part of the Wi4MPI library. #'+'\n' | ||
string=string+'//# #'+'\n' | ||
string=string+'//# This software is governed by the CeCILL-C license under French law #'+'\n' | ||
string=string+'//# and abiding by the rules of distribution of free software. You can #'+'\n' | ||
string=string+'//# use, modify and/ or redistribute the software under the terms of #'+'\n' | ||
string=string+'//# the CeCILL-C license as circulated by CEA, CNRS and INRIA at the #'+'\n' | ||
string=string+'//# following URL http://www.cecill.info. #'+'\n' | ||
string=string+'//# SPDX-License-Identifier: BSD-3-Clause OR CeCILL-B #'+'\n' | ||
string=string+'//# #'+'\n' | ||
string=string+'//# The fact that you are presently reading this means that you have #'+'\n' | ||
string=string+'//# had knowledge of the CeCILL-C license and that you accept its #'+'\n' | ||
string=string+'//# terms. #'+'\n' | ||
string=string+'//# #'+'\n' | ||
string=string+'//# Authors: #'+'\n' | ||
string=string+'//# - Delforge Tony <[email protected]> #'+'\n' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,15 +6,8 @@ | |
# IDDN.FR.001.210022.000.S.P.2014.000.10800 # | ||
# This file is part of the Wi4MPI library. # | ||
# # | ||
# This software is governed by the CeCILL-C license under French law # | ||
# and abiding by the rules of distribution of free software. You can # | ||
# use, modify and/ or redistribute the software under the terms of # | ||
# the CeCILL-C license as circulated by CEA, CNRS and INRIA at the # | ||
# following URL http://www.cecill.info. # | ||
# SPDX-License-Identifier: BSD-3-Clause OR CeCILL-B # | ||
# # | ||
# The fact that you are presently reading this means that you have # | ||
# had knowledge of the CeCILL-C license and that you accept its # | ||
# terms. # | ||
# # | ||
# Authors: # | ||
# - Delforge Tony <[email protected]> # | ||
|
Oops, something went wrong.