Update quickstarts
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Log in to a HCC cluster through PuTTY ([For Windows Users]({{< relref "/quickstarts/for_windows_users">}})) or Terminal ([For Mac/Linux Users]({{< relref "/quickstarts/for_maclinux_users">}})) and make a subdirectory called `condor_dir` under the `$WORK` directory. In the subdirectory `condor_dir`, create job subdirectories that host the input data files. Here we create two job subdirectories, `job_0` and `job_1`, and put a data file (`data.dat`) in each subdirectory. The data file in `job_0` has a column of data listing the integers from 1 to 5. The data file in `job_1` has a integer list from 6 to 10.
@@ -53,13 +36,8 @@ stored in the job subdirectory. No additional coding are needed to make
@@ -94,15 +72,12 @@ Subroutine proc(w)
@@ -141,10 +116,12 @@ int main(int argc, char* argv[]){
@@ -152,24 +129,22 @@ on the HCC supercomputer without loading extra modules. The standard
@@ -181,11 +156,11 @@ error = Fortran_$(process).err
@@ -197,20 +172,22 @@ error = C_$(process).err
@@ -219,46 +196,24 @@ In the job subdirectory `job_0`, the sum from 1 to 5 is computed and