Bibliografía
Bibliografía
En esta sección se presentan algunos libros y referencias para profundizar los temas tratados en el curso.
Command Line / Shell
- The Linux Command Line. William E. Shotts, Jr. 2009. No Starch Press.
- UNIX and Linux System Administration Handbook. Evi Nemeth, Garth Snyder, Trent R. Hein, Ben Whaley. 2010. Prentice Hall.
Git
- Pro Git Book. Scott Chacon & Ben Straub. 2014. Apress.
- The Missing Semester of Your CS Education (MIT)
- A visual Git reference
- Learn Git concepts, not commands
- Understanding Git through images
Fortran
C
- The C programming Language. Brian Kernighan y Dennis Ritchie. 1978.
Makefiles:
Miscelaneos:
- Workshop en Técnicas de Programación Científica (WTPC)
- What Every Computer Scientist Should Know About Floating-Point Arithmetic, by David Goldberg.
- Profiling & tracing with PERF by Julia Evans
- GDB Tutorial. University of Waterloo
- The Art of Debugging with GDB, DDD and Eclipse by Norman Matloff and Peter Jay Salzman
- Operating Systems. Three Easy Pieces by Remzi H. Arpaci-Dusseau (2020).
En esta sección se presentan algunos problemas prácticos para implementar y analizar su performance, estabilidad y
Hola mundo
El primer paso con cualquier nueva herramienta es asegurarnos que funciona en nuestra computadora. Para esto siempre es muy útil escribir un programa “hola mundo!” que encapsule lo más básico de la nueva herramienta a usar.
c |
fortran |