What are some obscure but useful Linux software for PhD students?

Click For Summary

Discussion Overview

The discussion revolves around recommendations for obscure but useful Linux software for PhD students, particularly those in fields related to fluid dynamics, numerical programming, and simulations. Participants share software tools, programming languages, and resources that could enhance productivity and research capabilities.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested

Main Points Raised

  • One participant suggests the need for a compiler like C++ or FORTRAN for computational fluid dynamics (CFD) due to the intensive computational requirements.
  • Another mentions the Anaconda Python distribution, highlighting its configuration of key Python modules and its capability to run Julia programming.
  • Software options for visualizing simulation results, such as ParaView, Visit, and VTK, are recommended by a participant.
  • There are inquiries about source material for learning FORTRAN, with suggestions including a wiki book and specific titles like "Guide to Fortran 200x Programming" and "Modern Fortran in Practice."
  • Participants discuss tools for managing research papers, such as JabRef, and mention the utility of command line tools like sed and awk for file manipulation.
  • One participant emphasizes the importance of using debuggers and profilers, mentioning Valgrind as a tool they have used.
  • Julia is proposed as a modern alternative to MATLAB, noted for its interoperability with other programming languages.

Areas of Agreement / Disagreement

Participants express various recommendations and preferences for software and programming languages, but there is no consensus on a definitive list of tools or the best practices for learning FORTRAN. The discussion remains open-ended with multiple viewpoints presented.

Contextual Notes

Some participants express uncertainty about the best resources for learning FORTRAN and the effectiveness of different compilers, indicating a reliance on personal experience and anecdotal evidence.

Who May Find This Useful

PhD students in fluid dynamics, numerical programming, and related fields, as well as those interested in enhancing their Linux software toolkit for research purposes.

RobosaurusRex
Messages
29
Reaction score
1
Hi,

I am a PhD student studying fluid dynamics, and have a heavy interest in numerical programming and simulations. I come from a background in Applied Mathematics and Theoretical Physics.

I have an ubuntu system set up and I have the typical software I plan to be using regularly, ie MATLAB, Python, LaTeX.

Is there any useful/fun software you guys recommend that either is obscure or something not many people would think of? Anything relevant to maths/physics or even just admin related to PhD is much appreciated!

Even any coding languages which you think would be of worth, please throw them down to.

Thanks!
 
Technology news on Phys.org
If you are doing CFD, you need a compiler for your code, C++ or FORTRAN because CFD unstructured grids take an immense amount of time to run and converge to a reasonable answer. Matlab is OK for initial algorithm development.
 
There is also the Anaconda python distro that is very popular as it has many of the key python modules configured in.

Directions here:

http://quant-econ.net/py/getting_started.html

It can also run Julia numerical programming as well.

http://quant-econ.net/jl/index.html
 
Dr Transport said:
If you are doing CFD, you need a compiler for your code, C++ or FORTRAN because CFD unstructured grids take an immense amount of time to run and converge to a reasonable answer. Matlab is OK for initial algorithm development.

Do you have any recommendations for source material to a novice of fortran
 
Thousands of sites online... and if your professor is older than 40, they most likely wrote fortran in the past.
 
I also recommend to use something like http://www.japref.org to keep track of your growing list of research papers, it can be easily used with latex to create bibliographies. You can also put an addon in firefox so if you are on springer or elsevier, you can directly put the bibliography information in jabref.

For making simple drawings (with latex support) I used to use http://epb.lbl.gov/xfig/ , but it is no longer maintained (any other recommendations?).
For making 2d plots, I use gnuplot or xmgrace

I also recommend playing around with command lines using sed and awk to manipulate output files. there are some interesting websites with lists of oneliners that are real time savers.
When debugging, use the debugger. That's what it's for. Also learn how to use a profiler. I have used valgrind, but if there are others that are better, I'm happy to hear about them.
 
Last edited by a moderator:
RobosaurusRex said:
Do you have any recommendations for source material to a novice of fortran
In addition to what was mentioned above I would like to recommend the "Guide to Fortran 200x Programming" by Walt Brainerd. I read the book for ##x = 3## and found it very useful. Recently I saw that there is a new edition corresponding to ##x = 8##. I also heard good things about "Modern Fortran in Practice" by Arjen Markus, but I do not own that book myself.

As a compiler you could use gfortran, which is part of GCC. Depending on your employment situation and your hardware, you could also be eligible for free use of Intel's compiler and fine-tuned versions of standard numerical libraries (BLAS and LAPACK, among others).
 
Last edited:
  • Like
Likes   Reactions: jedishrfu
  • #10
If you're working in a mixed programming environment then you might want to check out Julia as it can interoperable with fortran, R, Python and c/c++. Julia is a more modern open source version of MATLAB.

It has downloadable modules to create all kinds of charting.

It's available in the anaconda distro mentioned earlier.
 

Similar threads

Replies
16
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 9 ·
Replies
9
Views
4K
Replies
1
Views
2K
  • · Replies 21 ·
Replies
21
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
28
Views
4K