Compiling source #12690
Replies: 11 comments 14 replies
-
Our default and preferred text file format is unix/linux. Can you tell us which file is causing the issue? |
Beta Was this translation helpful? Give feedback.
-
by any chance did you clone the fds repo on a Windows PC then copy the files to a Linux or Mac ? if so you need to use the git clone command on the computer where the files will reside |
Beta Was this translation helpful? Give feedback.
-
I see that imkl.f90 looks MacOS-y. I'll look for others. |
Beta Was this translation helpful? Give feedback.
-
My vi editor tells me this
But this has never caused us any trouble. |
Beta Was this translation helpful? Give feedback.
-
I changed one file but I doubt that this is the cause of your issue. You could update the repo and try again. |
Beta Was this translation helpful? Give feedback.
-
I have never used PuTTy to clone a git repository. How did you do it? |
Beta Was this translation helpful? Give feedback.
-
OK, thanks. So assuming that the fds repository has been cloned directly onto your linux-based cluster. How exactly are you trying to compile the code? |
Beta Was this translation helpful? Give feedback.
-
Do you know what file has the ^M character? |
Beta Was this translation helpful? Give feedback.
-
This appears to be a problem with the file
Make sure that is does not say
Do you see the same arrangement of r's and x's indicating that the file is an executable script? If not
|
Beta Was this translation helpful? Give feedback.
-
This is a command issued by the editor. The colon gives you a prompt |
Beta Was this translation helpful? Give feedback.
-
You need IT support for the particular computer you are using. We cannot help you solve issues related to the installation of software on your computer. |
Beta Was this translation helpful? Give feedback.
-
Hello, I downloaded the FDS source to my cluster using the command: git clone. However, I encountered an issue while compiling the code. The error indicates the presence of ^M characters in the code, which need to be removed for successful compilation. I'm seeking advice on alternative or improved methods for downloading the code to the cluster to prevent encountering this error in the future.
Beta Was this translation helpful? Give feedback.
All reactions