Home
last modified time | relevance | path

Searched refs:name (Results 1 – 10 of 10) sorted by relevance

/phasta/phSolver/common/
H A Dstreamio.f4 bind(C, name='geomRestartStream') :: geomRestartStream
6 bind(C, name='restartStream') :: restartStream
H A Dmkdir_mod.f4 integer function c_mkdir(path) bind(C, name="ph_mkdir")
H A Dcommon.f1 subroutine initphcommonvars() bind(C, name='initPhastaCommonVars')
/phasta/phSolver/common/test/
H A Dtesting.cmake1 macro(common_parallel_test name procs dir exe)
2 set(tname common_${name})
H A Dchdir_mod.f4 integer function c_chdir(path) bind(C, name="chdir")
/phasta/
H A DLicense.txt10 3. Neither the name of the copyright holder nor the names of its contributors may be used to endors…
H A DCMakeLists.txt28 #Handle Fortran name mangling
/phasta/converterIO/
H A DREADME.md47 The script's name is create_IO_O2N_input.sh. Run this script a first time without any argument to l…
/phasta/phastaIO/
H A DphastaIO.cc877 bool my_mkdir(std::string name) { in my_mkdir() argument
878 if(name.empty()) in my_mkdir()
881 int err = mkdir(name.c_str(), DIR_MODE); in my_mkdir()
/phasta/phSolver/
H A DCHANGES371 you will get what the name implies (see bc3res.f).
522 …d to restart the calculation is put elsewhere (without having to know its name). To disable this …