Displaying 6 results from an estimated 6 matches for "gilch".
Did you mean:
wilch
2016 Jan 26
2
strange behavior with "dos filetime resolution = yes"
...y mask = 0775
follow symlinks = yes
wide links = yes
read only = No
dos filemode = Yes
dos filetimes = Yes
dos filetime resolution = Yes
fake directory create times = yes
map archive = no
--
Mit freundlichem Gruß
i. A. Hubert Gilch
Systemadministrator
SEP Logistik AG
Ziegelstr. 2
D-83629 Weyarn
Tel.: +49 8020 905-214
Fax: +49 8020 905-100
Email: hg at sepag.de <mailto:hg at sepag.de>
Web: www.sepag.de <http://www.sepag.de/>
Sitz der Gesellschaft: Weyarn Rechtsform: Aktiengesellschaft Amtsgericht
Münch...
2012 Apr 17
5
[LLVMdev] Dragonegg + IR + llc = Dragonegg directly
...http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
--
Martin Apel
Software Architect
Phone: + 49 8105 77266-53
E-Mail: martin.apel at simpack.de
SIMPACK AG
Friedrichshafener Strasse 1, 82205 Gilching, Germany
info at simpack.de, www.simpack.com
Phone: + 49 8105 77266-0
Fax: + 49 8105 77266-11
Executive Board: Dr. Alexander Eichberger, Dr. Lutz Mauer
Chair of Supervisory Board: Silvia Förster (CPA)
Commercial Register München HRB 181 229
-------------- next part --------------
An HTML at...
2012 Apr 17
0
[LLVMdev] Dragonegg + IR + llc = Dragonegg directly
...du
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
> --
>
> Martin Apel
> Software Architect
> Phone: + 49 8105 77266-53
> E-Mail:martin.apel at simpack.de <mailto:martin.apel at simpack.de>
>
> SIMPACK AG
> Friedrichshafener Strasse 1, 82205 Gilching, Germany
> info at simpack.de <mailto:info at simpack.de>,www.simpack.com <http://www.simpack.com>
> Phone: + 49 8105 77266-0
> Fax: + 49 8105 77266-11
>
>
> Executive Board: Dr. Alexander Eichberger, Dr. Lutz Mauer
> Chair of Supervisory Board: Silvia Förste...
2016 Jan 27
0
strange behavior with "dos filetime resolution = yes"
On Tue, Jan 26, 2016 at 11:57:58AM +0100, Hubert Gilch wrote:
> Hello,
>
> i see a strange behavior with timestamps of files on a samba share
> (4.2.6 on SLES 12 SP1 and 4.1.8 on Ubuntu 14.04) with "dos filetime
> resolution = yes": On older samba versions, windows properties
> dialogue correctly shows only even seconds, bu...
2012 Apr 17
0
[LLVMdev] Dragonegg + IR + llc = Dragonegg directly
Hi Martin,
> I tried using dragonegg to compile some numerical software of ours. I
> tried out two different approaches expecting both would yield the same
> results:
> 1. gfortran-4.6 -fplugin=dragonegg-3.0 -o test.o test.f (I ommitted a
> bunch of additional arguments for brevity)
> 2. gfortran-4.6 -fplugin=dragonegg-3.0 -fplugin-arg-dragonegg-emit-ir -S
> -o test.ll
2012 Apr 17
2
[LLVMdev] Dragonegg + IR + llc = Dragonegg directly
Hi all,
I tried using dragonegg to compile some numerical software of ours. I
tried out two different approaches expecting both would yield the same
results:
1. gfortran-4.6 -fplugin=dragonegg-3.0 -o test.o test.f (I ommitted a
bunch of additional arguments for brevity)
2. gfortran-4.6 -fplugin=dragonegg-3.0 -fplugin-arg-dragonegg-emit-ir -S
-o test.ll test.f
llc -O0 -o test.s test.ll
as