Skip to content

Instantly share code, notes, and snippets.

View hajgato's full-sized avatar

Balázs Hajgató hajgato

  • Ghent University
  • Krijgslaan 281, 9000 Gent, Belgium
View GitHub Profile
@hajgato
hajgato / easybuild-lA41NF.log
Created July 4, 2014 12:32
R-3.1.0 intel/2014b
== 2014-07-04 14:26:30,640 main.ToolchainVariables DEBUG Passthrough to LISTCLASS element function nappend_el
== 2014-07-04 14:26:30,640 main.ToolchainOptions WARNING option: option with name _opt_F90 returns None
== 2014-07-04 14:26:30,641 main.ToolchainVariables DEBUG Passthrough to LISTCLASS element function nappend_el
== 2014-07-04 14:26:30,641 main.ToolchainVariables DEBUG Passthrough to LISTCLASS function nappend
== 2014-07-04 14:26:30,642 main.ToolchainVariables DEBUG setdefault: name LIBS initialising.
== 2014-07-04 14:26:30,642 main.ToolchainVariables_LIBS DEBUG _is_protected: False value ['iomp5', 'pthread'] (['iomp5', 'pthread'])
== 2014-07-04 14:26:30,644 main.ToolchainVariables_LIBS DEBUG nappend: value ['iomp5', 'pthread'] newvalue ['iomp5', 'pthread'] position 10
== 2014-07-04 14:26:30,644 main.Intel DEBUG get_software_root software root /apps/brussel/ivybridge/software/icc/2013.5.192-GCC-4.8.3 for icc was found in environment
== 2014-07-04 14:26:30,644 main.Intel DEBUG get_software_root softwa
fill.c:
#define N 10000
#define NTIMES 100000
double a[N] __attribute__ ((aligned (16)));
double b[N] __attribute__ ((aligned (16)));
double c[N] __attribute__ ((aligned (16)));
double r[N] __attribute__ ((aligned (16)));
double x[];
float _Complex d[100];
@hajgato
hajgato / gist:df6147e808c33dd96aa4
Created September 4, 2014 09:05
diff -u Perl-5.20.0-ictce-5.5.0.eb Perl-5.20.0-intel-2014b.eb
--- Perl-5.20.0-ictce-5.5.0.eb 2014-09-04 10:52:08.040278729 +0200
+++ Perl-5.20.0-intel-2014b.eb 2014-09-04 10:52:08.109278729 +0200
@@ -4,7 +4,7 @@
homepage = 'http://www.perl.org/'
description = """Larry Wall's Practical Extraction and Report Language"""
-toolchain = {'name': 'ictce', 'version': '5.5.0'}
+toolchain = {'name': 'intel', 'version': '2014b'}
toolchainopts = {'optarch': True, 'pic': True}
@hajgato
hajgato / gist:86e53f67acb4048532df
Created September 4, 2014 09:16
diff -ru Perl-5.20.0-ictce-5.5.0.eb ~/Perl-5.20.0-ictce-5.5.0.e (previous vs. in PR#977)
--- Perl-5.20.0-ictce-5.5.0.eb 2014-09-04 11:03:50.556278618 +0200
+++ /u/hajgato/Perl-5.20.0-ictce-5.5.0.eb 2014-09-04 11:13:14.035100689 +0200
@@ -361,7 +361,8 @@
}),
('Readonly', '1.04', {
'source_tmpl': 'Readonly-1.04.tar.gz',
- 'source_urls': ['http://www.cpan.org/modules/by-module/Readonly/SANKO'],
+ 'source_urls': ['http://www.cpan.org/modules/by-module/Readonly/SANKO',
+ 'http://cpan.metacpan.org/authors/id/S/SA/SANKO/'],
}),
@hajgato
hajgato / x.sh
Created September 4, 2014 15:18
mv $1 ${1}.org
sed -e "s+www.cpan.org/modules/by-module/\([A-Za-z]*\)/\([A-Z]\)\([A-Z]\)\([A-Z]*\)+cpan.metacpan.org/authors/id/\2/\2\3/\2\3\4+" -e 's+search.cpan.org/CPAN/authors/id+cpan.metacpan.org/authors/id+' -e 's+www.cpan.org/CPAN/authors/id+cpan.metacpan.org/authors/id+' < ${1}.org > $1
@hajgato
hajgato / gist:3b13d060d869f225868f
Created September 10, 2014 14:47
PETSc 3.5.1 config log
Compilers:
C Compiler: mpicc -fPIC -O2 -xHOST -ftz -fp-speculation=safe -fp-model source -fPIC
C++ Compiler: mpicxx -fPIC -O2 -xHOST -ftz -fp-speculation=safe -fp-model source -fPIC
Fortran Compiler: mpif90 -fPIC -O2 -xHOST -ftz -fp-speculation=safe -fp-model source -fPIC
Linkers:
Shared linker: mpicc -shared -fPIC -O2 -xHOST -ftz -fp-speculation=safe -fp-model source -fPIC
Dynamic linker: mpicc -shared -fPIC -O2 -xHOST -ftz -fp-speculation=safe -fp-model source -fPIC
make:
MPI:
Includes: -I/apps/brussel/ivybridge/software/impi/4.1.3.049-GCC-4.8.3/intel64/include
easyblock = 'MakeCp'
name = "Unison"
version = "2.40.102"
homepage = 'http://www.cis.upenn.edu/~bcpierce/unison'
description = """Unison is a file-synchronization tool for Unix and Windows.
It allows two replicas of a collection of files and directories
to be stored on different hosts (or different disks on the same host),
modified separately, and then brought up to date
** Configuration summary **
Directories where OCaml will be installed:
binaries.................. /apps/brussel/ivybridge/software/OCaml/4.01.0-intel-2014b/bin
standard library.......... /apps/brussel/ivybridge/software/OCaml/4.01.0-intel-2014b/lib/ocaml
manual pages.............. /apps/brussel/ivybridge/software/OCaml/4.01.0-intel-2014b/man (with extension .1)
Configuration for the bytecode compiler:
C compiler used........... icc -O2 -xHOST -ftz -fp-speculation=safe -fp-model source
options for compiling..... -D_FILE_OFFSET_BITS=64 -D_REENTRANT
options for linking....... -Wl,-E -lm -lcurses -lpthread
@hajgato
hajgato / gist:c13fe44dc0413a99029d
Created October 15, 2014 14:46
cp2k 2.5.1 with libint2.0.3
mpif90 -c -O2 -fpp -free -assume protect_parens -no-unroll-aggressive -fPIC -D__parallel -D__BLACS -D__SCALAPACK -D__FFTSG -D__LIBINT -D__LIBXC2 -D__INTEL -D__FFTW3 -D__FFTMKL -I/apps/brussel/ivybridge/software/imkl/11.1.2.144-2013.5.192-GCC-4.8.3/include -I/apps/brussel/ivybridge/software/imkl/11.1.2.144-2013.5.192-GCC-4.8.3/include/fftw -xHOST -heap-arrays 64 -D__COMPILE_ARCH="\"Linux-x86-64-intel\"" -D__COMPILE_DATE="\"Wed_Oct_15_15:20:20_CEST_2014\"" -D__COMPILE_HOST="\"nic113\"" -D__COMPILE_REVISION="\"svn:13632\"" -D__SHORT_FILE__="\"lri_environment_methods.F\"" /tmp/hajgato/build/CP2K/2.5.1/intel-2014b/cp2k-2.5.1/makefiles/../src/lri_environment_methods.F
mpif90 -c -O2 -fpp -free -assume protect_parens -no-unroll-aggressive -fPIC -D__parallel -D__BLACS -D__SCALAPACK -D__FFTSG -D__LIBINT -D__LIBXC2 -D__INTEL -D__FFTW3 -D__FFTMKL -I/apps/brussel/ivybridge/software/imkl/11.1.2.144-2013.5.192-GCC-4.8.3/include -I/apps/brussel/ivybridge/software/imkl/11.1.2.144-2013.5.192-GCC-4.8.3/include/fftw -xH
@hajgato
hajgato / gist:3680107f4df8730f4fe9
Created November 13, 2014 08:59
eb nwchem partial log
test_step part of step test
stage_install_step part of step install
install_step part of step install
extensions_step part of step extensions
package_step part of step package
post_install_step part of step postproc
sanity_check_step part of step sanitycheck
cleanup_step part of step cleanup
make_module_step part of step module
test_cases_step part of step testcases