Page 1 of 1

Location of the subroutines

Posted: Fri Apr 09, 2010 2:47 pm
by James McNaughton
Hi,
In v1.3.3 I can find the subroutines that are called by looking in the Noyau/ncs-1.3.3/src/base/ folder (for instance when seeing how gradrc works), but for 2rc1 I can't seem to find them in the file structure at all. I realise the subroutines are essentially the same but was hoping for the English comments alongside them so thought i'd look at v2. Where abouts should they be located?
Thanks,
James

Re: Location of the subroutines

Posted: Fri Apr 09, 2010 11:31 pm
by Yvan Fournier
Hello,
In version 2.0, the source tree may be independent from the install tree. So when you download the code (source), you'll also have the ncs/src/base subdirectory, but if you look at an install tree (i.e. the target of configure --prefix=<install_root>), it only contains sources for user subroutines.
In any case, all user Fortran subroutine comments and C files have all been translated to English, but this is not the case for most regular Fortran subroutines, except for common parameter descriptions.
Best regards,

Re: Location of the subroutines

Posted: Wed Apr 14, 2010 5:58 pm
by James McNaughton
Thanks Yvan I've found them now, shame (for me at least) that they're still in French, back to google translate it is then!