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
[ 0.000000] microcode: microcode updated early to revision 0xcc, date = 2019-04-01 | |
[ 0.000000] Linux version 4.19.52-gentoo (root@lala) (gcc version 8.2.0 (Gentoo 8.2.0-r6 p1.7)) #1 SMP PREEMPT Fri Jun 28 16:24:32 PDT 2019 | |
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.19.52-gentoo root=UUID=9dc16cff-6af4-4ffd-940a-bdc094d7a94c ro init=/lib/systemd/systemd nvidia-drm.modeset=1 quiet splash "acpi_osi=Windows 2015" nvidia.NVreg_EnablePCIeGen3=1 nvidia.NVreg_UsePageAttributeTable=1 | |
[ 0.000000] KERNEL supported cpus: | |
[ 0.000000] Intel GenuineIntel | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers' | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR' |
This file has been truncated, but you can view the full file.
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
x27[32;01m * x27[39;49;00mPackage: sci-mathematics/octave-4.2.2 | |
x27[32;01m * x27[39;49;00mRepository: gentoo | |
x27[32;01m * x27[39;49;00mMaintainer: [email protected] | |
x27[32;01m * x27[39;49;00mUSE: X abi_x86_64 amd64 elibc_glibc glpk imagemagick kernel_linux opengl qhull qrupdate readline sparse userland_GNU zlib | |
x27[32;01m * x27[39;49;00mFEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox | |
>>> Unpacking source... | |
>>> Unpacking octave-4.2.2.tar.gz to /tmp/portage/sci-mathematics/octave-4.2.2/work | |
>>> Source unpacked in /tmp/portage/sci-mathematics/octave-4.2.2/work | |
>>> Preparing source in /tmp/portage/sci-mathematics/octave-4.2.2/work/octave-4.2.2 ... |
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
[ebuild U ] dev-qt/qtwebengine-5.12.5 [5.12.3] USE="alsa pulseaudio system-ffmpeg system-icu widgets -bindist -debug -designer -jumbo-build -pax_kernel -test (-geolocation%)" |
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
Portage 2.3.76 (python 3.6.9-final-0, default/linux/amd64/17.1/desktop/plasma/systemd, gcc-8.3.0, glibc-2.29-r2, 4.19.52-gentoo x86_64) | |
================================================================= | |
System Settings | |
================================================================= | |
System uname: Linux-4.19.52-gentoo-x86_64-Intel-R-_Core-TM-_i7-6700HQ_CPU_@_2.60GHz-with-gentoo-2.6 | |
KiB Mem: 32806216 total, 5433612 free | |
KiB Swap: 4194300 total, 4187892 free | |
Timestamp of repository gentoo: Mon, 11 Nov 2019 05:28:11 +0000 | |
Head commit of repository gentoo: 7c3aefcef9300164930eb058b2def27cd5964ad6 |
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
FUNCTION { bbl.first } { "1st" } | |
FUNCTION { bbl.second } { "2nd" } | |
FUNCTION { bbl.third } { "3rd" } | |
FUNCTION { bbl.fourth } { "4th" } | |
FUNCTION { bbl.fifth } { "5th" } |
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
#!/usr/bin/env python3.5 | |
from typing import List | |
Vector = List[float] | |
def sum(vec: Vector) -> float: | |
tot = 0. | |
for element in vec: | |
tot += element |
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
threads = [threading.Thread(target=run, | |
args=(images[i], | |
energies[i:i + 1], | |
forces[i - 1:i])) | |
for i in range(1, self.nimages - 1)] |
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
#!/usr/bin/env python | |
from __future__ import print_function, division | |
import numpy as np | |
from gpaw import GPAW, restart | |
from ase.build import molecule | |
from ase import Atoms | |
from ase.io import write |
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
----------------------------------------------------------------------------- | |
| | | |
| EEEEEEE RRRRRR RRRRRR OOOOOOO RRRRRR ### ### ### | | |
| E R R R R O O R R ### ### ### | | |
| E R R R R O O R R ### ### ### | | |
| EEEEE RRRRRR RRRRRR O O RRRRRR # # # | | |
| E R R R R O O R R | | |
| E R R R R O O R R ### ### ### | | |
| EEEEEEE R R R R OOOOOOO R R ### ### ### | |
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
[ 0.000000] microcode: microcode updated early to revision 0xba, date = 2017-04-09 | |
[ 0.000000] Linux version 4.12.5-gentoo (root@lala) (gcc version 5.4.0 (Gentoo 5.4.0-r3 p1.3, pie-0.6.5) ) #4 SMP PREEMPT Tue Aug 22 13:12:23 CDT 2017 | |
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.12.5-gentoo root=UUID=9dc16cff-6af4-4ffd-940a-bdc094d7a94c ro init=/usr/lib/systemd/systemd nvidia-drm.modeset=1 quiet splash "acpi_osi=Windows 2015" nvidia.NVreg_EnablePCIeGen3=1 nvidia.NVreg_UsePageAttributeTable=1 | |
[ 0.000000] KERNEL supported cpus: | |
[ 0.000000] Intel GenuineIntel | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers' | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR' |
NewerOlder