Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Jahns
PPM
Commits
0388d530
Commit
0388d530
authored
Aug 04, 2020
by
Thomas Jahns
🤸
Browse files
Fix project URL.
parent
9633641c
Changes
183
Hide whitespace changes
Inline
Side-by-side
acinclude.m4
View file @
0388d530
...
...
@@ -6,7 +6,7 @@ dnl Version: 1.0
dnl Keywords: configure configure.ac autotools
dnl Author: Thomas Jahns <jahns@dkrz.de>
dnl Maintainer: Thomas Jahns <jahns@dkrz.de>
dnl URL: https://www.dkrz.de/redmine/projects/
show/
scales-ppm
dnl URL: https://www.dkrz.de/redmine/projects/scales-ppm
dnl
dnl Redistribution and use in source and binary forms, with or without
dnl modification, are permitted provided that the following conditions are
...
...
@@ -53,6 +53,6 @@ m4_if(m4_version_compare(m4_PACKAGE_VERSION,[2.70]),[-1],
dnl
dnl Local Variables:
dnl mode: autoconf
dnl license-project-url: "https://www.dkrz.de/redmine/projects/
show/
scales-ppm"
dnl license-project-url: "https://www.dkrz.de/redmine/projects/scales-ppm"
dnl license-default: "bsd"
dnl End:
config/checksrc/openmpi-typedup-rma.c
View file @
0388d530
...
...
@@ -9,7 +9,7 @@
*/
/*
* Maintainer: Thomas Jahns <jahns@dkrz.de>
* URL: https://www.dkrz.de/redmine/projects/
show/
scales-ppm
* URL: https://www.dkrz.de/redmine/projects/scales-ppm
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
...
...
configure.ac
View file @
0388d530
...
...
@@ -6,7 +6,7 @@ dnl Version: 1.0
dnl Keywords:
dnl Author: Thomas Jahns <jahns@dkrz.de>
dnl Maintainer: Thomas Jahns <jahns@dkrz.de>
dnl URL: https://www.dkrz.de/redmine/projects/
show/
scales-ppm
dnl URL: https://www.dkrz.de/redmine/projects/scales-ppm
dnl
dnl Redistribution and use in source and binary forms, with or without
dnl modification, are permitted provided that the following conditions are
...
...
@@ -957,6 +957,6 @@ dnl remove a.out file and module files that some tests leave lying around
dnl
dnl Local Variables:
dnl mode: autoconf
dnl license-project-url: "https://www.dkrz.de/redmine/projects/
show/
scales-ppm"
dnl license-project-url: "https://www.dkrz.de/redmine/projects/scales-ppm"
dnl license-default: "bsd"
dnl End:
doc/Makefile.am
View file @
0388d530
...
...
@@ -4,7 +4,7 @@
# Version: 1.0
# Author: Thomas Jahns <jahns@dkrz.de>
# Maintainer: Thomas Jahns <jahns@dkrz.de>
# URL: https://www.dkrz.de/redmine/projects/
show/
scales-ppm
# URL: https://www.dkrz.de/redmine/projects/scales-ppm
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
...
...
@@ -51,6 +51,6 @@ distclean-local:
-
rmdir
unitdoc
#
# Local Variables:
# license-project-url: "https://www.dkrz.de/redmine/projects/
show/
scales-ppm"
# license-project-url: "https://www.dkrz.de/redmine/projects/scales-ppm"
# license-default: "bsd"
# End:
doc/unitdoc/Makefile.am
View file @
0388d530
...
...
@@ -4,7 +4,7 @@
# Version: 1.0
# Author: Thomas Jahns <jahns@dkrz.de>
# Maintainer: Thomas Jahns <jahns@dkrz.de>
# URL: https://www.dkrz.de/redmine/projects/
show/
scales-ppm
# URL: https://www.dkrz.de/redmine/projects/scales-ppm
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
...
...
@@ -60,6 +60,6 @@ clean-local:
rm
-rf
html latex
#
# Local Variables:
# license-project-url: "https://www.dkrz.de/redmine/projects/
show/
scales-ppm"
# license-project-url: "https://www.dkrz.de/redmine/projects/scales-ppm"
# license-default: "bsd"
# End:
example/Graphvis.py.in
View file @
0388d530
...
...
@@ -9,7 +9,7 @@
# Keywords: graph visualization SVG METIS
# Author: Thomas Jahns <jahns@dkrz.de>
# Maintainer: Thomas Jahns <jahns@dkrz.de>
# URL: https://www.dkrz.de/redmine/projects/
show/
scales-ppm
# URL: https://www.dkrz.de/redmine/projects/scales-ppm
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
...
...
@@ -164,6 +164,6 @@ if __name__ == '__main__':
Graph.draw(output, prog='neato', args='-n2', format=outputformat)
#
# Local Variables:
# license-project-url: "https://www.dkrz.de/redmine/projects/
show/
scales-ppm"
# license-project-url: "https://www.dkrz.de/redmine/projects/scales-ppm"
# license-default: "bsd"
# End:
example/check_prng.c
View file @
0388d530
...
...
@@ -8,7 +8,7 @@
* Keywords: simple PRNG dump
* @author Thomas Jahns <jahns@dkrz.de>
* Maintainer: Thomas Jahns <jahns@dkrz.de>
* URL: https://www.dkrz.de/redmine/projects/
show/
scales-ppm
* URL: https://www.dkrz.de/redmine/projects/scales-ppm
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
...
...
@@ -71,7 +71,7 @@ main()
/*
* Local Variables:
* license-project-url: "https://www.dkrz.de/redmine/projects/
show/
scales-ppm"
* license-project-url: "https://www.dkrz.de/redmine/projects/scales-ppm"
* license-markup: "doxygen"
* license-default: "bsd"
* End:
...
...
example/check_prng_f.f90
View file @
0388d530
...
...
@@ -7,7 +7,7 @@
! Keywords:
! @author Thomas Jahns <jahns@dkrz.de>
! Maintainer: Thomas Jahns <jahns@dkrz.de>
! URL: https://www.dkrz.de/redmine/projects/
show/
scales-ppm
! URL: https://www.dkrz.de/redmine/projects/scales-ppm
!
! Redistribution and use in source and binary forms, with or without
! modification, are permitted provided that the following conditions are
...
...
@@ -58,7 +58,7 @@ PROGRAM check_prng_f
END
PROGRAM
check_prng_f
!
! Local Variables:
! license-project-url: "https://www.dkrz.de/redmine/projects/
show/
scales-ppm"
! license-project-url: "https://www.dkrz.de/redmine/projects/scales-ppm"
! license-markup: "doxygen"
! license-default: "bsd"
! End:
example/graph_build.f90
View file @
0388d530
...
...
@@ -7,7 +7,7 @@
!! @author Thomas Jahns <jahns@dkrz.de>
! Keywords: rect graph construction
! Maintainer: Thomas Jahns <jahns@dkrz.de>
! URL: https://www.dkrz.de/redmine/projects/
show/
scales-ppm
! URL: https://www.dkrz.de/redmine/projects/scales-ppm
!
! Redistribution and use in source and binary forms, with or without
! modification, are permitted provided that the following conditions are
...
...
@@ -129,7 +129,7 @@ PROGRAM graph_build
END
PROGRAM
graph_build
!
! Local Variables:
! license-project-url: "https://www.dkrz.de/redmine/projects/
show/
scales-ppm"
! license-project-url: "https://www.dkrz.de/redmine/projects/scales-ppm"
! license-default: "bsd"
! license-markup: "doxygen"
! End:
example/graph_partition.f90
View file @
0388d530
...
...
@@ -8,7 +8,7 @@
! ENDDOXYGENPART
! Keywords:
! Maintainer: Thomas Jahns <jahns@dkrz.de>
! URL: https://www.dkrz.de/redmine/projects/
show/
scales-ppm
! URL: https://www.dkrz.de/redmine/projects/scales-ppm
!
! Redistribution and use in source and binary forms, with or without
! modification, are permitted provided that the following conditions are
...
...
@@ -139,7 +139,7 @@ PROGRAM graph_partition
END
PROGRAM
graph_partition
!
! Local Variables:
! license-project-url: "https://www.dkrz.de/redmine/projects/
show/
scales-ppm"
! license-project-url: "https://www.dkrz.de/redmine/projects/scales-ppm"
! license-default: "bsd"
! license-markup: "doxygen"
! End:
...
...
example/show_ieee_emulation.f90
View file @
0388d530
...
...
@@ -5,7 +5,7 @@
! Version: 1.0
! Author: Thomas Jahns <jahns@dkrz.de>
! Maintainer: Thomas Jahns <jahns@dkrz.de>
! URL: https://www.dkrz.de/redmine/projects/
show/
scales-ppm
! URL: https://www.dkrz.de/redmine/projects/scales-ppm
!
! Redistribution and use in source and binary forms, with or without
! modification, are permitted provided that the following conditions are
...
...
@@ -72,6 +72,6 @@ PROGRAM test_ieee_emulation
END
PROGRAM
test_ieee_emulation
!
! Local Variables:
! license-project-url: "https://www.dkrz.de/redmine/projects/
show/
scales-ppm"
! license-project-url: "https://www.dkrz.de/redmine/projects/scales-ppm"
! license-default: "bsd"
! End:
include/f77/ftype_size.inc.in
View file @
0388d530
...
...
@@ -5,7 +5,7 @@
!$$$Version: 1.0
!$$$Author: Thomas Jahns <jahns@dkrz.de>
!$$$Maintainer: Thomas Jahns <jahns@dkrz.de>
!$$$URL: https://www.dkrz.de/redmine/projects/
show/
scales-ppm
!$$$URL: https://www.dkrz.de/redmine/projects/scales-ppm
!$$$
!$$$Redistribution and use in source and binary forms, with or without
!$$$modification, are permitted provided that the following conditions are
...
...
m4/acx_alternative_libm.m4
View file @
0388d530
...
...
@@ -6,7 +6,7 @@ dnl Version: 1.0
dnl Keywords: libm replacement
dnl Author: Thomas Jahns <jahns@dkrz.de>
dnl Maintainer: Thomas Jahns <jahns@dkrz.de>
dnl URL: https://www.dkrz.de/redmine/projects/
show/
scales-ppm
dnl URL: https://www.dkrz.de/redmine/projects/scales-ppm
dnl
dnl Redistribution and use in source and binary forms, with or without
dnl modification, are permitted provided that the following conditions are
...
...
@@ -80,6 +80,6 @@ AC_DEFUN([ACX_USE_ALTERNATIVE_LIBM],
dnl
dnl Local Variables:
dnl mode: autoconf
dnl license-project-url: "https://www.dkrz.de/redmine/projects/
show/
scales-ppm"
dnl license-project-url: "https://www.dkrz.de/redmine/projects/scales-ppm"
dnl license-default: "bsd"
dnl End:
m4/acx_c_ieee_copysign.m4
View file @
0388d530
...
...
@@ -68,7 +68,7 @@ AC_DEFUN([ACX_C_IEEE_COPYSIGN],
dnl
dnl Local Variables:
dnl license-project-url: "https://www.dkrz.de/redmine/projects/
show/
scales-ppm"
dnl license-project-url: "https://www.dkrz.de/redmine/projects/scales-ppm"
dnl license-default: "bsd"
dnl mode: autoconf
dnl End:
m4/acx_c_limit.m4
View file @
0388d530
...
...
@@ -6,7 +6,7 @@ dnl Version: 1.0
dnl Author: Thomas Jahns <jahns@dkrz.de>
dnl Keywords:
dnl Maintainer: Thomas Jahns <jahns@dkrz.de>
dnl URL: https://www.dkrz.de/redmine/projects/
show/
scales-ppm
dnl URL: https://www.dkrz.de/redmine/projects/scales-ppm
dnl
dnl Redistribution and use in source and binary forms, with or without
dnl modification, are permitted provided that the following conditions are
...
...
@@ -58,5 +58,5 @@ AC_DEFUN([ACX_C_LIMIT],
dnl Local Variables:
dnl mode: autoconf
dnl license-default: "bsd"
dnl license-project-url: "https://www.dkrz.de/redmine/projects/
show/
scales-ppm"
dnl license-project-url: "https://www.dkrz.de/redmine/projects/scales-ppm"
dnl End:
m4/acx_c_signaling_nan.m4
View file @
0388d530
...
...
@@ -79,7 +79,7 @@ AC_DEFUN([ACX_C_SIGNALING_NAN],
dnl
dnl Local Variables:
dnl license-project-url: "https://www.dkrz.de/redmine/projects/
show/
scales-ppm"
dnl license-project-url: "https://www.dkrz.de/redmine/projects/scales-ppm"
dnl license-default: "bsd"
dnl mode: autoconf
dnl End:
m4/acx_c_strtod_denormal.m4
View file @
0388d530
...
...
@@ -76,7 +76,7 @@ AC_DEFUN([ACX_C_STRTOF_DENORMAL],
dnl
dnl Local Variables:
dnl license-project-url: "https://www.dkrz.de/redmine/projects/
show/
scales-ppm"
dnl license-project-url: "https://www.dkrz.de/redmine/projects/scales-ppm"
dnl license-default: "bsd"
dnl mode: autoconf
dnl End:
m4/acx_check_doxygen_layout.m4
View file @
0388d530
...
...
@@ -5,7 +5,7 @@ dnl Version: 1.0
dnl Keywords: configure configure.ac autotools
dnl Author: Thomas Jahns <jahns@dkrz.de>
dnl Maintainer: Thomas Jahns <jahns@dkrz.de>
dnl URL: https://www.dkrz.de/redmine/projects/
show/
scales-ppm
dnl URL: https://www.dkrz.de/redmine/projects/scales-ppm
dnl
dnl Redistribution and use in source and binary forms, with or without
dnl modification, are permitted provided that the following conditions are
...
...
m4/acx_fc_c_link.m4
View file @
0388d530
...
...
@@ -7,7 +7,7 @@ dnl Version: 1.0
dnl Keywords:
dnl Author: Thomas Jahns <jahns@dkrz.de>
dnl Maintainer: Thomas Jahns <jahns@dkrz.de>
dnl URL: https://www.dkrz.de/redmine/projects/
show/
scales-ppm
dnl URL: https://www.dkrz.de/redmine/projects/scales-ppm
dnl
dnl Redistribution and use in source and binary forms, with or without
dnl modification, are permitted provided that the following conditions are
...
...
@@ -64,6 +64,6 @@ AC_DEFUN([ACX_FC_C_LINK],
dnl
dnl Local Variables:
dnl mode: autoconf
dnl license-project-url: "https://www.dkrz.de/redmine/projects/
show/
scales-ppm"
dnl license-project-url: "https://www.dkrz.de/redmine/projects/scales-ppm"
dnl license-default: "bsd"
dnl End:
m4/acx_fc_check_print_denormal.m4
View file @
0388d530
...
...
@@ -7,7 +7,7 @@ dnl Version: 1.0
dnl Keywords:
dnl Author: Thomas Jahns <jahns@dkrz.de>
dnl Maintainer: Thomas Jahns <jahns@dkrz.de>
dnl URL: https://www.dkrz.de/redmine/projects/
show/
scales-ppm
dnl URL: https://www.dkrz.de/redmine/projects/scales-ppm
dnl
dnl Redistribution and use in source and binary forms, with or without
dnl modification, are permitted provided that the following conditions are
...
...
@@ -72,6 +72,6 @@ In case you are using the PGI Fortran compiler consider compiler flag -Mnodaz])]
dnl
dnl Local Variables:
dnl mode: autoconf
dnl license-project-url: "https://www.dkrz.de/redmine/projects/
show/
scales-ppm"
dnl license-project-url: "https://www.dkrz.de/redmine/projects/scales-ppm"
dnl license-default: "bsd"
dnl End:
Prev
1
2
3
4
5
…
10
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment