Author |
Message |
Topic: Using threads |
StamK
Replies: 30
Views: 19408
|
Forum: Support Posted: Tue Apr 19, 2022 11:18 am Subject: |
I was wondering if there has been any progress in this? Has anyone used parallelisation successfully in ftn95? |
Topic: $OPTIONS(-UNDEF) not working |
StamK
Replies: 3
Views: 629
|
Forum: 64-bit Posted: Fri Feb 04, 2022 9:17 am Subject: |
So basically in the new version of ftn95 (but not the current 8.83) we will be able to use the command !ftn95$OPTIONS(-UNDEF) at the beginning of a file, correct? |
Topic: $OPTIONS(-UNDEF) not working |
StamK
Replies: 3
Views: 629
|
Forum: 64-bit Posted: Thu Feb 03, 2022 9:11 pm Subject: $OPTIONS(-UNDEF) not working |
!ftn95$OPTIONS(-UNDEF)
used to work in 8.72, it now fails in 8.82 and 8.83.
I have to say that in the last version where it worked, it was not possible to do
!ftn95$OPTIONS(UNDEF)
later on f ... |
Topic: Crash in library function (cannot duplicate) |
StamK
Replies: 31
Views: 5593
|
Forum: 64-bit Posted: Wed Jan 26, 2022 9:23 am Subject: |
So what is the conclusion from this thread? Is it an ftn95 bug (zeroing not happening properly) or is it a user error?
I am asking because I occasionally get the same error (cannot easily repeat it). |
Topic: ISO_C_BINDING |
StamK
Replies: 9
Views: 2453
|
Forum: Support Posted: Sun Jun 20, 2021 1:00 pm Subject: |
Courtesy of https://stackoverflow.com/questions/19147743/passing-allocatable-array-from-fortran-to-c-and-malloc-it
#include "stdlib.h"
int *create_storage()
{
/* Arra ... |
Topic: ISO_C_BINDING |
StamK
Replies: 9
Views: 2453
|
Forum: Support Posted: Sun Jun 20, 2021 12:06 pm Subject: |
We just want to develop our own malloc/free Fortran calls, and iso_c_binding allows to use the C pointers seamlessly. In any case C_F_POINTER is a very important element of iso_c_binding so it is impo ... |
Topic: ISO_C_BINDING |
StamK
Replies: 9
Views: 2453
|
Forum: Support Posted: Sat Jun 19, 2021 12:59 am Subject: |
Sorry, somehow didn't get a notification of your reply.
The code is the one in the accepted answer
https://stackoverflow.com/questions/19147743/passing-allocatable-array-from-fortran-to-c-and-malloc ... |
Topic: ISO_C_BINDING |
StamK
Replies: 9
Views: 2453
|
Forum: Support Posted: Wed Jun 02, 2021 2:09 pm Subject: ISO_C_BINDING |
Is this implemented fully?
For example C_F_POINTER doesn't seem to be recognised. |
Topic: slink64 does not know heap command |
StamK
Replies: 16
Views: 4954
|
Forum: 64-bit Posted: Thu May 13, 2021 3:53 pm Subject: |
Indeed, you are right, there is a "stack" command for slink64, but for some reason in our scripts the following line
stack 30000000
causes the program to show the following error
The sy ... |
Topic: slink64 does not know heap command |
StamK
Replies: 16
Views: 4954
|
Forum: 64-bit Posted: Thu May 13, 2021 2:06 pm Subject: |
We are having the same issue now that we use the same script files for 32bit and 64bit.
Is there a way for slink64 to know that a line with
stack
is only for 32bit? |
Topic: Connecting FTN95 to the server via TCP/IP socket |
StamK
Replies: 11
Views: 11503
|
Forum: General Posted: Tue Apr 06, 2021 12:15 pm Subject: |
I am sure there are many programs written in python or php for these (just google for github trading algorithms). The problem with stop loss order is that you have fees to pay all the time, so if the ... |
Topic: Active DO loop index altered |
StamK
Replies: 8
Views: 2505
|
Forum: Support Posted: Mon Jan 04, 2021 1:28 am Subject: |
Just wanted to add that I too have noticed this bug when running with undef. |
Topic: Another undef issue |
StamK
Replies: 1
Views: 1413
|
Forum: 64-bit Posted: Fri Dec 18, 2020 11:00 am Subject: Another undef issue |
This only happens with the full code, not with a simple example, but nevertheless I am showing it here in case you see anything that may explain it.
The error is
Attempt to call a routine with si ... |
Topic: Deprecated calls |
StamK
Replies: 22
Views: 6152
|
Forum: 64-bit Posted: Sat Dec 12, 2020 5:47 pm Subject: |
Thanks Paul - by the way I haven't received anything in my Messages inbox yet. |
Topic: Call to missing routine __undef_i2_test |
StamK
Replies: 3
Views: 2119
|
Forum: 64-bit Posted: Sat Dec 12, 2020 5:44 pm Subject: |
Yes indeed. I have now cleared *all* duplicate salflib* etc. dlls ! |
|