Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. angel84

    Segmentation Fault error in a Parallel Program. Suggestions?

    Hi Norbert, Thank you for your reply. I try to answer to your questions. It is hard for me to answer to you satisfactorily, because the entire code is quite complex and the tasks which it performs are several and I do not have a clue in which part of the code the error could be. Maily I have...
  2. angel84

    Segmentation Fault error in a Parallel Program. Suggestions?

    Hi everybody, I get the following error message when I run a parallel program: -------------------------------------------------------------------------- mpirun noticed that process rank 1 with PID 21451 on node node342 exited on signal 11 (Segmentation fault)...
  3. angel84

    How to compile a portable library written in c

    Hi everybody! I hope that is the right forum for my question! Otherwise let me know! My problem is that I need to compile a portable library with source code written in c. It needs only a header file to compile, which I added to the folder that contains the library. The problem is that, when i...
  4. angel84

    how to identify a word in a text file while the file is written?

    The corrected code should be rewind(123, iostat=stat) 10 read(123, '(A)', end = 20,iostat=stat) line otherwise the program reads only the first row.
  5. angel84

    how to identify a word in a text file while the file is written?

    Thank you very much, i will follow your suggestions. I changed the code according to your advice. And i will make it run now. It takes approximately 7 days to run, so i will have to wait for a while to know if this version of the code works. I hope it will. I will write here the news (hopefully...
  6. angel84

    how to identify a word in a text file while the file is written?

    I have this problem. I have a big code which launches an external operation and i need to wait until this operation is finished. I have a text file which gives me information about this external procedure. When a certain word is written in that file, then i know that the procedure has been...

Part and Inventory Search

Back
Top