Abaqus 6.14 documentation

broken image
broken image

cd mkdir /abaqus mkdir /abaqustemp mkdir /abaqusworks Install dependent packages. sudo apt-get update sudo apt-get install csh tcsh Create the necessary folders. # Create a new directory NewDirName = $ ' > abaqus_v6.envĮcho 'if 'SLURM_PROCID' in os.environ:' > abaqus_v6.envĮcho -e '\tdel os.environ' > abaqus_v6.envĪbaqus job = $inputFile cpus = $ntcpus -verbose 3 standard_parallel =all mp_mode =mpi interactiveįormation on how to submit jobs on Tegner, see Job Submission on Tegner. Install ABAQUS 6.14-5 on Ubuntu 16.04 64bit Preparative Install C shell (CSH or TCSH).

broken image

#!/bin/bash # The name of the script is myjob #SBATCH -J myjob # Only 1 hour wall-clock time will be given to this job #SBATCH -t 1:00:00 # Number of nodes #SBATCH -N 1 # Number of MPI processes per node #SBATCH -ntasks-per-node=24 # load module abaqus v6.14Įxport MPI_REMSH =/pdc/vol/abaqus/6.14/6.14-1/PDC_bin/ssh First you have to install content of the document before installing Abaqus software.

broken image