You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If all goes well you should see something like this:
@@ -180,11 +180,11 @@ There are many ways of doing this but by far the best is to use the Rapid Code D
180
180
If you have finished up the LArSoft follow-up and want to use your own code for this next attempt, feel free to tar it up (you don't need anything besides the localProducts* and work directories) and use your own tar ball in lieu of the one in this example.
181
181
You will have to change the last line with your own submit file instead of the pre-made one.
182
182
183
-
First, we should make a tarball. Here is what we can do (assuming you are starting from /dune/app/users/username/):
183
+
First, we should make a tarball. Here is what we can do (assuming you are starting from /exp/dune/app/users/username/):
As you can see, we have switched from the hard-coded directories to directories defined by environment variables; the `INPUT_TAR_DIR_LOCAL` variable will be set for us (see below).
232
-
Now, let's actually create our tar file. Again assuming you are in `/dune/app/users/kherner/may2023tutorial/`:
232
+
Now, let's actually create our tar file. Again assuming you are in `/exp/dune/app/users/kherner/may2023tutorial/`:
233
233
```bash
234
234
tar --exclude '.git' -czf may2023tutorial.tar.gz may2023tutorial/localProducts_larsoft_v09_72_01_e20_prof may2023tutorial/work setupmay2023tutorial-grid.sh
235
235
```
@@ -238,7 +238,7 @@ Note how we have excluded the contents of ".git" directories in the various pack
238
238
Then submit another job (in the following we keep the same submit file as above):
0 commit comments