software:abaqus:farber

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
software:abaqus:farber [2018-10-09 19:50] anitasoftware:abaqus:farber [2018-10-10 00:12] – [Interactive job] anita
Line 197: Line 197:
 </code> </code>
  
-Equally as important is to specify the [[:abstract:farber:runjobs:schedule_jobs#resource-management-options-on-farber|memory resource requirements]] using ''mem_free'' and ''ram_free'' in your job script.  This prevents your job from being assigned to a node unless it has enough memory available on the node before it starts and it reserves this amount of memory during the run to prevent another job from being assigned to it. If we are specifying multiple cpus in a parallel environment such threads or MPI, then we divide the amount of memory needed by the number of cpus. For example, if we need 48GB using 8 cpus, then we would specify +Equally as important is to specify the [[:abstract:farber:runjobs:schedule_jobs#resource-management-options-on-farber|memory resource requirements]] using ''mem_free'' and ''m_mem_free'' in your job script.  This prevents your job from being assigned to a node unless it has enough memory available on the node before it starts and it reserves this amount of memory during the run to prevent another job from being assigned to it. If we are specifying multiple cpus in a parallel environment such threads or MPI, then we divide the amount of memory needed by the number of cpus. For example, if we need 48GB using 8 cpus, then we would specify 
  
 <code> <code>
    #$ -l pe threads 8    #$ -l pe threads 8
    #$ -l mem_free=6G    #$ -l mem_free=6G
-   #$ -l ram_free=6G+   #$ -l m_mem_free=6G
 </code> </code>
  
Line 218: Line 218:
 Last login: Tue Nov 27 14:13:55 2012 from farber.farber.hpc.udel.edu Last login: Tue Nov 27 14:13:55 2012 from farber.farber.hpc.udel.edu
 [traine@n016 ABAQUS]$ pwd [traine@n016 ABAQUS]$ pwd
-/lustre/work/it_css/traine/ABAQUS+/home/work/it_css/traine/ABAQUS
 [traine@n016 ABAQUS]$ vpkg_require abaqus [traine@n016 ABAQUS]$ vpkg_require abaqus
 Adding dependency `x11/RHEL6.1` to your environment Adding dependency `x11/RHEL6.1` to your environment
  • software/abaqus/farber.txt
  • Last modified: 2021-04-27 16:21
  • by 127.0.0.1