First  |  Prev |  Next  |  Last
Pages: 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
Build system for Fortran
I am playing with Fortran which is new for me. Slowly, my collection of files becomes large enough to abandon manual (re) compilation each time I change a bit here and there. This is the time chose a build system to work with. I could go with makefile, however, rumors say there are much better alternatives these da... 12 Mar 2010 15:02
PGI Visual Fortran 2008 v10.3 with VS2008 Shell for Windows x86/x64
PGI Visual Fortran 2008 v10.3 with VS2008 Shell for Windows x86/x64 please send e-mail to : ola 'AT' mail 'DOT' gr , ola3 'AT' mailbox 'DOT' gr , ( please substitute 'AT' with '@' , and 'DOT' with '.' ) , ola(a)mail.gr, ola3(a)mailbox.gr, http://sites.google.com/site/telvvcd/loadsofgreatsoftware ================... 10 Mar 2010 10:47
Correct way to write a wrapper for C functions that accept/returnstrings
James Van Buskirk wrote: C:\gfortran\clf\c_interop>type c_example.c James' example works perfectly. A big part of the problem with interop is figuring out which part is C and which part is fortran. I always identify one as caller. $ gcc -D_GNU_SOURCE -std=c99 -Wall -Wextra g2.c -c -o cfunc.o $ ls 9... 9 Mar 2010 19:12
Correct way to write a wrapper for C functions that accept/return ??strings
In comp.lang.fortran Eli Osherovich <eli.osherovich(a)gmail.com> wrote: On Mar 9, 7:58?pm, glen herrmannsfeldt <g...(a)ugcs.caltech.edu> wrote: In comp.lang.fortran Eli Osherovich <eli.osherov...(a)gmail.com> wrote: On Mar 9, 3:18?pm, Malcolm McLean <malcolm.mcle...(a)btinternet.com> (snip) Returning strin... 9 Mar 2010 15:46
How to measure the net time spent in a program?
Until now I monitor the performance of my application by measuring the real time spent by my program and subtract the value from the former iteration from the latest estimate. This gives me the number of seconds per iteration of my process. I have only 1 CPU, so the available time is distributed over all processes.... 10 Mar 2010 18:40
Correct way to write a wrapper for C functions that accept/return ?strings
In comp.lang.fortran Eli Osherovich <eli.osherovich(a)gmail.com> wrote: On Mar 9, 3:18?pm, Malcolm McLean <malcolm.mcle...(a)btinternet.com> wrote: Phred Phungus wrote: Eli Osherovich wrote: What is the correct way to write a wrapper for C functions that accept/return strings. For... 9 Mar 2010 14:37
Undefined reference error when linking slatec.f90 library
Hi, I have found a strange behaviour when binding the F90 [1] version of the SLATEC library [2]. I compiled it using the commands gfortran -c slatec.f90 [optional optimization] ar r libslatec90.a slatec.o thencopy libslatec90.a to a local subfolder /lib. When compiling program prog.f90 calling this lib, I ... 9 Mar 2010 20:21
GUI: Fortran + Visual Basic
Dear Collegues, I want to generate a software for HVAC calculations in buildings (I am a Mechanical Engineer). So, I decided to have somebody write the GUI part with Visual Basic and me, myself, write the computational and mathematical parts using Fortran. Would you please help me with this! I want to know wh... 10 Mar 2010 14:10
Correct way to write a wrapper for C functions that accept/return strings
What is the correct way to write a wrapper for C functions that accept/ return strings. For example void cfunc1(char* str) char * cfunc2(void) Thank you. ... 10 Mar 2010 17:32
Flowchart software
A bit OT, but who better to ask? I am looking for flowchart software to use on Windows. It must export the chart as vector graphics and the fonts as vector when printed to PDF. Color and fancy graphics are not needed, but ease of use is important. After looking at several, I am considering RFFlow by RFF Elect... 9 Mar 2010 14:37
First  |  Prev |  Next  |  Last
Pages: 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51