Which language/technology did you use when developing your first parallel program?

#OpenMP? #MPI? #CUDA? #pthreads? #Coarrays? #UPC? Something else?

#HPC

@Ruth_Mottram
I don't know, probably. But since #Fortran 90/95, the language has evolved significantly:
- Fortran 2003: object oriented programming (#OOP) and interoperability with C (iso_c_binding)
- Fortran 2008: parallel programming with #coarrays
- Fortran 2018: improved #parallel programming with collective routines, images, teams, etc.
- Fortran 2023 is coming soon (minor version with various improvements).
- Fortran 202Y is a work in progress... (more #generics, etc.)