Skip to content

Commit 311ce5c

Browse files
20260225 - tweaks
1 parent 7a736b6 commit 311ce5c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

hpc.qmd

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Mac OS Terminal:
8282
Argon requires Linux-compatible file endings, which is problematic for files created outside Argon (using DOS or CRLF file endings). Use the following commands to check if your files are Argon compatible (i.e., Unix LF) and resolve incompatible file endings:
8383
- `file myfile.job | grep CRLF` checks if a file ending uses the incompatible CRLF format. Remember to check the ending of your file; this script assumes it is .job
8484
- `dos2unix myfile.job` converts CRLF file endings to Argon-compatible LF endings
85-
- `find ~/DirectoryName -name '*job' -exec dos2unix "{}" \;` converts all files in a directory that end with .job to LF format; change '*job' to change other file types
85+
- `find ~/DirectoryName -name '*job' -exec dos2unix "{}" \;` converts all files in a directory that end with .job to LF format; change `*job` to change other file types
8686

8787
# Access Project Directories
8888

@@ -156,18 +156,22 @@ Steps:
156156
apptainer --version
157157
```
158158
1. Go to your home directory:
159+
159160
```bash
160161
cd ~
161162
```
162163
1. View the files/folders in this directory:
164+
163165
```bash
164166
ls
165167
```
166168
1. Create a `containers` folder (if you haven't already created it):
169+
167170
```bash
168171
mkdir containers
169172
```
170173
1. Go to the `containers` folder:
174+
171175
```bash
172176
cd containers
173177
```
@@ -192,6 +196,7 @@ Steps:
192196
nano mplus_install.properties
193197
```
194198
Here are the contents of my ` mplus_install.properties` file:
199+
195200
```bash
196201
# Tue Feb 24 21:04:04 CST 2026
197202
# Replay feature output

0 commit comments

Comments
 (0)