Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
albajacas_a
src
Commits
03a62abb
Commit
03a62abb
authored
Oct 30, 2014
by
adelmann
🎗
Browse files
cleanup
parent
2b5cdb89
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
6 deletions
+22
-6
.gitattributes
.gitattributes
+1
-0
src/IpplVersions.h
src/IpplVersions.h
+21
-0
src/config.h
src/config.h
+0
-3
src/config.h.in
src/config.h.in
+0
-3
No files found.
.gitattributes
View file @
03a62abb
...
...
@@ -335,6 +335,7 @@ src/Index/inst/SOffset_1D.cpp -text
src/Index/inst/SOffset_2D.cpp -text
src/Index/inst/SOffset_3D.cpp -text
src/Ippl.h -text
src/IpplVersions.h -text
src/IpplVersions.h.in -text
src/Meshes/.cvsignore -text
src/Meshes/CMakeLists.txt -text
...
...
src/IpplVersions.h
0 → 100644
View file @
03a62abb
// Configuration and version information
// generated automatically - do not edit
#ifndef IPPL_VERSIONS_H
#define IPPL_VERSIONS_H
const
char
*
ippl_version_name
=
"V1.0;01-2007;Linux;GNU"
;
const
char
*
ippl_compile_arch
=
""
;
const
char
*
ippl_compile_line
=
"-ftemplate-depth-80 -funroll-loops -fstrict-aliasing -Wall -DIPPL_DEBUG -DIPPL_LINUX -DIPPL_STRINGSTREAM -std=c++1y -DIPPL_MPI -DMPICH_SKIP_MPICXX -DIPPL_GCC -DIPPL_DONT_POOL -DIPPL_USE_XDIV_RNG -DIPPL_NO_STRINGSTREAM -DPETE_BITWISE_COPY -DIPPL_HAS_TEMPLATED_COMPLEX -DIPPL_USE_STANDARD_HEADERS -DIPPL_USE_PARTIAL_SPECIALIZATION -DIPPL_STDSTL -DIPPL_LONGLONG -DWITH_BRICK -DnoCOMP_GNUOLD -Drestrict=__restrict__ -DNOCTAssert "
;
const
char
*
ippl_compile_date
=
"Thu Oct 30 22:16:50 CET 2014"
;
const
char
*
ippl_compile_machine
=
"Darwin psivpn047.psi.ch 13.3.0 Darwin Kernel Version 13.3.0: Tue Jun 3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64 x86_64"
;
const
char
*
ippl_compile_options
=
""
;
const
char
*
ippl_compile_user
=
"adelmann"
;
const
char
*
ippl_version_log
[]
=
{
""
};
const
unsigned
int
ippl_version_numfiles
=
0
;
#endif
src/config.h
View file @
03a62abb
...
...
@@ -7,9 +7,6 @@
/* Define to the full name of this package. */
#define PACKAGE_NAME "IPPL"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "IPPL 1.0"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "ippl"
...
...
src/config.h.in
View file @
03a62abb
...
...
@@ -7,9 +7,6 @@
/* Define to the full name of this package. */
#define PACKAGE_NAME ${PACKAGE_NAME}
/* Define to the full name and version of this package. */
#define PACKAGE_STRING ${PACKAGE_STRING}
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME ${PACKAGE_TARNAME}
...
...
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