Sponsored Content
Full Discussion: cygwin
Top Forums Programming cygwin Post 302259891 by jim mcnamara on Wednesday 19th of November 2008 07:27:34 AM
Old 11-19-2008
FDLIB is a shared library that you link your own code against. If you do not already write your own programs, this is going to be a daunting task.
1. develop your own simulation model - it seems there are tutorials on the site you gave --use those
2. install FDLIB - instructions come with it
3. compile your code against FBLIB, gcc myfile.c -o myfile -libfdlib
-- note: I made up "-libfdlib" the tutorial will give you how to link against FDLIB
4. run it against data, producing output files

vogle must be graphing software - that usually means you have write a script to tell it how the incoming data is defined and how to generate the graph. Some graph packages have their own "language" to program their use.

You are going to need help from someone who can look over your shoulder. Doing this by remote control via the these forums is not very efficient.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

about cygwin

hi everyone. i have a problem on installing binary file in my cygwin. could anyone help me wat command should i use to install it ? thanks a lot (4 Replies)
Discussion started by: wins1982
4 Replies

2. UNIX for Dummies Questions & Answers

Cygwin

Hi , I have cygwin software on my machine. can i practice shell script on that software or not? thanks sam71 (0 Replies)
Discussion started by: sam71
0 Replies

3. UNIX for Dummies Questions & Answers

Cygwin

Hi , I have software CYGWIN . Can i practice for shell script on that? Thanks sam71 (1 Reply)
Discussion started by: sam71
1 Replies

4. UNIX for Dummies Questions & Answers

Cygwin X

I have managed a successful install of Cygwin (after a few tries), and like any sensible person am ignoring the console in favour of the xconsole. I have this set up how I want - tcsh, all hot-keys (including ^z for suspend) and et cetera, but find it awfully slow. Are there any good... (7 Replies)
Discussion started by: fulgura
7 Replies

5. Linux

cygwin

I'm trying to run the make command in cygwin. The directory is d:\resiprocate-1.2.3\resip\dum\test. But the command outputs: cant open perl script "c:\Program": No such file or directory why??...check the attached JPEG file....plz help (10 Replies)
Discussion started by: m_well
10 Replies

6. UNIX for Dummies Questions & Answers

cygwin - sh-3.2$ help!

i am completely new to unix and am trying to learn with cygwin. my problem is simple.... when i use the 'man' command, eg 'man cat' id do not know how to get out of the manual!!!? if i type '!' and Return, rather than having just the $ prompt, it has 'sh-3.2$' as a command prompt.... (1 Reply)
Discussion started by: bobby999
1 Replies

7. UNIX for Dummies Questions & Answers

cygwin

hi.... i want to set an alias to "ls -lart" permanently. i am using cygwin and in that .bashrc and .bash_profile files are readonly. so please tell me how i can do that? thanks (1 Reply)
Discussion started by: Usha Shastri
1 Replies

8. UNIX for Dummies Questions & Answers

Anyone else use Cygwin?

I started to gather some stats from our windows servers through the use of cygwin and sshd :) is anyone else doing this sort of thing? interested in some other indicators I should be checking for... thanks, manny the following is only an example of the type of data I am able to... (4 Replies)
Discussion started by: mr_manny
4 Replies

9. Shell Programming and Scripting

opening new instance of cygwin from withing cygwin

I'm using cygwin on win7, What I would like to do is something like this: cygstart cygwin tail -f /foo/test.log | perl -pe 's/error/\e I know I can start a new instance using either of these: mintty -e ... cygstart tail ... But neither of those open in ANSI mode, so I can't do... (0 Replies)
Discussion started by: Validatorian
0 Replies

10. Shell Programming and Scripting

cygwin

Do clear command do not work in cygwin.. (4 Replies)
Discussion started by: parthmittal2007
4 Replies
CONVERT2SYRTHES(1)					      General Commands Manual						CONVERT2SYRTHES(1)

NAME
convert2syrthes - Convert mesh files to SYRTHES format SYNOPSIS
convert2syrthes -m mesh_file.ext [-dim dimension] [-o output_file.syr] DESCRIPTION
This manual page documents briefly the convert2syrthes command. convert2syrthes can convert mesh files from GAMBIT, GMSH or MED to SYRTHES format A detailed documentation is available at <http://rd.edf.com/syrthes> OPTIONS
-m mesh_file.ext Specify the mesh file to convert. The mesh format is inferred from the file's extension: * .neu (GAMBIT format) * .msh (GMSH format) * .med (MED format) Note: For MED format, convert2syrthes creates an additionnal ASCII file (..._desc) where one finds the links between group names (used in Salome) and family (or references) numbers used in SYRTHES -dim dimension With dimension = 2 or 3. This options is requested for the GMSH file format, and ignored in the other cases -o output_file.syr To change the name of the output file. EXAMPLES
convert2syrthes -m square.med --> square.syr square.syr_desc convert2syrthes -m square.neu --> square.syr convert2syrthes -m square.msh -dim 2 --> square.syr convert2syrthes -m square.med -o square2.syr --> square2.syr square2.syr_desc AUTHOR
Syrthes was written by EDF S.A. <syrthes-support@edf.fr> This manual page was written by Gilles Filippini <gilles.filippini@free.fr> for Debian from the convert2syrthes README.txt file. February 10, 2011 CONVERT2SYRTHES(1)
All times are GMT -4. The time now is 06:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy