How can I run Fortran programs on a shared remote server without exposing my code to other root users?
I have access to a remote server via SSH and I’m a root user on that server. However, there are multiple other root users who also have access to this server. I want to run some Fortran programs on this server, but I’m concerned about keeping my code private.