@@ -69,7 +69,7 @@ To run COMSOL in batch mode without the COMSOL Desktop GUI environment, utilize
...
@@ -69,7 +69,7 @@ To run COMSOL in batch mode without the COMSOL Desktop GUI environment, utilize
```bash
```bash
#!/bin/bash
#!/bin/bash
#PBS -l select=3:ncpus=36:mpiprocs=36
#PBS -l select=3:ncpus=128:mpiprocs=128
#PBS -q qprod
#PBS -q qprod
#PBS -N JOB_NAME
#PBS -N JOB_NAME
#PBS -A PROJECT_ID
#PBS -A PROJECT_ID
...
@@ -100,7 +100,7 @@ COMSOL is a software package for the numerical solution of partial differential
...
@@ -100,7 +100,7 @@ COMSOL is a software package for the numerical solution of partial differential
LiveLink for MATLAB is available in both **EDU** and **COM****variant** of the COMSOL release. On the clusters there is 1 commercial (**COM**) and 5 educational (**EDU**) licenses of LiveLink for MATLAB (see the [ISV Licenses][3]). The following example shows how to start COMSOL model from MATLAB via LiveLink in the interactive mode.
LiveLink for MATLAB is available in both **EDU** and **COM****variant** of the COMSOL release. On the clusters there is 1 commercial (**COM**) and 5 educational (**EDU**) licenses of LiveLink for MATLAB (see the [ISV Licenses][3]). The following example shows how to start COMSOL model from MATLAB via LiveLink in the interactive mode.
This example shows how to run LiveLink for MATLAB with the following configuration: 3 nodes and 36 cores per node. A working directory has to be created before submitting (comsol_matlab.pbs) job script into the queue. The input file (test_job.m) has to be in the working directory or a full path to the input file has to be specified. The Matlab command option (`-r ”mphstart”`) created a connection with a COMSOL server using the default port number.
This example shows how to run LiveLink for MATLAB with the following configuration: 3 nodes and 128 cores per node. A working directory has to be created before submitting (comsol_matlab.pbs) job script into the queue. The input file (test_job.m) has to be in the working directory or a full path to the input file has to be specified. The Matlab command option (`-r ”mphstart”`) created a connection with a COMSOL server using the default port number.