- 
                Notifications
    
You must be signed in to change notification settings  - Fork 0
 
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
  
- Loading branch information
 
            Jack Chaillet
    
  committed
  Apr 12, 2022 
        
          
    
    
    
  
 
        
      
    
      
        1 parent
          
          0c6b3c3
      
      commit abd4b7a
    
  
      Showing
      1 changed file
      with
      7 additions
      and
      7 deletions.
    
  
  There are no files selected for viewing
  
    
      This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -1,19 +1,19 @@ | ||
| #!/bin/bash | ||
| #SBATCH --job-name=oneLoucs | ||
| #SBATCH --time=2:00:00 | ||
| #SBATCH --output=oneLoucs_%A_%a.out | ||
| #SBATCH --error=oneLoucs_%A_%a.err | ||
| #SBATCH --array=3-30 | ||
| #SBATCH --output=errMsg/oneLoucs_%A_%a.out | ||
| #SBATCH --error=errMsg/oneLoucs_%A_%a.err | ||
| #SBATCH --array=1-42 | ||
| #SBATCH --tasks=1 | ||
| #SBATCH --cpus-per-task=1 | ||
| #SBATCH --mem-per-cpu=10000 | ||
| #SBATCH --account=heqixin | ||
| #SBATCH --mail-type=ALL | ||
| #SBATCH --mail-user=YOUR_EMAIL | ||
| #SBATCH --mail-user=chaillet@purdue.edu | ||
| 
     | 
||
| # Print this sub-job's task ID | ||
| echo "My SLURM_ARRAY_TASK_ID: " $SLURM_ARRAY_TASK_ID | ||
| module load R | ||
| 
     | 
||
| Rscript ODESImmunity_hqx.R paraList.csv $SLURM_ARRAY_TASK_ID ./ | ||
| module load r/4.1.2 | ||
| 
     | 
||
| Rscript ODESGeneralizedImmunity.R ParamListGen.csv $SLURM_ARRAY_TASK_ID ./ | ||
| $SLURM_JOB_ID |